In file Util.py at line 129 (version 0.1.4): file_size = int(response.headers.get('content-range').split('/')[1]) I get this error: > AttributeError: 'NoneType' object has no attribute 'split'
In file Util.py at line 129 (version 0.1.4):
I get this error: