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

unhandled exception leading to crash #1

Open
igable opened this issue Aug 1, 2012 · 0 comments
Open

unhandled exception leading to crash #1

igable opened this issue Aug 1, 2012 · 0 comments

Comments

@igable
Copy link
Owner

igable commented Aug 1, 2012

Traceback (most recent call last):
  File "/home/igable/librato-scripts/bin/librato-imap", line 7, in <module>
    execfile(__file__)
  File "/home/igable/librato-scripts/librato-scripts/librato-imap", line 95, in <module>
    pushmessages(username,password, imap_server,librato_user,api_key, bequiet)
  File "/home/igable/librato-scripts/librato-scripts/librato-imap", line 51, in pushmessages
    gauge = connection.create_gauge('unread_email',description='Unread Email')
  File "/home/igable/librato-scripts/local/lib/python2.7/site-packages/librato/__init__.py", line 137, in create_gauge
    resp = self._mexe("gauges.json", method="POST", query_props=query_props)
  File "/home/igable/librato-scripts/local/lib/python2.7/site-packages/librato/__init__.py", line 81, in _mexe
    resp = conn.getresponse()
  File "/usr/lib/python2.7/httplib.py", line 1027, in getresponse
    response.begin()
  File "/usr/lib/python2.7/httplib.py", line 407, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant