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

I tried this on a server and on my machine but still showing the same problem #7

Open
jaisonclarck opened this issue Jan 31, 2021 · 0 comments

Comments

@jaisonclarck
Copy link

Hey, I have an issue with code presented in this video https://www.youtube.com/watch?v=9E5q5H-4_8Q
And this is the error : some help please
Traceback (most recent call last):
File "scrapper.py", line 24, in
with client:
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\helpers.py", line 184, in _sync_enter
return loop.run_until_complete(self.aenter())
File "C:\Program Files\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\client\auth.py", line 713, in aenter
return await self.start()
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\client\auth.py", line 189, in _start
await self.send_code_request(phone, force_sms=force_sms)
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\client\auth.py", line 514, in send_code_request
result = await self(functions.auth.SendCodeRequest(
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\client\users.py", line 30, in call
return await self._call(self._sender, request, ordered=ordered)
File "C:\Users\JIRO\AppData\Roaming\Python\Python38\site-packages\telethon\client\users.py", line 79, in _call
result = await future
telethon.errors.rpcerrorlist.ApiIdInvalidError: The api_id/api_hash combination is invalid (caused by SendCodeRequest)

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