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

no start error #15

Open
lan7ium opened this issue Jan 19, 2021 · 1 comment
Open

no start error #15

lan7ium opened this issue Jan 19, 2021 · 1 comment

Comments

@lan7ium
Copy link

lan7ium commented Jan 19, 2021

Impossible to launch the container
several errors occur when I run the docker yet I follow the instructions to the letter:

Sorry I'm french !

Creating network "plexbot_default" with the default driver
Creating PlexBot ...
Creating PlexBot ... done
Attaching to PlexBot
PlexBot | 2021-01-19 05:17:34,716 WARNING: [bot.py:177 - init() ] No lyrics token specified, lyrics disabled
PlexBot | Traceback (most recent call last):
PlexBot | File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
PlexBot | "main", mod_spec)
PlexBot | File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
PlexBot | exec(code, run_globals)
PlexBot | File "/src/PlexBot/main.py", line 44, in
PlexBot | bot.add_cog(Plex(bot, **plex_args))
PlexBot | File "/src/PlexBot/bot.py", line 182, in init
PlexBot | self.pms = PlexServer(self.base_url, self.plex_token)
PlexBot | File "/usr/local/lib/python3.7/site-packages/plexapi/server.py", line 110, in init
PlexBot | data = self.query(self.key, timeout=timeout)
PlexBot | File "/usr/local/lib/python3.7/site-packages/plexapi/server.py", line 444, in query
PlexBot | return ElementTree.fromstring(data) if data.strip() else None
PlexBot | File "/usr/local/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
PlexBot | parser.feed(text)
PlexBot | xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 24, column 45
PlexBot exited with code {u'StatusCode': 1, u'Error': None}

@jarulsamy
Copy link
Owner

jarulsamy commented Jan 20, 2021

Hi thanks for the issue report. Sorry for the troubles.

Could you post your config.yaml? You can omit the tokens.

I am unable to reproduce this issue on my local machines.

Side note: this project is still really alpha. There are many features such as role management that aren't built properly just yet.

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