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

InvalidFieldValue: Expected "ip" datatype for field "ip", encountered "49.2.5.71" instead #16

Open
embedded1 opened this issue Nov 16, 2016 · 0 comments

Comments

@embedded1
Copy link

I'm using the latest version 1.05 and suddenly started getting strange exception when I tried to add an IP address.

/python2.7/site-packages/pyminfraud/init.py", line 75, in add_field
raise exceptions.InvalidFieldValue(errors.invalid_field_value.format(datatype=field_rules['datatype'], field_name=field_name, field_value=field_value))
InvalidFieldValue: Expected "ip" datatype for field "ip", encountered "49.2.5.71" instead

Can you tell me what happened? and how can i solve this?

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