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

Unrecognized request #40

Closed
boogewooge opened this issue Dec 9, 2020 · 2 comments · Fixed by #41
Closed

Unrecognized request #40

boogewooge opened this issue Dec 9, 2020 · 2 comments · Fixed by #41
Labels
bug Something isn't working

Comments

@boogewooge
Copy link

Describe the bug

After updating synapse to 1.24, registrations now fail for me with "Unrecognized request". Worked fine before.

To Reproduce

  1. Have synapse 1.24 on the homeserver
  2. Have matrix-registration installed and the daemon running
  3. Try to register with the web interface or
curl -X POST \
     -F 'username=test' \
     -F 'password=verysecure' \
     -F 'confirm=verysecure' \
     -F 'token=DoubleWizardSki' \
     http://localhost:5000/register
  1. Be me?

Expected behavior

Successful registration.

Actual behavior
{"errcode":"M_UNRECOGNIZED","error":"Unrecognized request"}

System:

  • OS: Ubuntu
  • python version: 3.8
  • matrix registration version: 0.7.0
@boogewooge boogewooge added the bug Something isn't working label Dec 9, 2020
@zeratax
Copy link
Owner

zeratax commented Dec 9, 2020

I assume this is related to #39 so probably soon fixed

@throwawayay
Copy link
Contributor

Bump on this, would be great if you could merge #41 (I believe tests should pass afterwards) and tag a new release, so upstreams like https://github.com/spantaleev/matrix-docker-ansible-deploy can also be fixed.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants