DarkoPendragon / discord.js-musicbot-addon

This DOES NOT WORK any more. This repo only serves as an archive for is anyone wants to pickup my work. You may still join the discord however.
https://discord.gg/4c8Rh7tWhv
ISC License
112 stars 144 forks source link

Null error on leave #54

Closed Banshee786 closed 5 years ago

Banshee786 commented 6 years ago

I get this error:

Bot > TypeError: Cannot read property 'player' of null
Bot >     at Timeout.setTimeout [as _onTimeout] (/home/usr/code/Discord_bot/node_modules/discord.js-musicbot-addon/index.js:1891:17)
Bot >     at ontimeout (timers.js:498:11)
Bot >     at tryOnTimeout (timers.js:323:5)
Bot >     at Timer.listOnTimeout (timers.js:290:5)

This happens when i use the leave command when the bot is playing music.

os:Ubuntu18.04 module version: 12.0.6 Discord,js version:11.3.2 Node.js version: 8.11.3

BluSpring commented 6 years ago

There is an issue with the module itself

If you still want to play music, you can use my module in the meantime (due to Darko being sick rn)

https://www.npmjs.com/package/discord.js-lavalink-musicbot

fire-stone commented 5 years ago

So this issue is still around 2 month after. Is it getting fixed or how is the status to this problem?