Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error reporting on disk full errors #182

Open
Sopor opened this issue Nov 21, 2014 · 0 comments
Open

Better error reporting on disk full errors #182

Sopor opened this issue Nov 21, 2014 · 0 comments

Comments

@Sopor
Copy link
Contributor

Sopor commented Nov 21, 2014

I got this message when my hard drive was full. Why not a simple error message?
This is some kind of crash i believe?

Traceback (most recent call last):
  File "/usr/local/bin/svtplay-dl", line 5, in <module>
    pkg_resources.run_script('svtplay-dl==0.9.2014.11.16', 'svtplay-dl')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/svtplay_dl-0.9.2014.11.16-py2.7.egg/EGG-INFO/scripts/svtplay-dl", line 7, in <module>
    svtplay_dl.main()
  File "/usr/local/lib/python2.7/dist-packages/svtplay_dl-0.9.2014.11.16-py2.7.egg/svtplay_dl/__init__.py", line 234, in main
    get_media(url, options)
  File "/usr/local/lib/python2.7/dist-packages/svtplay_dl-0.9.2014.11.16-py2.7.egg/svtplay_dl/__init__.py", line 95, in get_media
    get_one_media(substream, copy.copy(options))
  File "/usr/local/lib/python2.7/dist-packages/svtplay_dl-0.9.2014.11.16-py2.7.egg/svtplay_dl/__init__.py", line 143, in get_one_media
    stream.download()
  File "/usr/local/lib/python2.7/dist-packages/svtplay_dl-0.9.2014.11.16-py2.7.egg/svtplay_dl/fetcher/hls.py", line 101, in download
    file_d.write(data)
IOError: [Errno 28] No space left on device
@olof olof changed the title A large error message when the disk is full? Better error reporting on disk full errors Oct 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants