-
Notifications
You must be signed in to change notification settings - Fork 84
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
Can't get the code through pastebin #9
Comments
This might be something to do with the server you are on and pastebin blacklisting its' IP address. Is the server you're on populated with a lot of players @NopusEngibus ? after a certain amount of pastebin GET's they'll black the IP and you just get some 404 bs HTML for the file. |
I had this exact same issue and I am on SkyFactory 2.5 as well. I had to go to the pastebin in my web browser and manually type the code into the ComputerCraft computer in the install file. |
@NopusEngibus have you tried what @Skii7niX did? is the server you are on trying to do this with public? I don't mind hopping on and checking things out. |
@acidjazz I could port forward it you would like to take a look at mine to try to find an answer |
@Skii7niX @NopusEngibus upon the install script not working when you did the pastebin get:
|
@acidjazz It did create the install file but nothing was in it, I will test again to make sure. |
Appreciate your research @Skii7niX, I'm installing skyfactory 2.5 right now to see if it is maybe something in the pack. |
XD Glad I could help a bit. This gives me something to do. He fixed it is his newer version of ComputerCraft but SkyFactory 2.5 is using an older version. I tested it myself and it works. :) (Credit dan200/ComputerCraft#64) Fixing the issue:
Or put the fixed jar file included below in this folder (make sure to replace "USER" with your local computer username): Go to https://github.com/Skii7niX/ComputerCraftFix/blob/master/ComputerCraft1.75-Skii7niXEdit.jar and click download to get the file. (Edited and tested by me; I just went and changed the one line in the ComputerCraft rom/programs/http folder.) |
thanks @Skii7niX , i think since there is nothing we can do on our end for this I'll close this issue, make a known issues section on the front page and reference your fix. thanks again |
Since pastebin uses TLS, the program part must be changed to |
@Skii7niX you might want to make another build of the update ComputerCraft fix - see @FabianAlbertRub comment above |
Here is an easy fix if you're playing on a server. |
Ok so i did exactly what you told me to do (doing "pastebin get Ls1Wg3QQ install" then "install" then "startup") but even if the computer says that it successfully downloaded the code from pastebin.com, when i do startup it tells me it doesn't exist and when i check what's inside "install" by doing "edit install", it looks like nothing is in there, pls help
EDIT : I only get this issue on SkyFactory 2.5, i tested on Infinity Evolved and it worked
The text was updated successfully, but these errors were encountered: