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

Song is not queued after dinksters if nothing was playing #66

Open
morgaesis opened this issue Dec 1, 2021 · 0 comments · May be fixed by #74
Open

Song is not queued after dinksters if nothing was playing #66

morgaesis opened this issue Dec 1, 2021 · 0 comments · May be fixed by #74
Labels
bug Something isn't working

Comments

@morgaesis
Copy link
Collaborator

  1. -dinkster
  2. -play some song
  3. Dinkster ends
  4. -nowplaying
  5. Server error, 🤖 Something came up!

Full error log:

Traceback (most recent call last):
  File "/usr/lib64/python3.9/site-packages/discord/client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "bot.py", line 49, in on_message
    await self.clients[message.guild].handle_message(message)
  File "bot.py", line 343, in handle_message
    await handler(message, command_content)
  File "bot.py", line 700, in show_current
    reply += f"{self.current_media.title}\n"
AttributeError: 'NoneType' object has no attribute 'title'
@morgaesis morgaesis added the bug Something isn't working label Dec 1, 2021
@morgaesis morgaesis linked a pull request Jan 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant