TypeError: AuthOAuthView.login() got an unexpected keyword argument 'register' #26513
Unanswered
aimsotrash
asked this question in
Q&A
Replies: 1 comment
-
the "authorize_url" in webserver_config.py had a typo which led to this error the discussion can be closed now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to setup github oauth but i am getting this error when i try to sign in with github
Traceback (most recent call last):
File "/home/nikhil/.local/lib/python3.10/site-packages/flask/app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
File "/home/nikhil/.local/lib/python3.10/site-packages/flask/app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/nikhil/.local/lib/python3.10/site-packages/flask/app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
File "/home/nikhil/.local/lib/python3.10/site-packages/flask/app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
TypeError: AuthOAuthView.login() got an unexpected keyword argument 'register'
Beta Was this translation helpful? Give feedback.
All reactions