Re: [web2py] Re: Janrain fails (yes I did RTFM!) — too many values to unpack

2012-08-12 Thread Alec Taylor
Thanks, got it to work (well; beat that error anyway). Forgot to run a git add on the relevant files. On Sun, Aug 12, 2012 at 4:27 AM, Anthony wrote: > According to the ticket, the problem is with your janrain.key file. The code > does a split on ":" and expects two values -- if it's complaining

[web2py] Re: Janrain fails (yes I did RTFM!) — too many values to unpack

2012-08-11 Thread Anthony
According to the ticket, the problem is with your janrain.key file. The code does a split on ":" and expects two values -- if it's complaining about too many values to unpack, you must have more than one colon in the string in that file. The file contents should look like: [domain]:[API key] N