Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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