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
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/base.py", line 239, in get_results
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/base.py", line 151, in parse_result
if not self._parsed_url:
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/engines/google.py", line 49, in parse_single_result
h3_tag = r_elem.find('h3')
AttributeError: 'NoneType' object has no attribute 'find'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/base.py", line 239, in get_results
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/base.py", line 151, in parse_result
if not self._parsed_url:
File "/usr/local/lib/python3.9/site-packages/search_engine_parser/core/engines/google.py", line 49, in parse_single_result
h3_tag = r_elem.find('h3')
AttributeError: 'NoneType' object has no attribute 'find'
The text was updated successfully, but these errors were encountered: