https://bugzilla.wikimedia.org/show_bug.cgi?id=68635
--- Comment #1 from Bawolff (Brian Wolff) <[email protected]> --- I'm confused. bawolff@Bawolff-L:/var/www/w/extensions/TimedMediaHandler/MwEmbedModules/TimedText/i18n$ json_verify < qqq.json lexical error: invalid char in json text. { "@metadata": { "authors": (right here) ------^ JSON is invalid So json_verify is pointing to the opening '{' in the file. first thought would be a BOM or something. bawolff@Bawolff-L:/var/www/w/extensions/TimedMediaHandler/MwEmbedModules/TimedText/i18n$ hd qqq.json |head 00000000 7b 0a 09 22 40 6d 65 74 61 64 61 74 61 22 3a 20 |{.."@metadata": | 00000010 7b 0a 09 09 22 61 75 74 68 6f 72 73 22 3a 20 5b |{..."authors": [| 00000020 0a 09 09 09 22 45 75 67 65 6e 65 5a 65 6c 65 6e |...."EugeneZelen| 00000030 6b 6f 22 2c 0a 09 09 09 22 53 68 69 72 61 79 75 |ko",...."Shirayu| 00000040 6b 69 22 2c 0a 09 09 09 22 53 69 65 62 72 61 6e |ki",...."Siebran| 00000050 64 22 2c 0a 09 09 09 22 55 6d 68 65 72 69 72 72 |d",...."Umherirr| 00000060 65 6e 64 65 72 22 0a 09 09 5d 0a 09 7d 2c 0a 09 |ender"...]..},..| 00000070 22 6d 77 65 2d 74 69 6d 65 64 74 65 78 74 2d 73 |"mwe-timedtext-s| 00000080 74 61 67 65 2d 74 72 61 6e 73 63 72 69 62 65 22 |tage-transcribe"| 00000090 3a 20 22 55 6e 75 73 65 64 20 61 74 20 74 68 69 |: "Unused at thi| Don't see anything out of the ordinary. I'm not sure what's invalid in this file. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
