1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 12:15:40 +01:00

Merge pull request #318 from spaam/improve-crash-error-msg

Improve the error message given on crash
This commit is contained in:
Johan Andersson 2016-01-01 18:50:25 +01:00
commit 7c9f29fccc

View File

@ -202,8 +202,10 @@ def get_one_media(stream, options):
if options.verbose:
raise e
else:
print("Script crashed. please run the script again and add --verbose as an argument")
print("Make an issue with the url you used and include the stacktrace. please include the version of the script")
log.error("svtplay-dl crashed")
log.error("Run again and add --verbose as an argument, to get more information")
log.error("If the error persists, you can report it at https://github.com/spaam/svtplay-dl/issues")
log.error("Include the URL used, the stack trace and the output of svtplay-dl --version in the issue")
sys.exit(3)
if options.require_subtitle and not subs: