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

ValueError: invalid literal for int() with base 10: 'F' #5131

Open
sentry-io bot opened this issue Dec 16, 2021 · 0 comments
Open

ValueError: invalid literal for int() with base 10: 'F' #5131

sentry-io bot opened this issue Dec 16, 2021 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 16, 2021

Sentry Issue: MICROMASTERS-5FW

ValueError: invalid literal for int() with base 10: 'F'
(14 additional frame(s) were not displayed)
...
  File "django/db/models/sql/query.py", line 1251, in build_filter
    condition = self.build_lookup(lookups, col, value)
  File "django/db/models/sql/query.py", line 1116, in build_lookup
    lookup = lookup_class(lhs, rhs)
  File "django/db/models/lookups.py", line 20, in __init__
    self.rhs = self.get_prep_lookup()
  File "django/db/models/lookups.py", line 70, in get_prep_lookup
    return self.lhs.output_field.get_prep_value(self.rhs)
  File "django/db/models/fields/__init__.py", line 972, in get_prep_value
    return int(value)
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

0 participants