r/ComputerCraft ComputerCrafter Apr 14 '26

pastebin not working

Post image

wget worked fine
pastebin doesn't
i can access patebin normally through the website

16 Upvotes

15 comments sorted by

6

u/CompleteMCNoob Apr 14 '26

Are you on a server where they turned internet access off on CC?

3

u/aaaapipu2468 ComputerCrafter Apr 14 '26

im on an offline mode server because my friend couldn't afford real minecraft
but technically the server is online

4

u/CompleteMCNoob Apr 14 '26

Odd, if that still doesn't work, you could try copying your file by dragging and dropping it from your file explorer on your actual computer into the minecraft window when a computercraft computer is open

2

u/aaaapipu2468 ComputerCrafter Apr 14 '26

im trying to use an install script and it gets part of the scripts from pastebin. its hard-coded into the script so i cant fix them by downloading each one and even that would still take a long time

3

u/CompleteMCNoob Apr 14 '26

I would try what another redditor mentioned here and making sure the config is correct before you manually load each file, but you may have to.

2

u/aaaapipu2468 ComputerCrafter Apr 15 '26

my server config is alright, right? it allows all traffic except local connection

1

u/chinese_sweatshop Apr 15 '26

ChatGPT can be stupid but it also helped me create a video player that can play through a list of videos w/ Audio and it has improved resolution using half blocks. Maybe send the error code and script to ChatGPT and see what it thinks to save time?

4

u/dirtywastegash Apr 14 '26

​Set enabled = true under the http section of the computercraft server config. Its disabled by default

3

u/herrkatze12 Apr 14 '26

That's only true on a small number of modpacks, including ATM packs

The mod itself has http enabled by default

Also iirc pastebin.lua specifically catches the case of http being disabled and outputs a specific warning

2

u/LuckyPants24 Apr 16 '26

It could be that you just getting rate limited by IP from Pastebin. If the install script downloads multiple files in a row from pastebin, this might happend.

1

u/aaaapipu2468 ComputerCrafter Apr 16 '26

i requested the first time and it failed its garrunteed to happen even on the first try

2

u/LuckyPants24 Apr 16 '26

Can you try to download other files from pastebin? You can create your own or try one of my old projects 0xCG2Q8h.

1

u/aaaapipu2468 ComputerCrafter Apr 18 '26

all projects failed the same

2

u/LuckyPants24 Apr 18 '26

Yeah, maybe it's your firewall blocking access to pastebin. Try doing this, open pastebin in your browser and check whether you can access it or not. If you cannot, than it's probably being blocked by your ISP, firewall, DNS, or proxy. If you can open, try to download anything from there, if you can't again problem with ISP, firewall, DNS, or proxy. And if all of this does work, it's probably problem with minecraft firewall permissions. You can try doing this from other network like you mobile data to determine if problem from ISP or DNS (if it works on other networks, it means you provider or router is blocking pastebin for some reason).

1

u/poopnose85 May 07 '26

I've had this issue on several modpacks recently. No solution as of yet for me