Note that there are some explanatory texts on larger screens.

plurals
  1. POOpenID error messages on python-openid
    text
    copied!<p>I'm using the python-openid library from Janrain at </p> <p><a href="http://openidenabled.com/python-openid/" rel="nofollow noreferrer">http://openidenabled.com/python-openid/</a></p> <p>I adapted their Django example to another framework called Web2Py and it appears to be working, but with some annoying side-effects.</p> <ol> <li><p>The first problem is that sreg (Simple Registration Extension) and ax (Attribute Exchange) don't seem to work. I know that Google uses ax, but my openID consumer always returns None for both of them.</p></li> <li><p>Whenever I login with Google it spews an annoying error message on stdout. It appears to be working, but could be indicative of larger problems?</p> <p>Error attempting to use stored discovery information: &lt; openid.consumer.consumer. TypeURIMismatch: Required type <a href="http://specs.openid.net/auth/2.0/signon" rel="nofollow noreferrer">http://specs.openid.net/auth/2.0/signon</a> not found in ['<a href="http://specs.openid.net/auth/2.0/server" rel="nofollow noreferrer">http://specs.openid.net/auth/2.0/server</a>', '<a href="http://openid.net/srv/ax/1.0" rel="nofollow noreferrer">http://openid.net/srv/ax/1.0</a>', '<a href="http://specs.openid.net/extensions/ui/1.0/mode/popup" rel="nofollow noreferrer">http://specs.openid.net/extensions/ui/1.0/mode/popup</a>', '<a href="http://specs.openid.net" rel="nofollow noreferrer">http://specs.openid.net</a> /extensions/ui/1.0/icon', '<a href="http://specs.openid.net/extensions/pape/1.0" rel="nofollow noreferrer">http://specs.openid.net/extensions/pape/1.0</a>'] for end point https://www.go ogle.com/accounts/o8/ud' claimed_id=None local_id=None canonicalID=None used_yad is=True</p></li> <li><p>When I turn on stateless mode, Google actually doesn't display an error anymore, but instead its Yahoo's turn:</p> <p>Received "invalidate_handle" from server <a href="https://open.login.yahooapis.com/openid" rel="nofollow noreferrer">https://open.login.yahooapis.com/openid</a> /op/auth</p></li> </ol> <p>Does anyone have any insight to these problems?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload