omkarcloud / tripadvisor-scraper

⚡ Tripadvisor Scraper helps you collect Hotels and Restaurants from Tripadvisor. ⚡
https://www.omkar.cloud/
MIT License
141 stars 32 forks source link

AttributeError: 'NoneType' object has no attribute 'get' #39

Closed khachmush closed 2 months ago

khachmush commented 2 months ago

Traceback (most recent call last): File "/workspace/.pyenv_mirror/user/current/lib/python3.12/site-packages/botasaurus_server/task_executor.py", line 150, in run_task result = fn( ^^^ File "/workspace/.pyenv_mirror/user/current/lib/python3.12/site-packages/botasaurus/task_decorator.py", line 172, in wrapper_requests current_result = run_task(data_item, False, 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/.pyenv_mirror/user/current/lib/python3.12/site-packages/botasaurus/task_decorator.py", line 140, in run_task raise error File "/workspace/.pyenv_mirror/user/current/lib/python3.12/site-packages/botasaurus/task_decorator.py", line 85, in run_task result = func( data) ^^^^^^^^^^^ File "/workspace/tripadvisor-scraper/src/get_tripadvisor_listings.py", line 8, in get_tripadvisor_listings return Tripadvisor.get_hotels(data["search_queries"], data["max_results"], data["api_key"], data["enable_detailed_extraction"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/tripadvisor-scraper/src/tripadvisor/tripadvisor_scraper.py", line 83, in get_hotels return remove_duplicates_by_key(perform_query(search_query, max_results, api_key, enable_detailed_extraction, "hotels"), "id") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/tripadvisor-scraper/src/tripadvisor/tripadvisor_scraper.py", line 47, in perform_query if item.get('error'): ^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get'

Chetan11-dev commented 2 months ago

Resolved!