ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.94k stars 608 forks source link

ClientError URLError <urlopen error [Errno -3] Temporary failure in name resolution #376

Open marzieh-ghasemi opened 2 years ago

marzieh-ghasemi commented 2 years ago

I copy this code in my system which is Ubuntu 20.04 and then follow the instruction to use the code. But, when I run the code I receive this error:

Client version: 1.6.0 Unable to find file: loginInfo DEBUG:instagram_private_api.client:REQUEST: https://i.instagram.com/api/v1/si/fetch_headers/?challenge_type=signup&guid=6e730919709b11ec9b5c51f267a9d723 POST DEBUG:instagram_private_api.client:DATA: b'' ClientError URLError <urlopen error [Errno -3] Temporary failure in name resolution> (Code: 0, Response: )

Process finished with exit code 9

Would you please guide me how to solve the problem?