2791: ValueError: No JSON object could be decoded

ck121*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 23, 2012
What version are you running?
 - svn 1.6.17
 - reviewboard 1.6.3
 - python 2.7.2
 - RBTools 0.4.2

What's the URL of the page containing the problem?


What steps will reproduce the problem?
1. post-review -o -d or post-review -o -d --username <ID> --password <Password>


What is the expected output? What do you see instead?
I expected opening web browers.
But printing error message.


What operating system are you using? What browser?
Win7, IE, Chrome


Please provide any additional information below.
ERROR MESSAGE
------------------------------------------------
------------------------------------------------
>>> RBTools 0.4.2
>>> Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = C:\Users\a100098\AppData\Roaming
>>> Current Directory = Z:\Dev\wr2.5\app_snp5300\main
>>> Checking the repository type. Errors shown below are mostly harmless.
>>> Finished checking the repository type.
>>> HTTP GETting api/
>>> HTTP GETting http://ctf1.stw.net/rb/s/proj1041/api/info/
>>> Using the new web API
>>> HTTP GETting http://ctf1.stw.net/rb/s/proj1041/api/repositories/
Traceback (most recent call last):
  File "C:\Python27\Scripts\post-review-script.py", line 8, in <module>
    load_entry_point('rbtools==0.4.2', 'console_scripts', 'post-review')()
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 1296, in main
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 862, in tempt_fate
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 350, in new_review_request
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 596, in _get_server_info
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\clients\svn.py", line 355, in find_server_repository_info
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 494, in get_repositories
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 671, in api_get
  File "C:\Python27\lib\site-packages\rbtools-0.4.2-py2.7.egg\rbtools\postreview.py", line 607, in process_json
  File "C:\Python27\lib\json\__init__.py", line 326, in loads
    return _default_decoder.decode(s)
  File "C:\Python27\lib\json\decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Python27\lib\json\decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
---------------------------------------------------------
---------------------------------------------------------

What is problem?..
I don't know.
chipx86
#1 chipx86
Can you access http://ctf1.stw.net/rb/s/proj1041/api/repositories/?api_format=json, and provide the attachment (or e-mail it to me directly at chipx86 - at - gmail)?
  • +NeedInfo
david
#2 david
  • -NeedInfo
    +Incomplete