EpicKaote Posted March 24, 2023 Share 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 Link to comment Share on other sites More sharing options...
Manager HappyN0x Posted March 24, 2023 Manager Share 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 Link to comment Share on other sites More sharing options...
EpicKaote Posted March 24, 2023 Author Share Posted March 24, 2023 Thank you i will try it Quote Link to comment Share on other sites More sharing options...
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.