2022-03-08, 23:03
I use the web interface to edit movie details after the movie has been scraped. Most of the times I edit the genre, because I use my own genre nomenclature, and I usually restrict genres to one or two entries per movie.
Sometimes the editing of the genre does not work. No error is reported in Chorus 2, but when I review/reload the movie entry, the genre is just as it was before the editing. Today I logged the action. Full logs are here:
https://paste.kodi.tv/axetijowom
The editing action is logged twice (as I did it two times), in lines 1263 and 1378. Interestingly, there is an error message after that saying
Might that be the cause of the problem - probably the whole editing request is discarded because of this? How can I fix that?
It occurs to me only now that it is possible that every time the error occurs, the movie had been scraped with information from themoviedb.org - maybe there is some problem with the fanart scraping there?
Thanks in advance for any tipps or ideas!
Sometimes the editing of the genre does not work. No error is reported in Chorus 2, but when I review/reload the movie entry, the genre is just as it was before the editing. Today I logged the action. Full logs are here:
https://paste.kodi.tv/axetijowom
The editing action is logged twice (as I did it two times), in lines 1263 and 1378. Interestingly, there is an error message after that saying
Code:
2022-03-08 20:55:01.421 T:1292 DEBUG <general>: JSONRPC: Value does not meet minLength requirements in type Global.String.NotEmpty
2022-03-08 20:55:01.421 T:1292 DEBUG <general>: JSONRPC: Invalid property "fanart" in type Media.Artwork.Set
Might that be the cause of the problem - probably the whole editing request is discarded because of this? How can I fix that?
It occurs to me only now that it is possible that every time the error occurs, the movie had been scraped with information from themoviedb.org - maybe there is some problem with the fanart scraping there?
Thanks in advance for any tipps or ideas!