3937: API Error 210 when setting up repository

triv****@gmai***** (Google Code) (Is this you? Claim this profile.)
What version are you running?
RBTools 0.7.4
Python 2.7.9
Bitnami Reviewboard 2.0.15

What's the URL of the page containing the problem?
http://mysite.mydomain/reviewboard/api/repositories/1/info/

What steps will reproduce the problem?
1. Add repository in site
2. Configure .reviewboardrc file
3. cd into vob and run rbt setup-repo -d

What is the expected output? What do you see instead?
Expected the repository to be set up

Get API error 210 (cannot fetch extended information about this repository)
>>> Checking for a ClearCase repository...
>>> Running: cleartool pwv -short
>>> Running: diff --version
>>> Running: cleartool lsview -full -properties -cview
>>> Running: cleartool describe -short vob:.
>>> Running: cleartool pwv -root
>>> repository info: Path: var\www\myvob, Base path: var\www\myvob, Supports changesets: False
>>> Making HTTP GET request to http://mysite.mydomain/reviewboard/api/
>>> Running: cleartool lsvob -long \myvob
>>> Repository's \myvob uuid is u'58jh5702.343e4ad4.bf62.67:de:de:j4:e2:5d'
>>> Making HTTP GET request to http://mysite.mydomain/reviewboard/api/repositories/
>>> Cached response for HTTP GET http://mysite.mydomain/reviewboard/api/repositories/ expired and was modified
>>> Making HTTP GET request to http://mysite.mydomain/reviewboard/api/repositories/1/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error fetching extended information for this repository.', u'code': 210}}
>>> Making HTTP GET request to http://mysite.mydomain/reviewboard/api/repositories/2/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error fetching extended information for this repository.', u'code': 210}}
Traceback (most recent call last):
  File "C:\Bitnami\reviewboard-2.0.15-0\python\scripts\rbt-script.py", line 9, in <module>
    load_entry_point('rbtools==0.7.4', 'console_scripts', 'rbt')()
  File "C:\Bitnami\reviewboard-2.0.15-0\python\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\main.py", line 133, in main
    command.run_from_argv([RB_MAIN, command_name] + args)
  File "C:\Bitnami\reviewboard-2.0.15-0\python\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\__init__.py", line 612, in run_from_argv
    exit_code = self.main(*args) or 0
  File "C:\Bitnami\reviewboard-2.0.15-0\python\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\commands\setup_repo.py", line 114, in main
    repository_info = repository_info.find_server_repository_info(api_root)
  File "C:\Bitnami\reviewboard-2.0.15-0\python\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\clients\clearcase.py", line 981, in find_server_repository_info

    if parse_version(server.rb_version) >= parse_version('1.5.3'):
  File "C:\Bitnami\reviewboard-2.0.15-0\python\lib\site-packages\rbtools-0.7.4-py2.7.egg\rbtools\api\resource.py", line 301, in __getattr__
    raise AttributeError
AttributeError

What operating system are you using? What browser?
Windows 7 32bit
command line

Please provide any additional information below.
I am currently evaluating Reviewboard to use for our team's code review tool.
I am using Bitnami's installer because after evaluation, an offline server will be running Reviewboard and a one click installer is more feasible than installing individual packages