Closed tmartin357 closed 4 years ago
Correction: Changing the max_size
to something like 9999999
seems to band-aid the problem.
This issue was also addressed in the latest hotfix (v1.0.3 Hotfix), where we swapped to lxml for xml parsing. It's nice to think we've now got so much anime available that it's overflowing code
AMSA crashes when a Plex API call is made
Log:
Changing line 111 in Plug-ins\Amsa_Test.bundle\Contents\Code\functions.py to this seems to fix the problem:
result = XML.ElementFromString(result, max_size=5248463)