I was browsing through the reviewboard.log file while debugging an unrelated 
issue when I came across a bunch of errors that all look like this:

2016-11-21 14:07:55,959 - ERROR -  - Failed to send notification to slack.com: 
unknown url type:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/rbslack/extension.py", line 70, in 
notify
    json.dumps(payload)))
  File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 423, in open
    protocol = req.get_type()
  File "/usr/lib64/python2.7/urllib2.py", line 285, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type:

I haven’t set up any web hooks to post to Slack, so what is generating these 
errors in the log file?

Alfred

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to