EpicKaote Posted March 24, 2023 Posted March 24, 2023 Hi, i have an issue! i can download the pastebin on Computercraft but i can’t start it and it doesn’t show on the Monitor. Quote
Manager HappyN0x Posted March 24, 2023 Manager Posted March 24, 2023 A few simplified steps you can do: Validate the integrity of your program Isolate the error Test external components Test Internal components Test Interaction between components My suspicion is that you used the provided Pastebin program to download the desired program and the resulting program file is empty, this is due to a change of Pastebins api. To fix it do the following: cp /rom/programs/http/pastebin . edit pastebin # go to line 24 and change the string "http://pastebin.com/raw.php?i=" to "https://pastebin.com/raw/" # and if you want to use the put command change line 59 the "http" to "https" EpicKaote 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.