• 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.

Small help with youtube-dll.

Status
Not open for further replies.

Modather

Member
Hello Guys, first of all i tried many time to lunch youtube-dl (without sinusbot) and it worked fine but when i tried to put the path of youtube-dl in the config i got the next error
Code:
---------------------------
SinusBot
---------------------------
Could not read configuration file: Near line 10 (last key parsed 'YoutubeDLPath'): Expected eight hexadecimal digits after '\U', but got 'C:\Us' instead.
---------------------------
OK  
---------------------------

my config file is

Code:
TS3Path = "E:\\TS3Bot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = "E:\\TS3Bot\\data\\"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = "C:\Users\Modather\Desktop\youtube-dl"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "aUbO6/b9ZX/S7w+IGzFytyif9dufBKWRCHdmFleBJ1A="
IsProxied = false
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
  BufferSize = 524288
  MaxDownloadSize = 419430400
  MaxDownloadRate = 104857600
  CacheStreamed = true

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0

[StreamRewrites]

[Scripts]
  AllowReload = false
  EnableTimer = false

[Themes]
  Default = ""

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = "SinusBot (0.9.13-3609644)"

[DAV]
  Enable = false

[XServer]
  Delay = 0
  Debug = false
i hope anyone can help me :)
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Set the Path like that
Code:
YoutubeDLPath = ""
And download the youtube-dl.exe and just drop it into the sinusbot installation folder (E:\\TS3Bot\\data\\)
 

irgendwr

no longer active, "retired" staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
you need to escape "C:\Users\Modather\Desktop\youtube-dl" try "C:\\Users\\Modather\\Desktop\\youtube-dl"
 
Status
Not open for further replies.
Top