17 posts
Posted 22 February 2016 - 08:01 AM
Not sure exactly where this should go but here is my question (Ask a Pro I think): in another world save I found and implemented a Computercraft script that checked the level of energy cells and displayed it on a screen, rather than finding the original source that I found the code on I did
pastebin put (program name)
I then switched into my current world and did:
pastebin get SiggEJfc power
The program seems to download fine but when I enter
edit power
it shows the html version of pastebin website
818 posts
Location
Wherever you want me to be
Posted 22 February 2016 - 08:15 AM
This can mean you've uploaded more than 10 files to Pastebin in the 24 hour time frame and it'll just display the error in your browser if you try it. The way the program works is, it'll download the info of the raw paste from Pastebin. since the paste expired, you're just getting the error page. Try waiting until tomorrow or signing up for Pastebin, which lets you do 25 or so uploads a day. With an account, you'll need to use a client someone else has made.
7083 posts
Location
Tasmania (AU)
Posted 22 February 2016 - 08:20 AM
Eh, I'm doubting it's an upload limit - if the paste doesn't exist then the script won't download anything; certainly the pictured file content wouldn't contain the correct paste title.
Take a look here maybe:
http://www.computercraft.info/forums2/index.php?/topic/25963-how-to-download-from-pastebin/page__view__findpost__p__245660
17 posts
Posted 23 February 2016 - 01:26 AM
Eh, I'm doubting it's an upload limit - if the paste doesn't exist then the script won't download anything; certainly the pictured file content wouldn't contain the correct paste title.
Take a look here maybe:
http://www.computerc...post__p__245660
Thanks SO much it worked!