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

ipinfo.py error #3

Open
nicbo05 opened this issue Oct 8, 2024 · 1 comment
Open

ipinfo.py error #3

nicbo05 opened this issue Oct 8, 2024 · 1 comment

Comments

@nicbo05
Copy link

nicbo05 commented Oct 8, 2024

line 18, in look
coordinates = {track['loc']}
~~~~~^^^^^^^
KeyError: 'loc'

I am getting this error when running it.

@nicbo05 nicbo05 changed the title ModuleNotFoundError: No module named 'folium' ipinfo.py error Oct 8, 2024
@nicbo05
Copy link
Author

nicbo05 commented Oct 8, 2024

Another error I found myself with.

Traceback (most recent call last):
File "/home/wsn/Desktop/TraxOsint/traxosint.py", line 9, in
import main; main.check_version()
^^^^^^^^^^^^^^^^^^^^
File "/home/wsn/Desktop/TraxOsint/main.py", line 11, in check_version
asyncio.run(lib.cli.parser())
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/wsn/Desktop/TraxOsint/lib/cli.py", line 28, in parser
await ip(Ip)
File "/home/wsn/Desktop/TraxOsint/output/Trax.py", line 25, in ip
ipwhois, coord = await lok(ip)
^^^^^^^^^^^^^
File "/home/wsn/Desktop/TraxOsint/modules/ipwhois.py", line 16, in lok
read = await url(ip)
^^^^^^^^^^^^^
File "/home/wsn/Desktop/TraxOsint/modules/ipwhois.py", line 13, in url
return json.loads(response.text)
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'

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