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
Analyzing: https://ask.openstack.org/en/question/2719/unable-to-ping-or-ssh-after-installing-rdo/
Traceback (most recent call last):
File "sibyl.py", line 132, in <module>
askbot_parser(session, opts.url)
File "sibyl.py", line 110, in askbot_parser
user = askbot.get_user(user_id)
File "/home/lcanas/repos/Sibyl/pysibyl/askbot.py", line 188, in get_user
stream = requests.get(self.url + "/api/v1/users/" + str(user_id) + "/", verify=False)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 52, in get
return request('get', url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 40, in request
return s.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 229, in request
r.send(prefetch=prefetch)
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 605, in send
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ask.openstack.org', port=443): Max retries exceeded with url: //api/v1/users/895/
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: