• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Youtube-ddl problem...

Status
Not open for further replies.
T

TheLastKing199

Guest
Hi..
Im using Ubuntu v 15.4
I've correctly download the youtube-ddl in the correctly directory, and configure the config.ini...
But when i try to start the bot, it say this error :
can't read the config.ini
If i eliminate YoutubeDLPath = "/usr/local/bin/youtube-dl" in the config.ini, The SinusBot start correctly..
Please help me!

Sorry For Bad english xD


-TheLastKing199
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Your editor may not be supporting unix style line endings and corrupt the file. Try using another editor and / or post your complete changed configuration.
 
T

TheLastKing199

Guest
my editor is nano...


my complete configuration :

YoutubeDLPath = "/usr/local/bin/youtube-dl"
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd$
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
SecretKey = [231, 124, 226, 80, 91, 40, 18, 239, 62, 100, 124, 242, 193, 54, 19$
EnableLocalFS = false
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = ""
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
 

flyth

is reticulating splines
Staff member
Developer
Contributor
That TS3Path line needs to end with a " instead of a $.
Same applies to the SecretKey-line - but there is a ] missing.
 
T

TheLastKing199

Guest
I do not know what you mean...
i should replace $ in a?
 
T

TheLastKing199

Guest
Ok im sorry man.. I replace $ in " now WORK... Thanks All!!!
 

Raphraph

Donor
is awesome!
Contributor
Insider
The corrected version:

YoutubeDLPath = "/usr/local/bin/youtube-dl"
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
SecretKey = [231, 124, 226, 80, 91, 40, 18, 239, 62, 100, 124, 242, 193, 54, 19]
EnableLocalFS = false
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = ""
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
 
Status
Not open for further replies.
Top