Replies: 1 comment 1 reply
-
How's this related to uvicorn? 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
fastapi 0.89.1
uvicorn[standard] 0.20.0 (it did not happed on 0.17.6)
python 3.11.1
pyinstaller 5.7.0
This promble only happens when i use pyinstaller package the program with version 0.20.0,and when i reduce program version to 0.17.6,it fix.

When i use thwo routers like this,the router [name]with[s] will not get the state
router config/{name} can get state,but /configs cannot get the state,when i change /configs to /configlist , it works.
Beta Was this translation helpful? Give feedback.
All reactions