Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl throw weird errors #4192
Comments
|
How are you calling youtube-dl? Could you post the output you get if you add the |
|
I'm closing the issue then, If you find the command that produces thoses errors, please post it here with the verbose output and we will reopen. I don't know how abrt works, but maybe you can find the command that produced an specific error. By the way: You should avoid running youtube-dl as the root user, it's only needed for updating. |
I recently found the following in /var/log/messages
Nov 14 04:50:47 sv1 abrtd: New client connected
Nov 14 04:50:47 sv1 abrt-server[18749]: Not saving repeating crash in '/usr/local/bin/youtube-dl'
Nov 14 04:51:14 sv1 abrt: detected unhandled Python exception in '/usr/local/bin/youtube-dl'
Nov 14 04:51:14 sv1 abrtd: New client connected
Nov 14 04:51:14 sv1 abrtd: Directory 'pyhook-2014-11-14-04:51:14-18910' creation detected
Nov 14 04:51:14 sv1 abrt-server[18933]: Saved Python crash dump of pid 18910 to /var/spool/abrt/pyhook-2014-11-14-04:51:14-18910
Nov 14 04:51:14 sv1 abrtd: Executable '/usr/local/bin/youtube-dl' doesn't belong to any package and ProcessUnpackaged is set to 'no'
Nov 14 04:51:14 sv1 abrtd: 'post-create' on '/var/spool/abrt/pyhook-2014-11-14-04:51:14-18910' exited with 1
Nov 14 04:51:14 sv1 abrtd: Deleting problem directory '/var/spool/abrt/pyhook-2014-11-14-04:51:14-18910'
My youtube-dl version : youtube-dl is up-to-date (2014.11.13.3)
Python version : Python 2.6.6
Regards