galexrt / docker-sinusbot

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

Something wrong with bot and youtube-dl #40

Closed Vampire212 closed 6 years ago

Vampire212 commented 6 years ago

My bot was working well but after some time, youtube download stopped working and I restarted bot many times but it keeps repeating this :-

=> Starting SinusBot (https://sinusbot.com) by Michael Friese ... _ ___ BETA / | | | | | | / | )/ _ | _ | || .` | || _ \ \ () || | |/||_|_/|//\/ |_|

Version: 0.11.0-8e5f1a2 (C) 2013-2017 Michael Friese. All rights reserved.

2018/05/23 14:00:54 X [MAIN] Starting up fake x-server... 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Youtube_Search.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin advertising.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin alonemode.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin bookmark.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin followme.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin norecording.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin rememberChannel.js 2018/05/23 14:00:54 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin welcome.js could not contact update server -> Updating sinusbot user and group id if necessary ... -> Correcting file and mount point permissions ... => Corrected mount point permissions. -> Checking if scripts directory is empty => Scripts directory is marked that scripts got copied. Nothing to do. -> Checking for old data location ... => You are good to go! You are already using the new data directory, located at "/sinusbot/data". => Updating Youtube-dl... ERROR: can't find the current version. Please try again later. => Updated youtube-dl with exit code 0 => Starting SinusBot (https://sinusbot.com) by Michael Friese ... _ ___ BETA / | | | | | | / | )/ _ | _ | || .` | || _ \ \ () || | |/||_|_/|//\/ |_|

Version: 0.11.0-8e5f1a2 (C) 2013-2017 Michael Friese. All rights reserved.

2018/05/23 14:01:47 X [MAIN] Starting up fake x-server... 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin Youtube_Search.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin advertising.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin alonemode.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin bookmark.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin followme.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin norecording.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin rememberChannel.js 2018/05/23 14:01:47 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin welcome.js could not contact update server -> Updating sinusbot user and group id if necessary ... -> Correcting file and mount point permissions ... => Corrected mount point permissions. -> Checking if scripts directory is empty => Scripts directory is marked that scripts got copied. Nothing to do. -> Checking for old data location ... => You are good to go! You are already using the new data directory, located at "/sinusbot/data". => Updating Youtube-dl... ERROR: can't find the current version. Please try again later. => Updated youtube-dl with exit code 0

galexrt commented 6 years ago

@Vampire212 Are you on the latest version of the image? docker pull SINUSBOT_IMAGE_USED and restart to update the image.

galexrt commented 6 years ago

I'm unable to reproduce the error. Closing until @Vampire212 replied if the latest image "fixes" the issue he is experiencing.