Код: Выделить всё
RuntimeError: asyncio.run() cannot be called from a running event loop
2024-05-27T18:46:46.450774857Z sys:1: RuntimeWarning: coroutine 'app_async' was never awaited
Код: Выделить всё
def run_web():
ft.app(target=main, export_asgi_app=True)
Код: Выделить всё
#!/usr/bin/env bash
source .venv/bin/activate
uvicorn --factory reggui.main:run_web --host 0.0.0.0 --port 8060
Подробнее здесь: https://stackoverflow.com/questions/785 ... ng-uvicorn