Bug 805780

Summary: [abrt] youtube-dl-2011.10.19-1.fc14: youtube-dl:554:to_stderr:IOError: [Errno 5] Input/output error
Product: [Fedora] Fedora Reporter: Koen Zagers <zagers.koen>
Component: youtube-dlAssignee: Till Maas <opensource>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: fry.futurateam, metherid, opensource, sanjay.ankur
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:e3c6be70
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-21 12:56:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Koen Zagers 2012-03-22 06:03:46 UTC
abrt version: 1.1.18
architecture: i686
cmdline: python /usr/bin/youtube-dl http://www.youtube.com/watch?v=eAGRgMCIoRs
component: youtube-dl
executable: /usr/bin/youtube-dl
kernel: 2.6.35.14-106.fc14.i686.PAE
package: youtube-dl-2011.10.19-1.fc14
reason: youtube-dl:554:to_stderr:IOError: [Errno 5] Input/output error
release: Fedora release 14 (Laughlin)
time: 1332396153
uid: 500

backtrace
-----
youtube-dl:554:to_stderr:IOError: [Errno 5] Input/output error

Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 4047, in <module>
    main()
  File "/usr/bin/youtube-dl", line 4033, in main
    retcode = fd.download(all_urls)
  File "/usr/bin/youtube-dl", line 812, in download
    ie.extract(url)
  File "/usr/bin/youtube-dl", line 1070, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl", line 1401, in _real_extract
    self._downloader.trouble(u'\nERROR: unable to download video')
  File "/usr/bin/youtube-dl", line 579, in trouble
    self.to_stderr(message)
  File "/usr/bin/youtube-dl", line 554, in to_stderr
    print >>sys.stderr, message.encode(preferredencoding())
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
message: u'\nERROR: unable to download video'
self: <__main__.FileDownloader object at 0x94339ec>

How to reproduce
-----
1. I closed the terminal window in which I had previously launched the command.
2.
3.

Comment 1 Koen Zagers 2012-03-22 06:03:49 UTC
Created attachment 571917 [details]
File: backtrace

Comment 2 Till Maas 2012-04-21 12:54:06 UTC
*** Bug 787379 has been marked as a duplicate of this bug. ***

Comment 3 Till Maas 2012-04-21 12:55:00 UTC
Reported upstream:
https://github.com/rg3/youtube-dl/issues/337

Since it is only a cosmetical bug, I close it here.