Skip to content
New issue

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

Telethon errors setting up script #79

Open
Oliboy74 opened this issue Oct 18, 2022 · 0 comments
Open

Telethon errors setting up script #79

Oliboy74 opened this issue Oct 18, 2022 · 0 comments

Comments

@Oliboy74
Copy link

hi all. i have the following errors trying to setup this system. has anyone had similar issues and can help?
2022-10-17 21:22:00 ERROR Task exception was never retrieved
future: <Task finished name='Task-575' coro=<UpdateMethods._dispatch_update() done, defined at C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\client\updates.py:426> exception=ValueError('Cannot find any entity corresponding to "3C Quick Stats"')>
Traceback (most recent call last):
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\client\updates.py", line 466, in _dispatch_update
await builder.resolve(self)
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\events\common.py", line 99, in resolve
await self._resolve(client)
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\events\newmessage.py", line 93, in _resolve
await super()._resolve(client)
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\events\common.py", line 103, in _resolve
self.chats = await _into_id_set(client, self.chats)
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\events\common.py", line 33, in _into_id_set
chat = await client.get_input_entity(chat)
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\client\users.py", line 437, in get_input_entity
await self._get_entity_from_string(peer))
File "C:\Users\darre\AppData\Roaming\Python\Python310\site-packages\telethon\client\users.py", line 574, in _get_entity_from_string
raise ValueError(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant