gosom/google-maps-scraper

Apple M1 docker platform issue (Multi-platform image is missing)

Open

#51 geöffnet am 11. Mai 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (631 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (4.218 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 19T) (12 gemergte PRs in 30 T)

Beschreibung

while running the docker command

touch results.csv && docker run -v $PWD/example-queries.txt:/example-queries -v $PWD/results.csv:/results.csv gosom/google-maps-scraper -depth 1 -input /example-queries -results /results.csv -exit-on-inactivity 3m   

I've got

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

which could be fine, because it is only a warning, but I'm getting

playwright: target closed along with job finished with error.

I was able to run it by building it with go and running localy.

Contributor Guide