Skip to content

Parse error in Docker container? #68

@JasonMeudt

Description

@JasonMeudt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions