[en.comix] Error: Message("error: SyntaxError: JSON Parse error: Expected '}'")
Example: https://comix.to/title/zd186
Looks like a very specific escape character issue that prevent it from parsing correctly. Only some manga is affected when they have chapters with titles using double quote characters that need escaping.
Chapter 20: "Sum-On!"
It kind of do { "name": "\"Sum-On!\"" } but seems invalid in javascript.
[en.comix] Error: Message("error: SyntaxError: JSON Parse error: Expected '}'")
Example: https://comix.to/title/zd186
Looks like a very specific escape character issue that prevent it from parsing correctly. Only some manga is affected when they have chapters with titles using double quote characters that need escaping.
Chapter 20: "Sum-On!"
It kind of do { "name": "\"Sum-On!\"" } but seems invalid in javascript.