Using idom from FastAPI #650
Unanswered
seeclearvision
asked this question in
Question
Replies: 1 comment 11 replies
-
Do you think you could post the code sample that's producing this error? Also, have you checked out the documentation on running IDOM? There's a number of code samples there. If any of them fail you should post back here with the code and associated tracebacks you're seeing. |
Beta Was this translation helpful? Give feedback.
11 replies
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.
-
I have a couple of questions regarding the use of idom from FastAPI?
It seems to be giving me the following error:
RuntimeError: asyncio.run() cannot be called from a running event loop
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/uvicorn/protocols/http/h11_impl.py:384: RuntimeWarning: coroutine 'Server.serve' was never awaited
I don't know how to get it to work with FastAPI.
Any help is greatly appreciated.
Cheers,
Dev.
Beta Was this translation helpful? Give feedback.
All reactions