Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with error "Max retries exceeded with url" #8

Open
canasdiaz opened this issue Apr 10, 2014 · 0 comments
Open

Crashes with error "Max retries exceeded with url" #8

canasdiaz opened this issue Apr 10, 2014 · 0 comments
Labels

Comments

@canasdiaz
Copy link
Member

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/
@canasdiaz canasdiaz added the bug label Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant