Bot Won't Play Youtube Musuc and I don't know what to do. #1705
-
The bot no longer works with youtube and I'm not sure what to do to fix it. There is some referencing to logs and the like, but I don't know what "logs" are being mentioned. I am running the bot on a raspberry pi as a service. Anyone help me understand some steps to figuring what errors may get posted. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
you can view the logs of any systemd service by using |
Beta Was this translation helpful? Give feedback.
-
Ok thank you it is that error code. |
Beta Was this translation helpful? Give feedback.
-
Same error I am getting as well as everyone else except it wont even let me play local files anymore. |
Beta Was this translation helpful? Give feedback.
-
changing the lavaplayer version to 2.2.2 should fix it (https://github.com/jagrosh/MusicBot/blob/0.4.3/pom.xml then go to music dependencies) |
Beta Was this translation helpful? Give feedback.
-
I have a fix, posted in this discussion: #1708 |
Beta Was this translation helpful? Give feedback.
you can view the logs of any systemd service by using
journalctl -u servicename
, e.g.journalctl -u JMusicBot
. You're likely experiencing the "Not success status code: 403" error though, which is already being tracked in #1682.