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
I get this error for about a month (got the same issue with instabot.py) and there is no fix working.. (re-install fake user agent, etc...)
Traceback (most recent call last):
File "example.py", line 59, in
UI = False)
File "/Users/walid/Desktop/instaboost-master/Instaboost/src/instabot.py", line 173, in init
fake_ua = UserAgent()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/fake.py", line 69, in init
self.load()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/fake.py", line 78, in load
verify_ssl=self.verify_ssl,
File "/Library/Frameworks/Python.framework/Versions/2.7/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 "/Library/Frameworks/Python.framework/Versions/2.7/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 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/utils.py", line 189, in load
verify_ssl=verify_ssl,
File "/Library/Frameworks/Python.framework/Versions/2.7/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
If someone have an idea how to fix it? or get the same issue ?
THX
Select one:
Technical Help
Operating System? (include version)
MAC OS 10.13.4
Running Mode
example.py , mode 0
instaboost.py
Other
Python Version?
2 / 3
The text was updated successfully, but these errors were encountered:
Hi, this problem happens just in some MACs.
I tried to run instaboost in one MAC and it works, I don't know how to solve your problem, but if you find, please, share with us.
Hello everybody,
I get this error for about a month (got the same issue with instabot.py) and there is no fix working.. (re-install fake user agent, etc...)
Traceback (most recent call last):
File "example.py", line 59, in
UI = False)
File "/Users/walid/Desktop/instaboost-master/Instaboost/src/instabot.py", line 173, in init
fake_ua = UserAgent()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/fake.py", line 69, in init
self.load()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/fake.py", line 78, in load
verify_ssl=self.verify_ssl,
File "/Library/Frameworks/Python.framework/Versions/2.7/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 "/Library/Frameworks/Python.framework/Versions/2.7/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 "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fake_useragent/utils.py", line 189, in load
verify_ssl=verify_ssl,
File "/Library/Frameworks/Python.framework/Versions/2.7/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
If someone have an idea how to fix it? or get the same issue ?
THX
Select one:
Operating System? (include version)
MAC OS 10.13.4
Running Mode
Python Version?
2 / 3
The text was updated successfully, but these errors were encountered: