You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered a deviation which causes this to happen, and people in the comments section are complaining that the video won't play, so it's not just a gallery-dl issue.
To fix this, all you have to do is put a check at line 119 of extractor/deviantart.py.
Example:
if "videos" in deviation and len(deviation["videos"]) > 0:
EDIT: The error is "max() arg is an empty sequence"
The text was updated successfully, but these errors were encountered:
I've encountered a deviation which causes this to happen, and people in the comments section are complaining that the video won't play, so it's not just a gallery-dl issue.
To fix this, all you have to do is put a check at line 119 of extractor/deviantart.py.
Example:
if "videos" in deviation and len(deviation["videos"]) > 0:
EDIT: The error is "max() arg is an empty sequence"
The text was updated successfully, but these errors were encountered: