We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}
The text was updated successfully, but these errors were encountered:
Hi thanks for the issue report. Sorry for the troubles.
Could you post your config.yaml? You can omit the tokens.
config.yaml
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.
Sorry, something went wrong.
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: