-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Latest Redbot running in Docker.
- Install repo
- Install "plexactivity" cog
- load "plexactivity"
- run setup ([p]plex setup)
- Asks for URL then crashes without further user input:
'[2026-02-11 13:13:04] [INFO] red.plex_activity: PlexActivity cog loaded. Starting activity loop.
[2026-02-11 13:16:16] [ERROR] red: Exception in command 'plex setup'
Traceback (most recent call last):
File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 266, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/cogs/CogManager/cogs/plexactivity/plex_activity.py", line 529, in plex_setup
msg = await self.bot.wait_for("message", check=MessagePredicate.same_context(ctx), timeout=60)
^^^^^^^^^^^^^^^^
NameError: name 'MessagePredicate' is not defined
[2026-02-11 13:17:10] [ERROR] red: Exception in command 'plex setup'
Traceback (most recent call last):
File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 266, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/cogs/CogManager/cogs/plexactivity/plex_activity.py", line 529, in plex_setup
msg = await self.bot.wait_for("message", check=MessagePredicate.same_context(ctx), timeout=60)
^^^^^^^^^^^^^^^^
NameError: name 'MessagePredicate' is not defined
[2026-02-11 13:18:08] [ERROR] red: Exception in command 'plex setup'
Traceback (most recent call last):
File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 266, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/cogs/CogManager/cogs/plexactivity/plex_activity.py", line 529, in plex_setup
msg = await self.bot.wait_for("message", check=MessagePredicate.same_context(ctx), timeout=60)
^^^^^^^^^^^^^^^^
NameError: name 'MessagePredicate' is not defined'