Skip to content

TypeError in Uvicorn logging module #2249

Discussion options

You must be logged in to vote

The port parameter is of type int (port: int), you're providing port as string, it should be a number without quotes.
IDK if uvicorn should explicitly cast the port to int or not but your issue lies with that parameter only.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kludex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants