nike4192

Results 3 comments of nike4192

Same problem ``` INFO: Started server process [63] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 680, in lifespan raise RuntimeError( RuntimeError: The server...

@uriyyo Yes, you are right, thanks I just updated `uvicorn` from 0.20.0 to 0.21.0 and it worked. > main.py ```py @manager.add async def something1(app: FastAPI): logger.debug('startup 1') yield logger.debug('shutdown 1')...

my solution to the problem ```vue function initEditorValue({ instance }) { instance.setContents(instance.clipboard.convert({ html: 'some html', // or // text: 'some text', })); } ``` package versions: - [email protected] - [email protected]...