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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: