unexpected keyword argument 'loop_factory' on uvicorn.run(), only when debugging #2736
-
| 
         I was about to file this as an issue, but it's not 100% clear if this is specifically Uvicorn's fault, here. One way by which I commonly launch my apps is with a launch script that merely calls  The error is coming out of here: Lines 66 to 67 in 3850ad6 ...and I'm using Python 3.12.11, so asyncio_run is supposed to be the regular one: Lines 17 to 18 in 3850ad6 It's not 100% clear to me right now whether this is an issue with pydevd (or tweaks made to it by PyCharm) or something that needs to be fixed on Uvicorn's end, but I'm apparently not the first person to encounter this. This has also been raised recently as awslabs/amazon-bedrock-agentcore-samples#416.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| 
         Let's continue on #2737  | 
  
Beta Was this translation helpful? Give feedback.
Let's continue on #2737