Hi,
i've tested a script on python2.7 but i receive this error.. The script use IG API.
I don'tknow why..
Traceback (most recent call last): File "/home/codelmgweb/instabot.py/example.py", line 52, in <module> unfollow_whitelist=['example_user_1', 'example_user_2']) File "/home/codelmgweb/instabot.py/src/instabot.py", line 162, in init fake_ua = UserAgent(verify_ssl = False) File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/fake.py", line 69, in init self.load() File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/fake.py", line 78, in load verify_ssl=self.verify_ssl, File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/utils.py", line 250, in load_cached update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl) File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/utils.py", line 245, in update write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl)) File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/utils.py", line 189, in load verify_ssl=verify_ssl, File "/home/codelmgweb/.local/lib/python2.7/site-packages/fake_useragent/utils.py", line 84, in get raise FakeUserAgentError('Maximum amount of retries reached') fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached
Where is the problem?