Another strange behaviour:
The arcade game "1941 - Counter attack" is not recognized by Skraper.
The system is FBA libretro, the ROM name is 1941.zip and the MD5 is C4FFF5A2D094D663ECCA7D307067B63D, which is referenced in ScreenScraper.
Is there something wrong with numbers as name ?
(sorry if I'm in wrong place for the post)
Edit: The only error I've got in log is this one. But I'm not sure it is the cause of the problem.
For information, it is my only game which is not scraped ...
[2019-01-04 20:30:06.073] EXCEPTION : Unexpected character encountered while parsing value: <. Path '', line 0, position 0. :
[2019-01-04 20:30:06.080] STACK TRACE : Ã Newtonsoft.Json.JsonTextReader.Pa**eValue()
à Newtonsoft.Json.JsonTextReader.Read()
à Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
à Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
à Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
à Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
à SkraperLibrary2.ScreenScraper.ScreenScraperApi.GetObjectsExt[T](String method, Dictionary`2 ext, Int32 systemid, Hashes hashes) :
```