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

fstat does not handle badly formatted URLs correctly #50

Open
sentry-io bot opened this issue Oct 4, 2018 · 0 comments
Open

fstat does not handle badly formatted URLs correctly #50

sentry-io bot opened this issue Oct 4, 2018 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 4, 2018

Sentry Issue: FSTAT-5

ValueError: unconverted data remains: 'A=0
(3 additional frame(s) were not displayed)
...
  File "app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "controller.py", line 146, in instance_summary
    start_date = parse_start_date(request.args.get('start_date'))
  File "lib.py", line 27, in parse_start_date
    start_date = datetime.strptime(start_date, '%Y-%m-%d')
  File "_strptime.py", line 328, in _strptime
    data_string[found.end():])
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