ipdrone icon indicating copy to clipboard operation
ipdrone copied to clipboard

Key eror

Open SqLoSt opened this issue 2 years ago • 2 comments

Eror output :

Traceback (most recent call last):
  File "/data/data/com.termux/files/home/ipdrone/ipdrone.py", line 52, in <module>
    print (b, "[ISP]:", data['isp'])
                        ~~~~^^^^^^^
KeyError: 'isp'

your code has an KeyError , should fix asap

SqLoSt avatar Nov 15 '22 10:11 SqLoSt

Put your victm ip wthout brakets

emleonstz avatar Apr 16 '23 09:04 emleonstz

KeyError can only arise when the API call fails, which is only possible when the IP address you provided was invalid or a Private IP address.

Madhav-MKNC avatar Apr 18 '23 12:04 Madhav-MKNC