here’s a link to my code, i thought it was due to my internet but I’m back home and it still doesn’t work so i have no idea what’s happening
Hey @scrlt12209, thanks for sharing the link!
Just to help us dig in, could you let us know which stage you’re currently stuck on? If possible, a screenshot of what you’re seeing would be super helpful too.
here’s the screenshot and i’m stuck on stage ZU2 because my code which previously passed stage WY1 stopped passing and i have no idea why its giving me the env erors up at the top because the only thing i messed besides for the code was setting debug to true
@scrlt12209 The link is returning a 404, possibly the repo is private or the link is broken.
here’s the screenshot and i’m stuck on stage ZU2 because my code which previously passed stage WY1 stopped passing
Thanks for sharing the screenshot!
Looks like your code (which passed stage WY1) is still working correctly. However, stage ZU2 introduces multiple concurrent clients, so your code needs to be able to handle requests from different clients at the same time.
the repo is public now so the link will work now
The current implementation is insufficient to handle concurrent connections.
You’ll need to introduce concurrency, using either threads (threading) or asynchronous I/O (asyncio).
Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.



