Hipchat handler fails to send messages
- Dominant language
- Python
- Stars
- 450
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in graphite_beacon/handlers/hipchat.py at notify around line 43 and inspect how the Hipchat options are passed when using version 0.24.1. Reproduce the integration failure and verify that notification delivery no longer raises the reported AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100