osteenbergen / slackify

Slack bot to play/queue Spotify
13 stars 1 forks source link

Skipping songs doest not work #17

Closed Thesulac closed 8 years ago

Thesulac commented 8 years ago

After trying to skip a song, we got a nice error:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/slackbot/dispatcher.py", line 33, in dispatch_msg
    func(Message(self._client, msg), *args)
  File "/home/osteenbergen/Documents/slackify/plugins/queue.py", line 68, in queue_next
    slackify.queue.current(nxt.id)
AttributeError: 'NoneType' object has no attribute 'id'