• 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-dl ?!

Status
Not open for further replies.

lars1337

Member
hallo brauche hilfe, ich habe yt dl installiert und den pfad in der config angegeben aber es kommt im webinterface immer noch youtube-dl no aviabled.

Ps: nur so neben bei warum kann man nur maximal 2 bots haben (ich brauch nicht mehr aber ist intressant zu wissen )
 
<blockquote>Ps: nur so neben bei warum kann man nur maximal 2 bots haben (ich brauch nicht mehr aber ist intressant zu wissen )</blockquote>

Ist momentan so limitiert, wenn das Lizenzsystem Live geht bzw mit der Release Version wirst du mehr erwerben können.


<blockquote>hallo brauche hilfe, ich habe yt dl installiert und den pfad in der config angegeben aber es kommt im webinterface immer noch youtube-dl no aviabled.</blockquote>

Nach welcher Anleitung hast du es Installiert? Einer hier ausm Forum? Ist youtube-dl die neuste Version von der Website? Und hast du den Bot auch neugestartet?
 
Hey,

teste youtube-dl mal über die Konsole:

cd /tmp/
/usr/local/bin/youtube-dl HIER DIE YOUTUBE URL



und poste mal das Output hier.
 
[youtube] XpTZlXn3pxY: Downloading webpage
[youtube] XpTZlXn3pxY: Downloading video info webpage
[youtube] XpTZlXn3pxY: Extracting video information
[youtube] XpTZlXn3pxY: Downloading DASH manifest
[youtube] XpTZlXn3pxY: Downloading DASH manifest
[download] Destination: R3Z - Hey Kappa Kappa (Studio Version)-XpTZlXn3pxY.mp4
[download] 100% of 66.44MiB in 00:11
 
wenn du auch den musikbot hast und yt-dl installiert hast und es bei dir funktioniert dann schick mir doch mal deine config.ini datei :danke:
 
Heyho,

in der Config ist ja nichts weiter zu machen außer:


YoutubeDLPath = "/usr/local/bin/youtube-dl"

zu setzen, ich vermute ja das deine Version einfach nicht aktuell ist.

Update einfach mal:

sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl


Die Postes mit den How Tos weisen auch darauf hin das die Download Links für die Aktuellste Version manuell zu ermitteln sind.

Immer die aktuellste Version bekommt man hier: https://rg3.github.io/youtube-dl/download.html
 
Poste mal den Log vom Start des Bots und deine Config. Im Log steht idR drin, warum er youtube-dl nicht nimmt.
 
2015/08/18 14:28:05 5466c607 INFO JOBS-ADD [admin] %!s(*string=0xc2081d8c40) OK
2015/08/18 14:28:05 youtube-dl not available, so not able to download. whoops.

so in der ini datei ist es eingetragen
 
Beim Start, nicht wenn du was herunterladen willst. Und poste deine config.ini - wie gesagt - bitte auch.
 
xinit: XFree86_VT property unexpectedly has 0 items instead of 1
Could not read configuration.
xinit: connection to X server lost

waiting for X server to shut down


jetzt kann ich ihn gar nicht mehr starten
 
Yup, da ist deine Config im Eimer: Could not read configuration.. Also ein letztes Mal die Bitte: Poste deine Config :)
 
Beim nächsten mal bitte direkt hier ins Forum, so ists nur umständlich.

Code:
EnableProfiler = YoutubeDLPath ="/usr/local/bin/youtube-dl" ""
Da liegt der Fehler.
 
Dann poste halt die neue Version deiner Config. Lass uns doch bitte nicht ständig nachfragen sondern liefere uns die Infos selbstständig, die wir brauchen, um dir zu helfen.
 
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
SecretKey = [127, 173, 60, 87, 255, 9, 29, 119, 130, 102, 115, 43, 101, 253, 12, 178, 78, 230, 241, 44, 207, 184, 202, 214, 16, 47, 165, 235, 116, 41, 151, 227]
EnableLocalFS = false
LogLevel = 3EnableProfiler = YoutubeDLPath ="/usr/local/bin/youtube-dl" ""
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

[StreamRewrites]
 
Den Fehler siehst du hoffentlich selbst, oder?

Code:
LogLevel = 3EnableProfiler = YoutubeDLPath ="/usr/local/bin/youtube-dl" ""

Ich vermute du benutzt einen Windows-Editor? Der scheint nicht mit den Zeilenenden zurecht zu kommen.

Code:
TS3Path = "/opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
SecretKey = [127, 173, 60, 87, 255, 9, 29, 119, 130, 102, 115, 43, 101, 253, 12, 178, 78, 230, 241, 44, 207, 184, 202, 214, 16, 47, 165, 235, 116, 41, 151, 227]
EnableLocalFS = false
LogLevel = 3
EnableProfiler = false
YoutubeDLPath ="/usr/local/bin/youtube-dl"
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

[StreamRewrites]
 
Status
Not open for further replies.
Back
Top Bottom