-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hello I got an AttributeError: 'Response' object has no attribute 'is_redirect' while trying to download the Horizon: Daybreaker Modpack 1.0.3 with you downloading script.
The console output with and without gui portable option:
user@user-pc ~ $ python3.4 /home/user/Downloads/curseupdater/downloader.py
96 files to download
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
self.run()
File "/usr/lib/python3.4/threading.py", line 868, in run
self._target(_self._args, *_self._kwargs)
File "/home/user/Downloads/curseupdater/downloader.py", line 67, in goDownloadBackground
doDownload(self.manifestPath.get())
File "/home/user/Downloads/curseupdater/downloader.py", line 146, in doDownload
while fileResponse.is_redirect:
AttributeError: 'Response' object has no attribute 'is_redirect'
user@user-pc ~ $ python3.4 /home/user/Downloads/curseupdater/downloader.py --nogui --portable --manifest /home/user/Downloads/HDB/manifest.json
96 files to download
Traceback (most recent call last):
File "/home/user/Downloads/curseupdater/downloader.py", line 206, in
doDownload(args.manifest)
File "/home/user/Downloads/curseupdater/downloader.py", line 146, in doDownload
while fileResponse.is_redirect:
AttributeError: 'Response' object has no attribute 'is_redirect'
user@user-pc ~ $ python3.4 /home/user/Downloads/curseupdater/downloader.py --nogui --manifest /home/user/Downloads/HDB/manifest.json 96 files to download
Traceback (most recent call last):
File "/home/user/Downloads/curseupdater/downloader.py", line 206, in
doDownload(args.manifest)
File "/home/user/Downloads/curseupdater/downloader.py", line 146, in doDownload
while fileResponse.is_redirect:
AttributeError: 'Response' object has no attribute 'is_redirect'