runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/flask_limiter/_extension.py:364: UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend. warnings.warn( 2025-10-09 18:31:23,486 - ExternalServer - INFO - 🚀 بدء تشغيل الخادم المركزي 2025-10-09 18:31:23,487 - ExternalServer - INFO - 🚀 تشغيل الخادم الخارجي على المنفذ 5005 2025-10-09 18:31:23,487 - ExternalServer - ERROR - خطأ غير متوقع: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error. Traceback (most recent call last): File "/home/user/app/app.py", line 728, in <module> asyncio.run(main()) File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/home/user/app/app.py", line 725, in main server_manager.stop_services() File "/home/user/app/app.py", line 254, in stop_services /usr/local/lib/python3.10/threading.py:953: RuntimeWarning: coroutine 'CentralServerManager._task_dispatch_loop' was never awaited self._target(*self._args, **self._kwargs) RuntimeWarning: Enable tracemalloc to get the object allocation traceback asyncio.run(self.session.close()) File "/usr/local/lib/python3.10/asyncio/runners.py", line 33, in run raise RuntimeError( RuntimeError: asyncio.run() cannot be called from a running event loop sys:1: RuntimeWarning: coroutine 'ClientSession.close' was never awaited

Container logs:

Fetching error logs...