3350: No support for "rbt status" for non-group submitters

mate*****@gmai***** (Google Code) (Is this you? Claim this profile.)
david
david
May 25, 2014
What version are you running?
RBTools 0.6

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

https://rbcommons.com/s/twitter/api/users/mateor/

What steps will reproduce the problem?
1. Clone github.com/pantsbuild/pants
2. rbt status
3. Fill out authentication info

What is the expected output? What do you see instead?

Expected output is a successful caching of credentials. Instead I get "CRITICAL: Object does not exist (HTTP 404, API Error 100)". rbt post does work as expected and diffs are created.

What operating system are you using? What browser?
I am using Ubuntu 14.04 and Chrome 34.0.1847.137

Please provide any additional information below.

I am not an employee of Twitter. I am an independent hacker on the project. This is rejecting my requests for status since I am not a member of the group. The Twitter engineers asked me to file this bug report against ReviewBoard asking for support for non-org users to be able to check status.

rbt status --debug attached.
$ ./rbt status --debug
>>> RBTools 0.6
>>> Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2]
>>> Running on Linux-3.13.0-24-generic-x86_64-with-Ubuntu-14.04-trusty
>>> Home = /home/mateor
>>> Current directory = /home/mateor/development/pants
>>> Checking for a Subversion repository...
>>> Running: svn info --non-interactive
>>> Command exited with rc 1: ['svn', 'info', '--non-interactive']
svn: E155007: '/home/mateor/development/pants' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Running: git config --get branch.typo.merge
>>> Command exited with rc 1: ['git', 'config', '--get', 'branch.typo.merge']
---
>>> Running: git config --get branch.typo.remote
>>> Command exited with rc 1: ['git', 'config', '--get', 'branch.typo.remote']
---
>>> Running: git config --get remote.origin.url
>>> repository info: Path
david
#1 david
  • +PendingReview
  • +Component-RBTools
  • +david
david
#2 david
Fixed in rbtools git release-0.6.x (ddaa655). Thanks!
  • -PendingReview
    +Fixed