Closed vip-design closed 1 year ago
I get:
2023-04-20T23:18:57Z INFO merging by most recent 13063 hardcoded servers and 13063 servers read from /gluetun/servers.json
2023-04-20T23:18:57Z INFO updating Surfshark servers...
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving ca-us.prod.surfshark.com: lookup ca-us.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving sg-hk.prod.surfshark.com: lookup sg-hk.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving uk-de.prod.surfshark.com: lookup uk-de.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving us-nl.prod.surfshark.com: lookup us-nl.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving sg-nl.prod.surfshark.com: lookup sg-nl.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving uk-fr.prod.surfshark.com: lookup uk-fr.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving de-sg.prod.surfshark.com: lookup de-sg.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving nl-us.prod.surfshark.com: lookup nl-us.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving fr-se.prod.surfshark.com: lookup fr-se.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving au-us.prod.surfshark.com: lookup au-us.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving us-pt.prod.surfshark.com: lookup us-pt.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z WARN reached the maximum number of consecutive failures: 2 failed attempts resolving de-uk.prod.surfshark.com: lookup de-uk.prod.surfshark.com on 127.0.0.11:53: no such host
2023-04-20T23:19:07Z ERROR updating server information: getting servers: not enough servers found: 188 and expected at least 268
2023-04-20T23:19:07Z INFO Shutdown successful
Which you can go around by using -minratio 0.5
. I'm not sure why you get 0 server that's odd.
Anyway, I pushed 804ea7ebd66be152cd478cf1d6a2a533eea1a3c1 which updates all servers data and also removes the few now-dead hostnames such as de-uk.prod.surfshark.com
Is this urgent?
Yes
Host OS
Ubuntu
CPU arch
x86_64
VPN service provider
Surfshark
What are you using to run the container
docker-compose
What is the version of Gluetun
lastest
What's the problem 🤔
I'm getting this error:
ERROR updating server information: getting servers: not enough servers found: 0 and expected at least 268
.Since it is
0
here, I'm not sure how to move ahead.I did
docker pull qmcgaw/gluetun:latest
before updating.Share your logs
After running
docker run -it --rm -v /var/lib/docker/volumes/server:/gluetun qmcgaw/gluetun update -enduser -providers surfshark
, I got:Share your configuration