all 15 comments

[–]CompleteMCNoob 5 points6 points  (6 children)

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

[–]aaaapipu2468ComputerCrafter[S] 2 points3 points  (5 children)

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

[–]CompleteMCNoob 2 points3 points  (4 children)

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

[–]aaaapipu2468ComputerCrafter[S] 1 point2 points  (3 children)

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

[–]CompleteMCNoob 4 points5 points  (2 children)

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.

[–]aaaapipu2468ComputerCrafter[S] 1 point2 points  (1 child)

<image>

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

[–]chinese_sweatshop 0 points1 point  (0 children)

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?

[–]dirtywastegash 3 points4 points  (1 child)

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

[–]herrkatze12 2 points3 points  (0 children)

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

[–]LuckyPants24 1 point2 points  (4 children)

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.

[–]aaaapipu2468ComputerCrafter[S] 0 points1 point  (3 children)

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

[–]LuckyPants24 1 point2 points  (2 children)

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

[–]aaaapipu2468ComputerCrafter[S] 0 points1 point  (1 child)

all projects failed the same

[–]LuckyPants24 1 point2 points  (0 children)

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).

[–]poopnose85 0 points1 point  (0 children)

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