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'm getting this when trying to integrate with Hipchat using 0.24.1
[E 150814 16:08:36 concurrent:122] Future exception was never retrieved: Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/tornado/gen.py", line 212, in wrapper
yielded = next(result)
File "/usr/lib/python2.6/site-packages/graphite_beacon/handlers/hipchat.py", line 43, in notify
url=self.options.url, room=self.room, token=self.key),
AttributeError: 'dict' object has no attribute 'url'
The text was updated successfully, but these errors were encountered:
I'm getting this when trying to integrate with Hipchat using 0.24.1
[E 150814 16:08:36 concurrent:122] Future exception was never retrieved: Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/tornado/gen.py", line 212, in wrapper
yielded = next(result)
File "/usr/lib/python2.6/site-packages/graphite_beacon/handlers/hipchat.py", line 43, in notify
url=self.options.url, room=self.room, token=self.key),
AttributeError: 'dict' object has no attribute 'url'
The text was updated successfully, but these errors were encountered: