Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker does not seem to be working #29

Open
jontje12 opened this issue Jan 30, 2024 · 2 comments
Open

Docker does not seem to be working #29

jontje12 opened this issue Jan 30, 2024 · 2 comments

Comments

@jontje12
Copy link

Hi,
When running the docker quickstart, it gives the following error:
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
At line:1 char:19

  • touch results.csv && docker run -v $PWD/example-queries.txt:/example- ...
  •               ~~
    

The token '&&' is not a valid statement separator in this version.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvalidEndOfLine

What can be done to solve this?
Seems like a great program which would have a great contribution.

@gosom
Copy link
Owner

gosom commented Feb 4, 2024

can you please provide more info. Which operating system and the docker version?

@darealdemayo
Copy link

the error message appears to be powershell so the solution is to not use windows or translate the commands to powershell/cmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants