Skip to content

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

@sinawic

Description

@sinawic

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions