Bug 1098690 - [abrt] youtube-dl: utils.py:984:write_string:IOError: [Errno 5] Input/output error
Summary: [abrt] youtube-dl: utils.py:984:write_string:IOError: [Errno 5] Input/output ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: youtube-dl
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Till Maas
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:e165ce716262ebd08178d3841c4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-17 04:13 UTC by Rahul Chowdhury
Modified: 2015-02-10 12:53 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-02-10 12:53:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.50 KB, text/plain)
2014-05-17 04:13 UTC, Rahul Chowdhury
no flags Details
File: environ (3.89 KB, text/plain)
2014-05-17 04:13 UTC, Rahul Chowdhury
no flags Details

Description Rahul Chowdhury 2014-05-17 04:13:33 UTC
Version-Release number of selected component:
youtube-dl-2014.04.11.1-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        python /usr/bin/youtube-dl https://www.youtube.com/watch?v=WN6iuUosBJg
dso_list:       python-libs-2.7.5-11.fc20.x86_64
executable:     /usr/bin/youtube-dl
kernel:         3.14.3-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
utils.py:984:write_string:IOError: [Errno 5] Input/output error

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/bin/youtube-dl/__main__.py", line 18, in <module>
    youtube_dl.main()
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 837, in main
    _real_main(argv)
  File "/usr/bin/youtube-dl/youtube_dl/__init__.py", line 827, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1038, in download
    self.report_error('unable to download video')
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 404, in report_error
    self.trouble(error_message, tb)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 357, in trouble
    self.to_stderr(message)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 311, in to_stderr
    self._write_string(output, self._err_file)
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 290, in _write_string
    write_string(s, out=out, encoding=self.params.get('encoding'))
  File "/usr/bin/youtube-dl/youtube_dl/utils.py", line 984, in write_string
    out.write(byt)
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
byt: 'ERROR: unable to download video\n'
out: <open file '<stderr>', mode 'w' at 0x7f718428a1e0>
s: u'ERROR: unable to download video\n'
encoding: None

Comment 1 Rahul Chowdhury 2014-05-17 04:13:39 UTC
Created attachment 896541 [details]
File: backtrace

Comment 2 Rahul Chowdhury 2014-05-17 04:13:42 UTC
Created attachment 896542 [details]
File: environ

Comment 3 Fedora Admin XMLRPC Client 2015-02-09 00:16:28 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Till Maas 2015-02-10 12:53:54 UTC
seems to be fixed in current releases or it was a runtime error and then the error was probably fine.


Note You need to log in before you can comment on or make changes to this bug.