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

Crash with invalid _since value #288

Open
leplatrem opened this issue Sep 22, 2022 · 0 comments
Open

Crash with invalid _since value #288

leplatrem opened this issue Sep 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@leplatrem
Copy link
Contributor

leplatrem commented Sep 22, 2022

querystring | {"_since":"\"1661426998189\"\n","_expected":"1662648201700"}

ValueError: invalid literal for int() with base 10: '1661426998189"\n'

  File "colander/__init__.py", line 782, in _impl
    sub_result = callback(subnode, subval)
  File "colander/__init__.py", line 825, in callback
    return subnode.deserialize(subcstruct)
  File "kinto_remote_settings/changes/views.py", line 242, in deserialize
    return int(param.strip('"'))

https://sentry.prod.mozaws.net/operations/kinto-prod-1/issues/19537723/?query=is%3Aunresolved

@leplatrem leplatrem added the bug Something isn't working label Sep 22, 2022
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

No branches or pull requests

1 participant