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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: