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

fileResponse not populating properly #36

Open
postal291 opened this issue Jan 8, 2017 · 1 comment
Open

fileResponse not populating properly #36

postal291 opened this issue Jan 8, 2017 · 1 comment

Comments

@postal291
Copy link

Line from the downloader.py file that I believe is causing the issue:
fileResponse = sess.get("%s/files/%s/download" % (projectResponse.url, dependency['fileID']), stream=True)

It doesn't appear to be appending anything after download, so it's just placing a file called download (which is basically the curse 404 error page) in the mods folder, then the remainder of the entries says it's cached and skips them.

Attempted with modpack FTBPresentsDirewolf20110-1.2.2-1.10.2

@postal291
Copy link
Author

screenshot from 2017-01-07 23-58-00
screenshot from 2017-01-07 23-58-31

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

1 participant