Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error in Docker container? #68

Open
JasonMeudt opened this issue Jan 10, 2022 · 1 comment
Open

Parse error in Docker container? #68

JasonMeudt opened this issue Jan 10, 2022 · 1 comment

Comments

@JasonMeudt
Copy link

Switched systems and am now running Kitana via Docker on Linux... Using the most recent account.py update from Cornishman...

  1. 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
  1. No /bin/bash is available in the image? Presumable this came from the 12/23/21 reduction?
@wax911
Copy link

wax911 commented Feb 14, 2022

Can't speak for the first error but for the second error try /bin/sh instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants