google-maps-scraper icon indicating copy to clipboard operation
google-maps-scraper copied to clipboard

docker not working

Open promani-glitch opened this issue 2 months ago • 1 comments

I see this when I launch with docker:

docker run --rm -v "$($PWD.Path)\test-query.txt:/example-queries" -v "$($PWD.Path)\test-results.csv:/results.csv" gosom/google-maps-scraper -depth 1 -input /example-queries -results /results.csv -exit-on-inactivity 3m

╔══════════════════════════════════════════════════════════════════════════════╗ ║ 🌍 Google Maps Scraper ║ ║ ⭐ If you find this project useful, please star it on GitHub: https://github ║ ║ .com/gosom/google-maps-scraper ║ ║ 💖 Consider sponsoring to support development: https://github.com/sponsors/g ║ ║ osom ║ ╚══════════════════════════════════════════════════════════════════════════════╝

2025/10/29 18:57:39 INFO Downloading driver path=/opt could not install driver: could not install driver: could not download driver from https://playwright.azureedge.net/builds/driver/playwright-1.52.0-linux.zip: Get "https://playwright.azureedge.net/builds/driver/playwright-1.52.0-linux.zip": net/http: TLS handshake timeout could not download driver from https://playwright-akamai.azureedge.net/builds/driver/playwright-1.52.0-linux.zip: Get "https://playwright-akamai.azureedge.net/builds/driver/playwright-1.52.0-linux.zip": dial tcp: lookup playwright-akamai.azureedge.net on 192.168.65.7:53: no such host could not download driver from https://playwright-verizon.azureedge.net/builds/driver/playwright-1.52.0-linux.zip: Get "https://playwright-verizon.azureedge.net/builds/driver/playwright-1.52.0-linux.zip": dial tcp: lookup playwright-verizon.azureedge.net on 192.168.65.7:53: no such host

promani-glitch avatar Oct 29 '25 19:10 promani-glitch

this is weird, can you try with a different internet connection?

gosom avatar Nov 13 '25 20:11 gosom

It seems like a DNS server issue. If you're using a DNS server like Pihole or Adguard, check to see if it's blocked there.

Otherwise, try a different DNS provider, such as 1.1.1.1 or 8.8.8.8.

@promani-glitch

ramazansancar avatar Nov 25 '25 13:11 ramazansancar