Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in OpenId connection #109

Open
osallou opened this issue Feb 19, 2013 · 2 comments
Open

Error in OpenId connection #109

osallou opened this issue Feb 19, 2013 · 2 comments

Comments

@osallou
Copy link

osallou commented Feb 19, 2013

Hi,
I face an authentication error with an openid provider (openid.com) that usually works on other sites (not velruse related).

My colleagues could login with google or other openids in our app, but I fails with mine (*.myopenid.com)

Here is stack log.

Any way to debug/fix this?

Thanks

2013-02-19 18:08:34,894 ERROR [gunicorn.error][GreenThread-83] Error handling request
Traceback (most recent call last):
  File "/root/mobyle2/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 45, in handle
    self.handle_request(listener, req, client, addr)
  File "/root/mobyle2/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 93, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/root/mobyle2/local/lib/python2.7/site-packages/newrelic-1.10.0.28/newrelic/api/web_transaction.py", line 765, in __call__
    result = application(environ, _start_response)
  File "/root/mobyle2/local/lib/python2.7/site-packages/newrelic-1.10.0.28/newrelic/api/object_wrapper.py", line 220, in __call__
    self._nr_instance, args, kwargs)
  File "/root/mobyle2/local/lib/python2.7/site-packages/newrelic-1.10.0.28/newrelic/api/function_trace.py", line 93, in literal_wrapper
    return wrapped(*args, **kwargs)
  File "/root/mobyle2/local/lib/python2.7/site-packages/pyramid/router.py", line 251, in __call__
    response = self.invoke_subrequest(request, use_tweens=True)
  File "/root/mobyle2/local/lib/python2.7/site-packages/pyramid/router.py", line 227, in invoke_subrequest
    response = handle_request(request)
  File "/root/mobyle2/local/lib/python2.7/site-packages/pyramid/tweens.py", line 21, in excview_tween
    response = handler(request)
  File "/root/mobyle2/local/lib/python2.7/site-packages/pyramid/router.py", line 117, in handle_request
    root = root_factory(request)
  File "/root/mobyle2/local/lib/python2.7/site-packages/velruse/providers/openid.py", line 246, in callback
    raise ThirdPartyFailure("No OpenID Session has begun.")
ThirdPartyFailure: No OpenID Session has begun.
@mmerickel
Copy link
Collaborator

I added an OpenID test focused on myopenid.com. It's working so I'm not sure what your issue is. Maybe you can tell me what options you're trying to use with velruse otherwise it's going to be hard for me to help.

4657cee

@osallou
Copy link
Author

osallou commented Jun 15, 2013

I gonna retest with latest code. Maybe with your updates (or on myopenid side), it's working now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants