-
Notifications
You must be signed in to change notification settings - Fork 156
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 Auth0 #229
Comments
@aeonSolutions what is the ID you are trying to use? |
Hi. |
Hi there, I got the same when trying to register today. |
@aeonSolutions, @randomshell : Could you please check now? |
It works now, thank you! |
@Pavithratrdev can you please let us know how it was resolved? |
@kgashok: Auth0 key is expired, so we generated new key and placed it. |
@Pavithratrdev I have this error when I try with my Github account with [email protected] email address. |
@javadnikbakht : Please check now |
Thanks that's ok now. |
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1997, in call
return self.wsgi_app(environ, start_response)
File "/usr/local/lib/python3.6/site-packages/whitenoise/base.py", line 66, in call
return self.application(environ, start_response)
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app
response = self.handle_exception(e)
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise
raise value
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functionsrule.endpoint
File "/root/Desktop/saythanks.io (copy)/saythanks/core.py", line 328, in callback_handling
nickname = user_detail_info['nickname']
KeyError: 'nickname'
The text was updated successfully, but these errors were encountered: