omkarcloud / google-maps-scraper

👋 HOLA 👋 HOLA 👋 HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER 🚀 TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! 🤖
https://www.omkar.cloud/
MIT License
1.11k stars 266 forks source link

Google Maps was stuck in scrolling. Retrying. #96

Closed paulanka2000 closed 9 months ago

paulanka2000 commented 9 months ago

Description

I get some scraping results but most of the time the program is getting Google Maps was stuck in scrolling. Retrying.

the older version didn't give me nearly as many problems

Code to Reproduce (Paste main.py)

queries = Gmaps.Cities.UnitedStates("plumber in")

fields = [ Gmaps.Fields.NAME, Gmaps.Fields.PHONE, ] Gmaps.places(queries, fields=fields)

results:

(PycharmProjects) PS C:\Users\Paul\PycharmProjects\google-maps-scraper-pro-master> python main.py Running

DevTools listening on ws://127.0.0.1:26463/devtools/browser/2e86adac-30e2-4e80-87eb-abddcbce9a89 Google Maps was stuck in scrolling. Retrying. Retrying Google Maps was stuck in scrolling. Retrying. Retrying Google Maps was stuck in scrolling. Retrying. Retrying

Zip and Upload the error_log/ Folder (Optional, if there are errors)

Chetan11-dev commented 9 months ago

released fix