I'm trying to incorporate OpenID in my web.py app and I am following 
tutorial on the net, especially just running the code from:
http://log.liminastudio.com/programming/howto-use-openid-with-web-py

I'm getting this:

DiscoveryFailure: Error fetching XRDS document: <urlopen error no host 
given>


Here's the full traceback:

Python/Library/Python/2.7/site-packages/openid/consumer/consumer.py in 
begin, line 346WebPOST http://localhost:8080/openid
Traceback (innermost first)
   
   - /Library/Python/2.7/site-packages/openid/consumer/consumer.py in begin
   1. 'Error fetching XRDS document: %s' % (why[0],), None) ...
   ▶ Local vars <http://localhost:8080/openid#>
   - /Library/Python/2.7/site-packages/web/webopenid.py in POST
   1. a = c.begin(i.openid) ...
   ▶ Local vars <http://localhost:8080/openid#>
   - /Library/Python/2.7/site-packages/web/application.py in handle_class
   1. return tocall(*args) ...
   ▶ Local vars <http://localhost:8080/openid#>
   - /Library/Python/2.7/site-packages/web/application.py in _delegate
   1. return handle_class(cls) ...
   ▶ Local vars <http://localhost:8080/openid#>
   - /Library/Python/2.7/site-packages/web/application.py in handle
   1. return self._delegate(fn, self.fvars, args) ...
   ▶ Local vars <http://localhost:8080/openid#>
   - /Library/Python/2.7/site-packages/web/application.py in process
   1. return self.handle() ...
   ▶ Local vars <http://localhost:8080/openid#>
   

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to