We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
server.register(r'/ajax/signin_username' , _405_handler, post=ajax.username_exists_handler)
Traceback (most recent call last): File "server.py", line 109, in server.register(r'/ajax/signin_username' , _405_handler , post=ajax.username_exists_handler) AttributeError: module 'back_end.ajax' has no attribute 'username_exists_handler
I have commented it out for now. I think it might be a merge error but 'username_exists_handler' is not in backend!
The text was updated successfully, but these errors were encountered:
hmm I think I removed it, do you have the latest version of dev?
Sorry, something went wrong.
yeah I did remove it, let me fix that in latest version of dev
Fix merge error
88edf6f
username_exists_handler was removed in an earlier commit
yay, great bug reporting @Jackywathy :D yep 'twas just a merge error
No branches or pull requests
Traceback (most recent call last):
File "server.py", line 109, in
server.register(r'/ajax/signin_username' , _405_handler , post=ajax.username_exists_handler)
AttributeError: module 'back_end.ajax' has no attribute 'username_exists_handler
I have commented it out for now. I think it might be a merge error but 'username_exists_handler' is not in backend!
The text was updated successfully, but these errors were encountered: