You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me resolve the following error. I followed the tutorial and had no problems with the installation. I tried to enter an IP list from a txt file and got the error below. Please help me fix it as I am a beginner in Python coding.
Traceback (most recent call last):
File "/home/haha/python-vt/vt-ip-url-analysis.py", line 459, in <module>
urlReportIPLst(args.ip_list)
File "/home/haha/python-vt/vt-ip-url-analysis.py", line 322, in urlReportIPLst
urlReport(i)
File "/home/haha/python-vt/vt-ip-url-analysis.py", line 104, in urlReport
epoch_time = (decodedResponse["data"]["attributes"]["last_analysis_date"])
KeyError: 'data'
The text was updated successfully, but these errors were encountered:
Please help me resolve the following error. I followed the tutorial and had no problems with the installation. I tried to enter an IP list from a txt file and got the error below. Please help me fix it as I am a beginner in Python coding.
The text was updated successfully, but these errors were encountered: