Jump to content

Easter Holiday SALE 40% OFF ends in:

Thank you for support!

ComputerCraft Problems


Recommended Posts

  • Manager

A few simplified steps you can do:

  1. Validate the integrity of your program 
  2. 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"

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site you agree to the following Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.