simonknittel / discord-bot-api

This is a plugin based, self-hosted and configurable Discord bot. You can use plugins to play music, do a raffle or other things. You can even create your own ones!
GNU General Public License v3.0
11 stars 5 forks source link

!music stop skipping current track instead of stopping #33

Closed TobiTenno closed 8 years ago

TobiTenno commented 8 years ago

In the logs, the following happened after I tried stopping:

{ [Error: shutdown ENOTCONN] code: 'ENOTCONN', errno: 'ENOTCONN', syscall: 'shutdown' }
Using ffmpeg
Already playing something.
{ [Error: shutdown ENOTCONN] code: 'ENOTCONN', errno: 'ENOTCONN', syscall: 'shutdown' }
Using ffmpeg
Already playing something.
{ [Error: shutdown ENOTCONN] code: 'ENOTCONN', errno: 'ENOTCONN', syscall: 'shutdown' }
Using ffmpeg
{ [Error: shutdown ENOTCONN] code: 'ENOTCONN', errno: 'ENOTCONN', syscall: 'shutdown' }`

screenshot 22 screenshot 23

simonknittel commented 8 years ago

Will be fixed in v0.7.6