[22:52:25] hello, a user is reporting broken js on plwiktionary + FF + timeless skin, I asked him to provide details from dev console and got "Uncaught SyntaxError: illegal character U+001F" at load.php:1, not sure what can I ask him next nor where should I be looking at. any idea? [22:59:10] PeterBowman: my first guess would be a bad user script or optional gadget enabled for their account. [23:05:42] bd808 it appears to be intermittent, first reported on monday and got magically "fixed" by itself, then a few hours ago it happened again [23:06:10] no changes in local scripts/gadgets in between, I've also tried to include his common.js and it worked nicely [23:06:25] apparently vector skin is fine [23:07:11] I've been googling this... perhaps some weird encoding/compression issue? no clue [23:07:57] load.php is the ResourceLoader entry point. That error is functionally the javascript runtime in their browser saying "something I got from the ResourceLoader output contained an illegal unicode character". [23:08:32] yes, but it happens exactly at line 1 [23:09:06] so I presume it is the first loaded module (?) [23:09:48] well, it's reported as line 1. JS runtimes are not always great a reporting actual character position for parse errors. [23:13:38] PeterBowman: when I hit pl.wiktionary.org as an anon user there are 4 distinct calls to load.php made. An authenticaed user should have at least that number and possibly more depending on gadgets and the page viewed. [23:14:15] so getting the actually load.php?.... url that is involved would help narrow things down a bit potentially. [23:19:19] I'll try that, thanks