gosom / gosom/google-maps-scraper
docker not working
- Dominant language
- Go
- Stars
- 5.9k
- Forks
- 924
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 3
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported Docker command and the container output showing Playwright driver download failures. Check how the container obtains the driver and whether its network, DNS, or TLS access is expected to work; done means the documented Docker launch completes without these download errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100