What version are you running?
RBTools 0.3.2
What's the URL of the page containing the problem?
N/A
What steps will reproduce the problem?
1. post-review -d
What is the expected output? What do you see instead?
It looks like it is not picking up the full path to my server
root_resource = self.api_get('api/')
What operating system are you using? What browser?
Ubuntu linux
Please provide any additional information below.
Note that I did have this working at one point. I cannot tell if the reviewboard server has changed (though my IT guy assures me it has not). I can certainly access the site with a web browser.
It almost seems like post-review forgot where my server is located. I cannot figure out how to clear any cookies or cache that it might have
Here is the full Debug trace
>>> RBTools 0.3.2
>>> Home = /home/andyp
>>> svn info
>>> diff --version
>>> repository info: Path: https://svn.XXX.com:10025/svn2, Base path: /myproject/myfolder, Supports changesets: False
>>> svn propget reviewboard:url /home/andyp/myproject/(removed)/myfolder
>>> HTTP GETting api/
Traceback (most recent call last):
File "/usr/local/bin/post-review", line 9, in <module>
load_entry_point('RBTools==0.3.2', 'console_scripts', 'post-review')()
File "/usr/local/lib/python2.6/dist-packages/RBTools-0.3.2-py2.6.egg/rbtools/postreview.py", line 3741, in main
server.check_api_version()
File "/usr/local/lib/python2.6/dist-packages/RBTools-0.3.2-py2.6.egg/rbtools/postreview.py", line 433, in check_api_version
root_resource = self.api_get('api/')
File "/usr/local/lib/python2.6/dist-packages/RBTools-0.3.2-py2.6.egg/rbtools/postreview.py", line 876, in api_get
return self.process_json(self.http_get(path))
File "/usr/local/lib/python2.6/dist-packages/RBTools-0.3.2-py2.6.egg/rbtools/postreview.py", line 846, in http_get
rsp = urllib2.urlopen(url).read()
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 409, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 111] Connection refused>