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: location() got an unexpected keyword argument 'field' #22

Open
sinawic opened this issue Oct 16, 2023 · 0 comments
Open

TypeError: location() got an unexpected keyword argument 'field' #22

sinawic opened this issue Oct 16, 2023 · 0 comments

Comments

@sinawic
Copy link

sinawic commented Oct 16, 2023

I get error when I try to use the IP locate option:

  • to regenerate:

python3 webkiller.py
hit 1 for Information Gathering
hit 6 for IP location Finder
hit 8.8.8.8 as the input IP

output:

Traceback (most recent call last):
  File "~/projects/webkiller/webkiller.py", line 125, in <module>
    iplocation.__start__()
  File "~/projects/webkiller/modules/iplocation.py", line 13, in __start__
    source = ipapi.location(ip=site, key=None, field=None)
TypeError: location() got an unexpected keyword argument 'field'
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