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

Bug in server.py #49

Closed
Jackywathy opened this issue Jan 29, 2017 · 3 comments
Closed

Bug in server.py #49

Jackywathy opened this issue Jan 29, 2017 · 3 comments
Labels

Comments

@Jackywathy
Copy link
Collaborator

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!

@Jackywathy Jackywathy added the bug label Jan 29, 2017
@tracey-le
Copy link
Collaborator

tracey-le commented Jan 30, 2017

hmm I think I removed it, do you have the latest version of dev?

@tracey-le
Copy link
Collaborator

yeah I did remove it, let me fix that in latest version of dev

tracey-le referenced this issue Jan 30, 2017
username_exists_handler was removed in an earlier commit
@tracey-le
Copy link
Collaborator

yay, great bug reporting @Jackywathy :D yep 'twas just a merge error

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

No branches or pull requests

2 participants