runtime error

Exit code: 1. Reason: * Serving Flask app 'app' * Debug mode: off WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:7860 * Running on http://10.112.42.79:7860 Press CTRL+C to quit Traceback (most recent call last): File "/app/app.py", line 347, in <module> try: asyncio.run(main()) ~~~~~~~~~~~^^^^^^^^ File "/usr/local/lib/python3.13/asyncio/runners.py", line 196, in run return runner.run(main) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/asyncio/runners.py", line 119, in run return self._loop.run_until_complete(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete return future.result() ~~~~~~~~~~~~~^^ File "/app/app.py", line 334, in main await user_client.start() File "/usr/local/lib/python3.13/site-packages/telethon/client/auth.py", line 135, in _start await self.connect() File "/usr/local/lib/python3.13/site-packages/telethon/client/telegrambaseclient.py", line 611, in connect await self._sender.send(functions.InvokeWithLayerRequest(LAYER, req)) telethon.errors.rpcerrorlist.AuthKeyDuplicatedError: The authorization key (session file) was used under two different IP addresses simultaneously, and can no longer be used. Use the same session exclusively, or use different sessions (caused by InvokeWithLayerRequest(InitConnectionRequest(GetConfigRequest)))

Container logs:

Fetching error logs...