nwithan8 / Arca

Arca, a Discord bot for BigBox. Cogs for discord.py bots
GNU General Public License v3.0
21 stars 5 forks source link

I have no idea #24

Closed sullystuff closed 1 year ago

sullystuff commented 3 years ago

I'm running Debian 10, having all sorts of errors: `Loading media_server.plex.plex... Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/discord/ext/commands/bot.py", line 606, in _load_from_module_spec spec.loader.exec_module(lib) File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/opt/manager/media_server/plex/plex.py", line 12, in import media_server.plex.plex_api as px File "/opt/manager/media_server/plex/plex_api.py", line 13, in plex = PlexServer(settings.PLEX_SERVER_URL[0], settings.PLEX_SERVER_TOKEN[0]) IndexError: list index out of range

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "./bot.py", line 25, in bot.load_extension(path) File "/usr/local/lib/python3.7/dist-packages/discord/ext/commands/bot.py", line 678, in load_extension self._load_from_module_spec(spec, name) File "/usr/local/lib/python3.7/dist-packages/discord/ext/commands/bot.py", line 609, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.ext.commands.errors.ExtensionFailed: Extension 'media_server.plex.plex' raised an error: IndexError: list index out of range` It does that with both the plex and plex_manager cog. Please help, thanks. brand new to this and I don't know how anything works, so I apologize.

sullystuff commented 3 years ago

It decided to not format that as code. Odd