We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jar
Komga has in some situations problems with UTF-8 ComicInfo.xml files.
I will add a sample file
It should be possible to read UTF-8 files.
I receive following error: ERROR 9480
I also tried to start Komga with option -Dfile.encoding=UTF-8. This doesn't help.
If applicable, add screenshots to help explain your problem.
If applicable, add an excerpt of the log file (max 20 lines), or a link to a gist containing the log file.
2021-02-16 00:57:30.567 ERROR 9480 --- [enerContainer-1] o.g.k.i.m.comicinfo.ComicInfoProvider : Error while retrieving metadata from ComicInfo.xml
com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 middle byte 0x74 (at char #257, byte #37) at com.fasterxml.jackson.dataformat.xml.XmlFactory._initializeXmlReader(XmlFactory.java:690) ~[jackson-dataformat-xml-2.11.3.jar!/:2.11.3] ComicTest.zip
The text was updated successfully, but these errors were encountered:
Your ComicInfo.xml file is not valid UTF-8 hence the error.
simplexml_load_string(): Entity: line 6: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE4 0x74 0x74 0x65
You need to save/change the encoding on your ComicInfo.xml to UTF-8 as well, your example is ANSI. Changing it to UTF-8 works
Sorry, something went wrong.
Thanks! It looks like the file format is wrong.
No branches or pull requests
Komga environment
jar
Describe the bug
Komga has in some situations problems with UTF-8 ComicInfo.xml files.
Steps to reproduce
I will add a sample file
Expected behavior
It should be possible to read UTF-8 files.
Actual behavior
I receive following error: ERROR 9480
Additional context
I also tried to start Komga with option -Dfile.encoding=UTF-8.
This doesn't help.
Screenshots
If applicable, add screenshots to help explain your problem.
Log file
If applicable, add an excerpt of the log file (max 20 lines), or a link to a gist containing the log file.
2021-02-16 00:57:30.567 ERROR 9480 --- [enerContainer-1] o.g.k.i.m.comicinfo.ComicInfoProvider : Error while retrieving metadata from ComicInfo.xml
com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 middle byte 0x74 (at char #257, byte #37)
at com.fasterxml.jackson.dataformat.xml.XmlFactory._initializeXmlReader(XmlFactory.java:690) ~[jackson-dataformat-xml-2.11.3.jar!/:2.11.3]
ComicTest.zip
The text was updated successfully, but these errors were encountered: