Georgios Komninos
Georgios Komninos
@huseyinkogo you need to add the number of CPUS. so something like ``` -c 4 ``` Have you used the flag properly? Additionally, I don't see any reason that this...
@sbOogway can you please give me some more information? - OS - how you start the program ?
how often you call it? it requires around 3m to cleanup. I assume that you have a web server or similar and you make a request. Do you wait for...
can you confirm the following: (1) start the app using the provided docker container in the latest version (2) the web interface is accessible at localhost:8080 (3) you add a...
this is in the docker container not in your host. docker run as root. let me check if the same happens to me (Fedora) and let you know
``` docker pull gosom/google-maps-scraper mkdir -p gmapsdata && docker run -v $PWD/gmapsdata:/gmapsdata -p 8080:8080 gosom/google-maps-scraper -web -data-folder /gmapsdata ```   I run the above. the browsers cleanup up
@sbOogway you are right regarding the above. It is reproduced. It has something to do with the way the browser are cleaned up.
@sbOogway can you try the latest release (v1.5.1). I believe that this is fixed but I was not in the first place able to reproduce consistently. FYI: the issue most...
have you tried to compile and run from your machine? also please double check that you pulled the latest image just in case. This is weird, trying to reproduce again
