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

Whorl-Uniqueness API returns Internal Server Error on valid request #97

Open
wolfgangvigl opened this issue Sep 25, 2023 · 0 comments
Open

Comments

@wolfgangvigl
Copy link

When sending the following POST request:

URL: https://coveryourtracks.eff.org/api/v1/whorl-uniqueness
Data: {"name": "video","value": "1920x767x24" }

the server returns an Internal Server Error.

Expected Behavior:
The server either returns the entropy information (bits, one_in_x) or the Status "Error: that value has not yet been recorded for 'video'".

The same happens for:

  • {"name": "video","value": "1920x766x24" }
  • {"name": "video","value": "1920x769x24" }
  • {"name": "video","value": "1920x770x24" }
  • {"name": "video","value": "1920x771x24" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant