maxcutlyp / YoutubeBot

A self-hosted Discord bot for playing YouTube videos
51 stars 26 forks source link

Bot Not Playing Anything #5

Open spacewulf opened 1 year ago

spacewulf commented 1 year ago

After going through all the steps, I've gotten to the point where the bot joins whenever called with a command, the video/audio downloads and is visible on the ubuntu server in the dl folder, but nothing actually comes from the bot itself. What am I doing wrong here? Here's my nohup.out: https://hastebin.com/ziququxayo.yaml. Whenever I try to play something, it downloads the video, but never starts it, and looking in the queue or trying to skip results in "the bot isn't playing anything"

Fritixx commented 1 year ago

Same, have you figured out how to fix it ?

AF1111 commented 1 year ago

Can't see the link posted but my issue was fixed my making sure ffmpeg was correctly available in the Windows Path variable.

simonlearnscoding commented 1 year ago

I have the same issue can anyone help me with this please

maxcutlyp commented 1 year ago

Hey all, apologies for the late reply. As @AF1111 mentioned, and from the discord.py docs, make sure ffmpeg is installed and in your PATH.

Ubuntu should take care of this for you, just make sure you've installed ffmpeg (with apt).

Side note, I think your hastebin link might have died - try pastebin or just copying the logs directly into a comment here.