discord-music-player: [BUG] While trying to start the music stream, an unhandled error occurs for "isLive" and for ".url" both belonging to undefined variable song.
Bug Description
song
variable seems to be undefined at line 820. First it will return error while checkinf if “isLive” , and if I comment that part it will return error because it cannot read property url of undefined (song).
Reproduction Steps Steps to reproduce the behavior:
- Used play function from the documentation
- await client.player.play(message, args.join(’ '))
Expected Result Music should start playing
Attachments If applicable, add screenshots to help explain your problem.
Versioning:
- OS: Windows
- NPM Version 6.14.8
- Module Version 7.0.0 bugfix1
Additional Comments Looks like the bugfix didn’t fix the issue.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 29 (11 by maintainers)
I am working on a
v7.0.1
update dropping today! Fix incoming.