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

invalid literal for int #311

Open
dorey opened this issue Dec 15, 2022 · 1 comment
Open

invalid literal for int #311

dorey opened this issue Dec 15, 2022 · 1 comment

Comments

@dorey
Copy link
Contributor

dorey commented Dec 15, 2022

This error shows up in sentry:
invalid literal for int() with base 10: '1__2__3__choice_value'

It seems to be because choices sometimes have a data_type == 'integer' despite being a string:

image

@dorey
Copy link
Contributor Author

dorey commented Dec 15, 2022

Strings get into the raw_value param and those would not be handled well casting to a float either.

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