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

No Attribute 'is_redirect' #41

Open
HeroCC opened this issue Feb 27, 2017 · 1 comment
Open

No Attribute 'is_redirect' #41

HeroCC opened this issue Feb 27, 2017 · 1 comment

Comments

@HeroCC
Copy link

HeroCC commented Feb 27, 2017

Running git 33d01f1, I run the downloader, and I get this error:

162 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 "downloader.py", line 71, in goDownloadBackground
    doDownload(self.manifestPath.get())
  File "downloader.py", line 163, in doDownload
    while fileResponse.is_redirect:
AttributeError: 'Response' object has no attribute 'is_redirect'

Ubuntu 14.04, with this modpack. Any idea what's up?

Thanks!

@TOLoneWolf
Copy link

Would help to known which version of the pack as well.

Probably because some of the mods linked in the manifest are missing the specific version the pack is using. Some mods like to remove older versions from curse.
Example: https://minecraft.curseforge.com/projects/cofhcore/files/2320124/download is missing for Project Ozone 2: Reloaded 2.2.6 EFU3 which is probably what is making "fileResponse.is_redirect" not get set resulting in that error.

while fileResponse.is_redirect:

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