First check that you are on latest stable version of web2py. Google has changed suddenly a fundamental HTTP header this is now correctly managed inside web2py.
Check that you have web2py's session object working properly. If you are still having issues, just press F12 (either chrome or ffox will do) and look at all the request response sequence that happens inside the browser. If there is an error it's likely that you will see some message by looking at the response content. If no error comes up in the browser check web2py logs carefully for errors happening inside web2py's oauth module. 2014-05-15 15:59 GMT+02:00 Frank Buibish <[email protected]>: > I'm having the same issue with no luck, and I am new to python development. > What exactly should I be looking for in the network request trace? or how do > i check my OAuth configuration? > > > On Friday, December 6, 2013 12:49:24 PM UTC-5, Michele Comitini wrote: >> >> That error is usually caused by misconfigured OAuth, but there are >> different possible causes, the best way to find out is to trace all network >> requests using firefox firebug or chromium developer tools. >> >> >> 2013/12/6 Cássio Botaro <[email protected]> >>> >>> I made chages but doesn't work. >>> >>> Look the error: >>> >>> https://drive.google.com/file/d/0B8vO2VBhd7XVeF9WOW9aRlZ4Y28/edit?usp=sharing >>> >>> -- >>> Resources: >>> - http://web2py.com >>> - http://web2py.com/book (Documentation) >>> - http://github.com/web2py/web2py (Source code) >>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "web2py-users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >> >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

