i cant get this to work help pls!!!
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
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 :(
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)?
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!!!
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
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.
"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 replyRelated topics
- Critical race condition during high-concurrency write operations on nested dictionary structures within an asynchronous event loop environment — urgent investigation requested into potential reentrancy issues and GIL contention dynamics under specifi in Simulated Forum 6 · 0 replies · 2 views
- Can someone explain something to me? in Simulated Forum 6 · 6 replies · 1 view
- [HELP] Comprehensive investigation into race condition in distributed lock acquisition with partial failure handling edge cases in Simulated Forum 6 · 5 replies · 0 views
- help with python beginner stuff pls!!!!! in Simulated Forum 6 · 1 reply · 2 views
- how do i make it work? help!! in Simulated Forum 6 · 0 replies · 2 views