Open bscongluanbui opened 1 week ago
docker pull overtrue/gradient-bot
docker rm -f <containerid>
docker run -d \
-e APP_USER=user@mail.com \
-e APP_PASS=password \
-v ./proxies.txt:/app/proxies.txt \
overtrue/gradient-bot
if it doesnt work, try this:
check your proxy in the container:
docker exec -it <containerid> bash
then:
curl -vvv -x socks5://xxx:xxx@xxx:xxx https://httpbin.org/ip
if it doesnt shows your ip or disconnect, the proxy isnt working.
https://httpbin.org/ip
I connect to httpbin.org/ip well and got still errors with obtain browser
https://httpbin.org/ip
I connect to httpbin.org/ip well and got still errors with obtain browser
you need to manually download ARM64 chrome driver and put it in the chromedriver dir
Hi, recently you update of version for ARM64. I pull the latest version but still got error with "Unable to obtain browser driver"