Posted 12 December 2014 - 10:09 PM
Hello everyone! This is kind of a stupid question but on every program that involves http requests does not work anyone know what to do? Thanks!
What version of ComputerCraft are you using?
Is there an error, or does it just never finish?
What version of ComputerCraft are you using?
Is there an error, or does it just never finish?
I am useing ComputerCraft 1.65 and the http error for installing oneos is: could not download. This goes to all other http programs. The strange thing is, pastebin works.
Thanks! That was the issue! :)/>What version of ComputerCraft are you using?
Is there an error, or does it just never finish?
I am useing ComputerCraft 1.65 and the http error for installing oneos is: could not download. This goes to all other http programs. The strange thing is, pastebin works.
In the CC config is a HTTP whitelist, where someone can change the websites that programs have access to. This is usually set to all sites by default, which causes me to believe you are on a server. If you are you will have to contact the server, and ask him to change it. If you are playing single player you could check the config file yourself, and see if the only site enabled is pastebin. If you want all sites to be enabled you can put * in the config file, which allows access to all sites.