oeed / OneOS

OneOS (ComputerCraft Operating System) - The all in one operating system
MIT License
61 stars 20 forks source link

installer:407:Could not download: https://api.github.com/repos/oeed/OneOS/releases Check your connection. #301

Closed ghost closed 9 years ago

ghost commented 9 years ago

HTTP API is enabled and the whitelist is everything ("*") (default settings of Computer Craft 1.64).

As stated above, running Computer Craft 1.64. I can download the installer but it won't install when run.

Running Forge 10.13.1.1217 (currently the latest) if that has anything to do with it.

oeed commented 9 years ago

What does it say, is there any error message?

btkostner commented 9 years ago

capture2

Computer Craft 1.64 S:http_whitelist=*

ghost commented 9 years ago

@oeed The error message is what I titled this issue. It looks like the screenshot @btkostner posted except "installer" instead of "Download" (I am guessing that is the filename).

oeed commented 9 years ago

Hmmm, it's going to take sometime to figure out what's causing that. I think it might be because it tries to download to many files at once. It essentially is downloading a few hundred files at the same time. It makes it a lot faster, but maybe I should limit it to say 5 or 10 files at once.

I've made an Ask a Pro topic, see: http://www.computercraft.info/forums2/index.php?/topic/20552-simultaneous-downloads-failing/

ghost commented 9 years ago

Interesting conversation you have going on there, good luck with any potential fixes and send me an @ mention and I'll be happy to test any new versions.

AlleahSTAR commented 9 years ago

Getting the same error message posted above. Also using CC1.6.4 and the whitelist thing is sorted. Using Forge *1208 if that makes a difference. Seems like that thread didn't come to any real conclusion. :(

TheTakenFox commented 9 years ago

ComputerCraft 1.64 Broke the file download. Update to ComputerCraft 1.65. Same thing happened to me until I updated.

oeed commented 9 years ago

Based off this comment: http://www.computercraft.info/forums2/index.php?/topic/20552-simultaneous-downloads-failing/page__view__findpost__p__194969

"I think this might be a bug. When I tried CC 1.64, I was completely unable to make downloads off github, despite my whitelist being set to *. In fact, I couldn't use the http library for anything except pastebin. Wouldn't even work with computercraft.info. I dismissed it as probably my own error, and lazily went back to 1.63."

I'd say it's a 1.64 issue. I'm downloading 1.64 now to test it, but I'm trying to make the installer pretty rock solid.

Edit: Yep, it's simply not working on 1.64. It works fine on 1.65, but not 1.64.