psukys
New Member
Operating System: Ubuntu 16.04
SinusBot Version: 0.9.18-8499d2c
TS3 Version: 3.0.18.2
Youtube-dl Version: 2017.05.01
Problem Description
After extensively using youtube-dl commands, bot responds with Download failed ...; file not found
Debugging
Tried to find something to catch on, but in general there wasn't much verbosity, so I wrote a simple wrapper for youtube-dl - a bash script:
The log only shows the successful calls and whenever the error starts showing up, the log is no longer appended.
When the failing (file not found errors come up) starts, the bot log says:
SinusBot Version: 0.9.18-8499d2c
TS3 Version: 3.0.18.2
Youtube-dl Version: 2017.05.01
Problem Description
After extensively using youtube-dl commands, bot responds with Download failed ...; file not found
Debugging
Tried to find something to catch on, but in general there wasn't much verbosity, so I wrote a simple wrapper for youtube-dl - a bash script:
Code:
#!/bin/bash
youtube-dl $* | tee -a /var/log/sinusbot/ytdl.log
The log only shows the successful calls and whenever the error starts showing up, the log is no longer appended.
When the failing (file not found errors come up) starts, the bot log says:
Code:
2017-05-03T17:02:49+02:00 youtube-dlquit
2017-05-03T17:02:49+02:00 Downloading via ytdl (Speed: %d bps, Size: %d b): %s => %s1048576000 4194304000https://www.youtube.com/watch?v=MJYooW6BsWU/opt/sinusbot/data/tmp/f03f7da4c033437b8105e60fd1694c92
Last edited: