We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I create with docker compose all it gets the next error on the Binance_trader_api container.
2024-01-09 10:13:45 File "", line 219, in _call_with_frames_removed 2024-01-09 10:13:45 File "/app/binance_trade_bot/api_server.py", line 8, in 2024-01-09 10:13:45 from flask_socketio import SocketIO, emit 2024-01-09 10:13:45 File "/usr/local/lib/python3.8/site-packages/flask_socketio/init.py", line 24, in 2024-01-09 10:13:45 from werkzeug.serving import run_with_reloader 2024-01-09 10:13:45 ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving' (/usr/local/lib/python3.8/site-packages/werkzeug/serving.py) 2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [8] [INFO] Worker exiting (pid: 8) 2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [1] [INFO] Shutting down: Master 2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [1] [INFO] Reason: Worker failed to boot.
The text was updated successfully, but these errors were encountered:
Hello
Sorry, something went wrong.
No branches or pull requests
When I create with docker compose all it gets the next error on the Binance_trader_api container.
2024-01-09 10:13:45 File "", line 219, in _call_with_frames_removed
2024-01-09 10:13:45 File "/app/binance_trade_bot/api_server.py", line 8, in
2024-01-09 10:13:45 from flask_socketio import SocketIO, emit
2024-01-09 10:13:45 File "/usr/local/lib/python3.8/site-packages/flask_socketio/init.py", line 24, in
2024-01-09 10:13:45 from werkzeug.serving import run_with_reloader
2024-01-09 10:13:45 ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving' (/usr/local/lib/python3.8/site-packages/werkzeug/serving.py)
2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [8] [INFO] Worker exiting (pid: 8)
2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [1] [INFO] Shutting down: Master
2024-01-09 10:13:45 [2024-01-09 09:13:45 +0000] [1] [INFO] Reason: Worker failed to boot.
The text was updated successfully, but these errors were encountered: