0
Started

java.lang.NullPointerException

lilybellule lilybellule 7 years ago updated by Tom 7 years ago 1

Hello,


when scanning I have a lot of :

Problem while reading comic metadata for file file:


java.lang.NullPointerException: null
at
com.fasterxml.jackson.core.JsonFactory.createParser(JsonFactory.java:879)
~[jackson-core-2.8.4.jar.983480597962983624.tmp:2.8.4]
at
com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842)
~[jackson-databind-2.8.4.jar.151384572592272459.tmp:2.8.4]
at com.ubooquity.b.d.a(SourceFile:100) ~[Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:522) [Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:459) [Ubooquity.jar:2.1.1]
at com.ubooquity.data.feeder.a.b(SourceFile:112) [Ubooquity.jar:2.1.1]
at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_151]

Any idea of what could be cause ? Is it because I don't have meta data? In such case can you avoid metadata search ? Would that speed up scan ?
Started

Thnaks for pointing this out.

It's a bug that will be fixed in the next version.


It has no impact on the scan speed though (the only impact is the log lines you mentioned).