You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I change and save code of dependencies of the dash file, it always seems try to reload and fail:
Traceback (most recent call last):
File "jat/jat/trade_dash.py", line 605, in <module>
app.run_server(
File "/home/lxuwsl/miniconda3/lib/python3.8/site-packages/dash_devices/dash.py", line 1987, in run_server
self.server.run(host=host, port=port, debug=debug, **flask_run_options)
File "/home/lxuwsl/miniconda3/lib/python3.8/site-packages/quart/app.py", line 1400, in run
loop.run_until_complete(serve(self, config))
File "/home/lxuwsl/miniconda3/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/lxuwsl/miniconda3/lib/python3.8/site-packages/hypercorn/asyncio/__init__.py", line 39, in serve
await worker_serve(app, config, shutdown_trigger=shutdown_trigger)
File "/home/lxuwsl/miniconda3/lib/python3.8/site-packages/hypercorn/asyncio/run.py", line 157, in worker_serve
restart()
File "/home/lxuwsl/miniconda3/lib/python3.8/site-packages/hypercorn/utils.py", line 168, in restart
os.execv(executable, [executable] + args)
OSError: [Errno 8] Exec format error
That's weird.
The text was updated successfully, but these errors were encountered:
I run the server with this:
Env:
Describe the bug
Whenever I change and save code of dependencies of the dash file, it always seems try to reload and fail:
That's weird.
The text was updated successfully, but these errors were encountered: