wtfnotavailable / Discord-MusicBot

Discord Music Bot Source Tree
Other
167 stars 79 forks source link

Cannot read properties of undefined (reading 'logger') #160

Open BioCla opened 10 months ago

BioCla commented 10 months ago

Frequent:

djs-bot    | [27:9:2023 - 20:49] [ERROR] | [FATAL] Possibly Unhandled Rejection
djs-bot    |    Reason: TypeError: Cannot read properties of undefined (reading 'logger')
djs-bot    |
djs-bot    | Promise {
djs-bot    |   <rejected> TypeError: Cannot read properties of undefined (reading 'logger')
djs-bot    |       at warn (/djs-bot/lib/Bot.js:72:8)
djs-bot    |       at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
djs-bot    |       at async /djs-bot/util/controlChannel.js:146:22
djs-bot    | }

Cause: https://github.com/wtfnotavailable/Discord-MusicBot/blob/c8a0ae678990f1bf5b9423fde4fb9ae3a89d8c67/djs-bot/util/controlChannel.js#L149

Verify correct export in: https://github.com/wtfnotavailable/Discord-MusicBot/blob/c8a0ae678990f1bf5b9423fde4fb9ae3a89d8c67/djs-bot/bot.js#L2-L4

Error is referring to: https://github.com/wtfnotavailable/Discord-MusicBot/blob/c8a0ae678990f1bf5b9423fde4fb9ae3a89d8c67/djs-bot/lib/Bot.js#L71-L73

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.