Forum in maintenance, we will back soon 🙂
error message
Hi Hassan I keep getting this error message when running your script in the 'Build & Sell API's course - create an API' unit.
attached screen shots of your code I am running and error message when I run uvicorn app:app --reload
can you please help
its ok I found the solution in claude. needed to run python -m uvicorn app:app --reload
the app = FastAPI() is also missing from your code in the 'image converter' course page FYI
just some more feedback FYI re your 'Youtube Popular videos finder' unit in the Build API course.
Line 30 is missing vital code.
should be:
I mean, it should be:
thats weird, when you copy and paste the code into this comment box, it keeps reverting back to the wrong snippet when you post the comment.
it should be:
@paddy share code with the insert code icon "<>" above to keep the correct format.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
ok thanks. anyway its in last screen shot. Just sharing it with you in case you want to update the code in the course as its incorrect and others having the same issue.
yeah, there is a problem in rendering this part of the code, Iam checking to see what is the problem, it is like a rendering bug. thanks for pointing this out.