Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Christian Hammond
rm that for me, and >>>>> also confirm that restarting Apache doesn't fix anything? I'm wondering >>>>> because it sounds like the cookie is being generated for the wrong domain, >>>>> which would mean that upon initial authentication, you're getting a

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Vince Thyng
rying to use it again for the wrong server. Since the RBTools >>>> debug output has been modified to mask the domain, I can't verify any of >>>> this myself. >>>> >>>> What is your web server configuration like? Is Apache handling all >>>> requests

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-16 Thread Vince Thyng
gt; Christian >>> >>> On Mon, Jan 15, 2018 at 2:51 PM, Vince Thyng <vth...@gmail.com> wrote: >>> >>>> Adding to my previous post, we are seeing django_session table records >>>> getting created when the webui is used, and I wasn able to use a sessionid

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Christian Hammond
d when we get these failures over rbt. We seem >>> to be narrowing in on the problem, but now need to understand how >>> authentication is being handled differently via rbt / the api compared to >>> the webui. >>> >>> Vince >>> >>> O

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
; >> Vince >> >> On Tuesday, January 6, 2015 at 2:59:26 PM UTC-8, Julian Mehnle wrote: >>> >>> Hi all, >>> >>> I'm having trouble using rbt on the command line. No matter what I do, >>> anything that requir

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Christian Hammond
>> Running: git rev-parse bcb7629c0be773b6f347a5006224825b8726c479 >> > >>> Running: git status --porcelain --untracked-files=no >> > >>> Running: git diff --no-color --full-index --ignore-submodules >> bcb7629c0be773b6f347a5006224825b8726c479..86dc0ab

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
command line. No matter what I do, > anything that requires interaction with the Review Board server gives me a > "You are not logged in (HTTP 401, API Error 103)": > > > joule:~/tmp/rbtools.orig> rbt --version > > RBTools 0.6.3 > > joule:~/tmp/rbtoo

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
-packages/rbtools/commands/post.py", line 701, in main api_client, api_root = self.get_api(server_url) File "/home/vthyng/e/python27/local/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 850, in get_api raise CommandError('Unexpected API Error: %s' % e) rbtools

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread Christian Hammond
.corp.maprtech.com/api/ > >>> Making HTTP GET request to http://reviewboard.corp. > maprtech.com/api/info/ > >>> Making HTTP GET request to http://reviewboard.corp. > maprtech.com/api/review-requests/?only-links=create= > >>> Making HTTP POST request to http://

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin' via reviewboard
viewboard.corp.maprtech.com/api/ >>> Making HTTP GET request to http://reviewboard.corp.maprtech.com/api/info/ >>> Making HTTP GET request to http://reviewboard.corp.maprtech.com/api/review-requests/?only-links=create= >>> Making HTTP POST request to http://reviewboard.c

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread Christian Hammond
ied files on the next commit > exit_code = self.main(*args) or 0 > File "/usr/local/lib/python2.7/dist-packages/rbtools/commands/post.py", > line 805, in main > base_dir=base_dir) > File "/usr/local/lib/python2.7/dist-packages/rbtools/commands/post.py", > line 4

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin' via reviewboard
st-packages/rbtools/commands/post.py", line 426, in post_request raise CommandError('Error creating review request: %s' % e) rbtools.commands.CommandError: Error creating review request: You are not logged in (HTTP 401, API Error 103) cwestin@qa-node66:~/hg/dev1$ ls build_fileclient/

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread Christian Hammond
gt;> To get a valid cookie, I logged in reviewboard using the account I >>>> intend to use with "rbtools post" and got the value of rbsessionid to >>>> put in above file. >>>> >>>> I tried to debug rbtools locally but only have python 3 on my de

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-14 Thread 'Chris Westin' via reviewboard
value of rbsessionid to >>> put in above file. >>> >>> I tried to debug rbtools locally but only have python 3 on my dev >>> machine so I couldn't get it to work properly to the stage I would get >>> this: >>> >>> >>> Got API Error 103

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-13 Thread Christian Hammond
quot;rbtools post" and got the value of rbsessionid to >> put in above file. >> >> I tried to debug rbtools locally but only have python 3 on my dev >> machine so I couldn't get it to work properly to the stage I would get >> this: >> >> >>> Got A

Re: "You are not logged in (HTTP 401, API Error 103)"

2016-09-13 Thread 'Chris Westin' via reviewboard
ost" and got the value of rbsessionid to > put in above file. > > I tried to debug rbtools locally but only have python 3 on my dev > machine so I couldn't get it to work properly to the stage I would get > this: > > >>> Got API Error 103 (HTTP code 4

Re: You are not logged in (HTTP 401, API Error 103)

2015-02-19 Thread Gauthier Segay
the account I intend to use with rbtools post and got the value of rbsessionid to put in above file. I tried to debug rbtools locally but only have python 3 on my dev machine so I couldn't get it to work properly to the stage I would get this: Got API Error 103 (HTTP code 401): You are not logged

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-08 Thread Julian Mehnle
Christian, I wrote: Christian Hammond wrote: Did you used to use the old post-review tool? If so, can you see if there's a .post-review-cookies.txt hanging around? That file doesn't exist in my home directory (~/.post-review-cookies.txt). It's a peculiar problem, I'll grant you that.

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-08 Thread Christian Hammond
reviewboard@googlegroups.com Date: January 8, 2015 at 10:14:32 PM To: reviewboard@googlegroups.com reviewboard@googlegroups.com Subject:  Re: You are not logged in (HTTP 401, API Error 103) Christian, I wrote: Christian Hammond wrote: Did you used to use the old post-review tool? If so

You are not logged in (HTTP 401, API Error 103)

2015-01-06 Thread Julian Mehnle
Hi all, I'm having trouble using rbt on the command line. No matter what I do, anything that requires interaction with the Review Board server gives me a You are not logged in (HTTP 401, API Error 103): joule:~/tmp/rbtools.orig rbt --version RBTools 0.6.3 joule:~/tmp/rbtools.orig git log

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-06 Thread Julian Mehnle
Christian Hammond christ...@beanbaginc.com wrote: You're not able to post to either our server or your internal one? Unable to post to either. Exact same error message. Are you posting using the official upstream build of RBTools, or one from your source tree? I just want to rule out any

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-06 Thread Christian Hammond
: reviewboard@googlegroups.com reviewboard@googlegroups.com Date: January 6, 2015 at 3:22:53 PM To: reviewboard@googlegroups.com reviewboard@googlegroups.com Subject:  Re: You are not logged in (HTTP 401, API Error 103) Christian Hammond wrote: You're not able to post to either our server or your

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-06 Thread Julian Mehnle
Christian Hammond wrote: Did you used to use the old post-review tool? If so, can you see if there's a .post-review-cookies.txt hanging around? That file doesn't exist in my home directory (~/.post-review-cookies.txt). It's a peculiar problem, I'll grant you that. Haven't seen this

Re: You are not logged in (HTTP 401, API Error 103)

2015-01-06 Thread Christian Hammond
Message- From: Julian Mehnle jul...@mehnle.net Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com Date: January 6, 2015 at 2:59:25 PM To: reviewboard@googlegroups.com reviewboard@googlegroups.com Subject:  You are not logged in (HTTP 401, API Error 103) Hi all, I'm having trouble