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

Chickadee passes fields as string instead of list to resolver #54

Closed
chapinb opened this issue Jun 20, 2020 · 0 comments · Fixed by #55
Closed

Chickadee passes fields as string instead of list to resolver #54

chapinb opened this issue Jun 20, 2020 · 0 comments · Fixed by #55
Labels
bug Something isn't working

Comments

@chapinb
Copy link
Owner

chapinb commented Jun 20, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior. Please share (as you can):

  1. Sample IP addresses causing issue: 1.1.1.1
  2. Arguments used to invoke chickadee: chick = Chickadee(); chick.run('1.1.1.1')
  3. Error message or chickadee.log file: Returns [{"count": 0}]

Version (please complete the following information):

  • OS: Windows and macOS
  • Version: d826822
  • Python version: 3.7.2

Additional context
Add any other context about the problem here.

Appears when you provide an IP address via API call.

@chapinb chapinb added the bug Something isn't working label Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant