You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The anime-list-full mapping JSON file has grown in size that the Plex provided JSON.ObjectFromString Method cannot parse it anymore.
Error: APIException: (2103, 'Data of size 5257964 is greater than the maximum size 5242880')
I created a compact version on the anime-lists side (anime-list-mini.json) as a quick solution to this problem.
This basically reduced the file size from currently 5.1MB to 3.8MB which should give more breathing room for this to work.
It should also be evaluated in the future how easy it is to use a different library (instead of the Plex provided) and that it can handle larger file sizes.
The text was updated successfully, but these errors were encountered:
The anime-list-full mapping JSON file has grown in size that the Plex provided JSON.ObjectFromString Method cannot parse it anymore.
Error:
APIException: (2103, 'Data of size 5257964 is greater than the maximum size 5242880')
I created a compact version on the anime-lists side (anime-list-mini.json) as a quick solution to this problem.
This basically reduced the file size from currently 5.1MB to 3.8MB which should give more breathing room for this to work.
It should also be evaluated in the future how easy it is to use a different library (instead of the Plex provided) and that it can handle larger file sizes.
The text was updated successfully, but these errors were encountered: