14 posts
Posted 09 June 2016 - 11:04 PM
So whenever I do pastebin get or run it says failed. It used to be working fine. The only working word is put. What do I do?
7083 posts
Location
Tasmania (AU)
Posted 10 June 2016 - 02:22 AM
You're probably using an older build of ComputerCraft; anything prior to the builds for MC 1.8.x may do this (depending on where you are).
In your Minecraft installation is a "resourcepacks" folder. Try putting
this in it and restarting the game. If you're playing on a server, you'd instead need to either get the server owner to do it, or you'd need to
manually patch the pastebin script on each computer you use.
147 posts
Location
On Earth
Posted 11 June 2016 - 08:00 AM
Could it be possible that you used the following command (the code is an example code and I don't know if it exists):
pastebin get Q84HJdxA
instead of the following:
pastebin get Q84HJdxA myFile
Without giving it the filename, it doesn't work.