Re: Unable to use oauth as a normal user

2013-05-07 Thread Richard Esplin
Thank you for the idea. IPv6 was not the problem. It turned out to be a bug in one of Debian Wheezy's python libraries, though I'm not clear on which one. Rolling back to python 2.6 (from 2.7) made the problem go away. Everything worked in python 2.7 when I pulled all my dependencies from pip in

Re: Unable to use oauth as a normal user

2013-05-03 Thread justin
On Thursday, May 2, 2013, Richard Esplin wrote: > I am hoping that some kind soul on this list can help me out. > https://foauth.org/ --justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the pen

Re: Unable to use oauth as a normal user

2013-05-03 Thread Andy Bradford
Thus said Richard Esplin on Fri, 03 May 2013 09:54:07 -0600: > Pinging localhost works fine. I'll have to look into IPv6 stuff. > Interesting idea. Right, I didn't mean so much for you to discover that it was actually pingable, but rather, that when you ping it, it returned what y

Re: Unable to use oauth as a normal user

2013-05-03 Thread Richard Esplin
Thanks for the suggestion Andy. Pinging localhost works fine. I'll have to look into IPv6 stuff. Interesting idea. Thanks, Richard On Thursday May 2 2013 23:44:40 "Andy Bradford" wrote: > Thus said Richard Esplin on Thu, 02 May 2013 23:17:40 -0600: > > > My callback URL is currently http://

Re: Unable to use oauth as a normal user

2013-05-02 Thread Andy Bradford
Thus said Richard Esplin on Thu, 02 May 2013 23:17:40 -0600: > My callback URL is currently http://localhost:8080. What if you ping localhost? Perhaps it has something to do with IPv6? Andy -- TAI64 timestamp: 400051834eeb /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe:

Unable to use oauth as a normal user

2013-05-02 Thread Richard Esplin
I am hoping that some kind soul on this list can help me out. I am struggling with creating an oauth2 connection using Google's oauth2client library for Python. Oauth requires the client application to open a local webserver listening at a callback URL in order to receive the access token in a