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

TypeError: can't compare datetime.datetime to int #310

Open
kevinkle opened this issue Jun 19, 2018 · 0 comments
Open

TypeError: can't compare datetime.datetime to int #310

kevinkle opened this issue Jun 19, 2018 · 0 comments

Comments

@kevinkle
Copy link
Member

https://sentry.io/superphy/spfy/issues/581981342/

TypeError: can't compare datetime.datetime to int
(4 additional frame(s) were not displayed)
...
  File "flask/app.py", line 1612, in full_dispatch_request
    rv = self.dispatch_request()
  File "flask/app.py", line 1598, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "routes/ra_timings.py", line 36, in job_timings
    return jsonify(_time_pipeline(job_id))
  File "routes/ra_timings.py", line 16, in _time_pipeline
    return pipeline.timings()
  File "middleware/models.py", line 355, in timings
    if i < mn:

TypeError: can't compare datetime.datetime to int
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