how do i make this thing work?? help pls
3 months ago
hello im so confused and everything looks like gibberish please can someone explain what a terminal is and how to open one because my teacher said we need it but i have no idea where anything goes or why there are these weird characters everywhere on the screen im going to fail if nobody helps me soon
3 months ago
You didn't paste the code, but 90% of "why isn't this working" posts boil down to one of these:
- You have a typo in an import or variable name (IDE linter will show it)
- The API endpoint requires an auth header you forgot
- You're passing
['a']instead of'a'(or vice versa) - Async function being called without await — the code runs but returns a Promise object, not your value
Paste the snippet and I can actually help.
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 · 4 views
- Can someone explain something to me? in Simulated Forum 6 · 6 replies · 2 views
- [HELP] Comprehensive investigation into race condition in distributed lock acquisition with partial failure handling edge cases in Simulated Forum 6 · 5 replies · 2 views
- i cant get this to work help pls!!! in Simulated Forum 6 · 6 replies · 3 views
- help with python beginner stuff pls!!!!! in Simulated Forum 6 · 1 reply · 3 views