Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

Windows youtube-dl not working

Status
Not open for further replies.

minion_josh_

New Member
hi,

my windows youtube-dl that I had followed the tutorial for and when I try and open it up it opens but then closes in a second. my config file is as followed

TS3Path = "C:\\SinusBot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = "C:\\SinusBot\\youtube-dl.exe"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false
LogFile = ""
LicenseKey = "98Q8pMbMqMbO+quDZ3iSG519tNWl9+Tw9kUYPnpY8kA="
EnableAloneMode = false

[StreamRewrites]

windows server 2008 datacenter
and when I read the command prompt that opens it says a error about its side by side configuration but I cant see the excat error
 

TGTGamer

Donor
is awesome!
Ensure that latest python is installed. If continue to cause problems. Change loglevel to 10 and create a log file, then post the Error log for us.
Code:
TS3Path = "C:\\SinusBot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8086
LocalPlayback = false
EnableLocalFS = false
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = "C:\\SinusBot\\youtube-dl.exe"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false
LogFile = "C:\\SinusBot\\log.txt"
 

minion_josh_

New Member
Sorry for the late reply since I haven't had a functioning pc to run the internet on. But I do have python 3.5 installed on my server.
the log file after I set the loglevel to 10
I cant find a log file but the window opens now but does freeze on this part
upload_2016-5-4_18-46-14.png
Any help?
 

TGTGamer

Donor
is awesome!
Just to check, is your issue still with yt-dl?
To fins your log file, you need to set one. Go into your config and update the line:

LogFile: ""
To
LogFile: "log.txt"

As it says in that log, its not configured correctly. Try reinstalling it and then post back, once again with the logs and config.
 
Last edited:

yusuf2703

Member
Ensure that latest python is installed. If continue to cause problems. Change loglevel to 10 and create a log file, then post the Error log for us.
Code:
TS3Path = "C:\\SinusBot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8086
LocalPlayback = false
EnableLocalFS = false
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = "C:\\SinusBot\\youtube-dl.exe"
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false
LogFile = "C:\\SinusBot\\log.txt"


Thank you so much for this Text !!! <3
 
Status
Not open for further replies.
Top