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
File "/usr/local/lib/python3.11/site-packages/pyrogram/utils.py", line 40, in ainput
return await asyncio.get_event_loop().run_in_executor(executor, func)
│ │ │ └ functools.partial(, 'Enter phone number or bot token: ')
│ │ └ <concurrent.futures.thread.ThreadPoolExecutor object at 0x7f0652fdab10>
│ └
└ <module 'asyncio' from '/usr/local/lib/python3.11/asyncio/init.py'>
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
│ │ └ None
│ └ None
└ None
EOFError: EOF when reading a line
Traceback (most recent call last):
File "/app/media_downloader.py", line 662, in
main()
File "/app/media_downloader.py", line 645, in main
app.loop.run_until_complete(stop_server(client))
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/app/media_downloader.py", line 604, in stop_server
await client.stop()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/utilities/stop.py", line 65, in stop
await do_it()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/utilities/stop.py", line 61, in do_it
await self.terminate()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/auth/terminate.py", line 40, in terminate
raise ConnectionError("Client is already terminated")
ConnectionError: Client is already terminated
Enter phone number or bot token:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
File "/usr/local/lib/python3.11/site-packages/pyrogram/utils.py", line 40, in ainput
return await asyncio.get_event_loop().run_in_executor(executor, func)
│ │ │ └ functools.partial(, 'Enter phone number or bot token: ')
│ │ └ <concurrent.futures.thread.ThreadPoolExecutor object at 0x7f0652fdab10>
│ └
└ <module 'asyncio' from '/usr/local/lib/python3.11/asyncio/init.py'>
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
│ │ └ None
│ └ None
└ None
EOFError: EOF when reading a line
Traceback (most recent call last):
File "/app/media_downloader.py", line 662, in
main()
File "/app/media_downloader.py", line 645, in main
app.loop.run_until_complete(stop_server(client))
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/app/media_downloader.py", line 604, in stop_server
await client.stop()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/utilities/stop.py", line 65, in stop
await do_it()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/utilities/stop.py", line 61, in do_it
await self.terminate()
File "/usr/local/lib/python3.11/site-packages/pyrogram/methods/auth/terminate.py", line 40, in terminate
raise ConnectionError("Client is already terminated")
ConnectionError: Client is already terminated
Enter phone number or bot token:
Beta Was this translation helpful? Give feedback.
All reactions