rbt status --server https://server/reviewboard/ --user <username> --password <password> -d 2> rbtdebug.txt
>>> RBTools 0.7.2 alpha 0 (dev)
>>> Python 2.7.6 (default, Mar 22 2014, 22:59:56)
>>> Running on Linux-3.13.0-45-generic-x86_64-with-Ubuntu-14.04-trusty
>>> Checking for a Subversion repository...
...
>>> Making HTTP GET request to https://server/reviewboard/api/
>>> Making HTTP GET request to https://server/reviewboard/api/session/?expand=user
>>> Got HTTP error: 401: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
<address>Apache/2.2.22 (Ubuntu) Server at server Port 443</address>
</body></html>
Traceback (most recent call last):
File "/us