What version are you running?
post-review 0.8
What's the URL of the page containing the problem?
n/a
What steps will reproduce the problem?
1. User cannot create a new review request. I can create a review request
with the same changeset w/o any problems.
2.
3.
What is the expected output? What do you see instead?
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request for 83154
>>> HTTP POSTing to
http://codereview.qnao.net/api/json/reviewrequests/new/:
{'repository_path': 'walpfrc01.foster-miller.com:9424', 'changenum': '83154'}
Traceback (most recent call last):
File "/usr/bin/post-review", line 8, in <module>
load_entry_point('RBTools==0.2beta2', 'console_scripts', 'post-review')()
File
"/usr/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg/rbtools/postreview.py",
line 2522, in main
File
"/usr/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg/rbtools/postreview.py",
line 2188, in tempt_fate
File
"/usr/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg/rbtools/postreview.py",
line 378, in new_review_request
File
"/usr/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg/rbtools/postreview.py",
line 575, in api_post
File
"/usr/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg/rbtools/postreview.py",
line 486, in process_json
AttributeError: 'module' object has no attribute 'loads'
What operating system are you using? What browser?
Linux Ubuntu 2.6.24
Please provide any additional information below.