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

program not getting past mod selection screen #6

Open
SlackerNet opened this issue Dec 31, 2016 · 5 comments
Open

program not getting past mod selection screen #6

SlackerNet opened this issue Dec 31, 2016 · 5 comments

Comments

@SlackerNet
Copy link

for some reason just after 12-25-16 the program will no longer access curse downloads. You select the pack click ok then it does nothing. Any chance of an update Please

@SlackerNet
Copy link
Author

update: I was looking at the program and noticed the links were http in the program and https on the site. I changed them hoping it would work. it was a fail the program still doesn't do anything after selecting the modpack and hitting ok button : /
note: i dont know much about programming i was just trying stuff out to see if it worked

@AarynSmith
Copy link

Looks like curse is redirecting to a 404 page for modpacks now. Removing the --quiet option from the wget's yeilds this:

--2017-01-10 19:42:34--  http://minecraft.curseforge.com/modpacks/256183-modpack
Resolving minecraft.curseforge.com (minecraft.curseforge.com)... 104.16.82.211, 104.16.83.211, 104.16.85.211, ...
Connecting to minecraft.curseforge.com (minecraft.curseforge.com)|104.16.82.211|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://minecraft.curseforge.com/modpacks/256183-modpack [following]
--2017-01-10 19:42:34--  https://minecraft.curseforge.com/modpacks/256183-modpack
Connecting to minecraft.curseforge.com (minecraft.curseforge.com)|104.16.82.211|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-01-10 19:42:34 ERROR 404: Not Found.

@SlackerNet
Copy link
Author

i wonder how they tell the difference for the redirect....example you downloading the files manually vs the program downloading the files. IMO curse is nothing but a bunch of fkn linux haters

@mmarquezs
Copy link

mmarquezs commented Mar 31, 2017

@SlackerNet That's not true, they simply changed some urls, the urls don't work manually either.

They joined all the urls in one, modpacks, mods etc... are all at https://www.curseforge.com/projects/

It's simple to fix. I just did a pull request with the code fixed #7

Meanwhile you can use my fork:

wget -qO - https://cdn.rawgit.com/mmarquezs/adcmmp/ddc6d4c7/curse.bash | bash -

@SlackerNet
Copy link
Author

sorry i have been offline. I will try your ver out. thank you for the link, this has been frustrating to say the least

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

3 participants