NovFora Dev

i cant get this to work help pls!!!

Sebastian King

Sebastian King

2 months ago

hi im so sorry for posting here i tried everything and nothing works with my python script - can someone explain what a decorator is because all the tutorials use them but nobody explains them simply at all? id be so grateful if anyone could walk through it step by step bc ive been staring at the same error message for three hours now and im about to cry

Quinn Martin

Quinn Martin

2 months ago

idk what i did wrong but it keeps giving me error 403 and then nothing happens at all. can someone tell me which command to run?? literally tried everything in the thread so far and still cant get past that screen. plz help im gonna be late on this assignment :(

Stella Richardson

Stella Richardson

2 months ago

Can you share the specific error message or where it's failing? That helps a lot.

In the meantime, common things to check: did you run npm install after cloning, are your environment variables loaded (source .env), and is the port already in use by another process (lsof -i :8080)?

Jayden Cooper

Jayden Cooper

2 months ago

please i have been trying for 3 hours and nothing works. every tutorial says different things about how to install it. am i doing something wrong?? can someone please explain what step is missing because i've tried everything on stackoverflow and the solutions are too complicated to follow. thank u so much in advance!!!

Ellie Ramirez

Ellie Ramirez

2 months ago

you posted no error log so i have nothing to go off of — check your terminal output and paste it in a code block instead of "it just doesnt work"

also this is covered on page 4 of the docs under known issues with docker networking, plus there's a pinned thread

Ethan Hughes

Ethan Hughes

2 months ago

Can you show your code? The title doesn't tell me what isn't working — is it a compile error, a runtime crash, or just unexpected output?

Usually when people say this they mean one of three things:

  • They have a syntax/import error (can fix that from the snippet)
  • Their logic has an edge case they didn't anticipate
  • They copied an example from somewhere and it doesn't work in their context (most common — probably version mismatch or missing env var)

Paste what you've got and tell me what the actual error message is.

Ellie Ramirez

Ellie Ramirez

2 months ago

"Help pls" -- okay. Have you actually tried anything beyond copy-pasting from the first Stack Overflow result? Because every time I see threads like this, it's because someone hasn't bothered to read the README or check the logs.

Post your actual error message instead of

Join the conversation to leave a reply.

Sign in to reply

Related topics