galexrt / docker-sinusbot

Docker container for the famous TeamSpeak 3 SinusBot by Michael Friese.
MIT License
25 stars 13 forks source link

!yt command not working #46

Closed RealRunSpace closed 5 years ago

RealRunSpace commented 5 years ago

Hello, I'm trying to use this command !yt https://www.youtube.com/watch?v=E8VwtjhMFJ8 and I get this in the logs (and no music playing) 2019/03/08 23:15:55 cc7fbda3 7868d07b INFO PRIVATE-CHAT [RealRunSpace] yt [URL]https://www.youtube.com/watch?v=E8VwtjhMFJ8[/URL] 2019/03/08 23:15:55 cc7fbda3 7868d07b INFO CHAT 1 [rrs @ RealRunSpace] < yt [URL]https://www.youtube.com/watch?v=E8VwtjhMFJ8[/URL] > / OK 2019/03/08 23:15:59 err from ytdl: exit status 1 I don't see any error log for ytdl, so I don't really know what's wrong. I'm using Centos7 with CWP + Firewall.

RealRunSpace commented 5 years ago

also there's no config.ini file in /opt/docker/sinusbot/config/ directory

RealRunSpace commented 5 years ago

updating ytdl fixed it

galexrt commented 5 years ago

@RealRunSpace I have pushed an updated image, which should include the latest Sinusbot and YoutubeDL. So repulling the image should do the trick, if you are using my image from Docker Hub or Quay.

RealRunSpace commented 5 years ago

Ok, thanks!