Fill in all requirements before submitting an issue.
[x] This is a checked box. Do not leave spaces around the x!
Issue with the same problem
[X] I have searched for other issues with the same problem.
Hosting
[X] Is it a local machine?
Select one:
[X] Bug
[ ] Feature Request
[ ] Technical Help
[ ] Other
Operating System? (include version)
Linux Mint 19
Running Mode
[ ] instaboost.exe
[ ] example.py , mode (1,2,3,4 or 5)?
[X] instaboost.py
[ ] Other
Python Version?
2
The script could not seem to start up for about a day. It kept returning the error message below, citing the website "ink361.com".
Incidentally, this correlates to the website being down during the period I was trying to run it. (http://www.isitdownrightnow.com/ink361.com.html). This code is in the userinfo.py. Is this website the only way to pull data?
23:40 Instaboost v2.19.0 started at 21.07.2018 23:40:
Exception on Check Version
23:42 Trying to login as *****...
Traceback (most recent call last):
File "Instaboostscript.py", line 118, in <module>
UI = False)
File "/***/Instaboost/src/instabot.py", line 242, in __init__
self.login()
File "/***/Instaboost/src/instabot.py", line 319, in login
ui = UserInfo()
File "/***/Instaboost/src/userinfo.py", line 30, in __init__
self.hello()
File "/***/Instaboost/src/userinfo.py", line 35, in hello
main = self.s.get(self.url_list[self.i_a]["main"])
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 525, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 513, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='ink361.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3d6fbe8410>: Failed to establish a new connection: [Errno 110] Connection timed out',))
x
!Issue with the same problem
Hosting
Select one:
Operating System? (include version)
Linux Mint 19
Running Mode
Python Version?
2
The script could not seem to start up for about a day. It kept returning the error message below, citing the website "ink361.com". Incidentally, this correlates to the website being down during the period I was trying to run it. (http://www.isitdownrightnow.com/ink361.com.html). This code is in the userinfo.py. Is this website the only way to pull data?