Parse error in Docker container?
JasonMeudt opened this issue · 1 comments
JasonMeudt commented
Switched systems and am now running Kitana via Docker on Linux... Using the most recent account.py update from Cornishman...
- I get this error when viewed from Portainer:
Something went wrong. Traceback (most recent call last):
File "kitana.py", line 653, in default
return self.render_plugin(path)
File "kitana.py", line 178, in render_plugin
content = self.plex_dispatch(path)
File "kitana.py", line 165, in plex_dispatch
content = xmltodict.parse(r.content, attr_prefix="", force_list=("Video", "Directory"))
File "/usr/local/lib/python3.8/site-packages/xmltodict.py", line 327, in parse
parser.Parse(xml_input, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 0
- No /bin/bash is available in the image? Presumable this came from the 12/23/21 reduction?
wax911 commented
Can't speak for the first error but for the second error try /bin/sh
instead