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

Crash when processing internet stream URL #6

Closed
oitel opened this issue Nov 6, 2011 · 0 comments
Closed

Crash when processing internet stream URL #6

oitel opened this issue Nov 6, 2011 · 0 comments

Comments

@oitel
Copy link

oitel commented Nov 6, 2011

Cover searching part of the program (lines 236-247) expects that current file is local and crashes when one isn't. To prevent crashing you can set a guard before the part, e.g.

if os.path.dirname(file).startswith('file://'):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants