pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error fetching XRDS document: <urlopen error [Errno -5] No address associated with hostname>

ETzero opened this issue · comments

i run the example in my computer,but it prompt:Error fetching XRDS document: <urlopen error [Errno -5] No address associated with hostname> after input 'xkk' or 'xkk@email.com' and sign in.

my flask-openid.db have two records like this:
1|wdd|wdd@email.com|8899
2|xkk|xkk@email.com|3432

Why am I getting this error, and how do I fix it?

How did the entries in the database get created, did you do that manually?

When using the example, you are supposed to enter the URL of the identity provider or of your OpenID identity: all identities in OpenID are URLs.

oh, i get it. thank you