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
Playing with some of the modules and came across this error, I seem to have a lot of them working now, BUT, I got this error on the google search?
Feb 16 19:14:44 MISP misp-modules[1794626]: File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/__init__.py", line 188, in run_request Feb 16 19:14:44 MISP misp-modules[1794626]: response = mhandlers[module].handler(q=jsonpayload) Feb 16 19:14:44 MISP misp-modules[1794626]: File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/google_search.py", line 30,> Feb 16 19:14:44 MISP misp-modules[1794626]: search_results = google.search(request['url'], num_page) Feb 16 19:14:44 MISP misp-modules[1794626]: NameError: name 'google' is not defined
The text was updated successfully, but these errors were encountered:
Playing with some of the modules and came across this error, I seem to have a lot of them working now, BUT, I got this error on the google search?
Feb 16 19:14:44 MISP misp-modules[1794626]: File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/__init__.py", line 188, in run_request Feb 16 19:14:44 MISP misp-modules[1794626]: response = mhandlers[module].handler(q=jsonpayload) Feb 16 19:14:44 MISP misp-modules[1794626]: File "/var/www/MISP/venv/lib/python3.8/site-packages/misp_modules/modules/expansion/google_search.py", line 30,> Feb 16 19:14:44 MISP misp-modules[1794626]: search_results = google.search(request['url'], num_page) Feb 16 19:14:44 MISP misp-modules[1794626]: NameError: name 'google' is not defined
The text was updated successfully, but these errors were encountered: