web3bothub / gradient-bot

https://app.gradient.network/signup?code=EK8G9A
63 stars 42 forks source link

Error: Unable to obtain browser driver for ARM64 #26

Open bscongluanbui opened 1 week ago

bscongluanbui commented 1 week ago

Hi, recently you update of version for ARM64. I pull the latest version but still got error with "Unable to obtain browser driver"

overtrue commented 1 week ago
  1. docker pull overtrue/gradient-bot
  2. remove the old container: docker rm -f <containerid>
  3. restart a new container:
    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.

bscongluanbui commented 1 week ago
https://httpbin.org/ip

I connect to httpbin.org/ip well and got still errors with obtain browser image

supmyhava commented 1 week ago
https://httpbin.org/ip

I connect to httpbin.org/ip well and got still errors with obtain browser image

you need to manually download ARM64 chrome driver and put it in the chromedriver dir