Closed abu-marwa closed 6 months ago
@qdm12 is more or less the only maintainer of this project and works on it in his free time. Please:
This is a duplicate of https://github.com/qdm12/gluetun/issues/2244
Count me in as well. I just pulled in latest version and now it's failing, worked fine with the version of 3 weeks ago.
qmcgaw/gluetun latest a30667e1bbb8 24 hours ago 44.8MB => FAILING
qmcgaw/gluetun <none> a9936f298323 3 weeks ago 39.7MB => OK
panic: runtime error: index out of range [0] with length 0
goroutine 102 [running]:
github.com/qdm12/gluetun/internal/provider/custom.getWireguardConnection(...)
github.com/qdm12/gluetun/internal/provider/custom/connection.go:60
github.com/qdm12/gluetun/internal/provider/custom.(*Provider).GetConnection(_, {{0xc000028021, 0x9}, {{0x0, 0xffffb990530d}, 0xc000010018}, {0x0, 0x0, 0x0}, {0x0, ...}, ...}, ...)
github.com/qdm12/gluetun/internal/provider/custom/connection.go:24 +0x35a
github.com/qdm12/gluetun/internal/vpn.setupWireguard({_, _}, {_, _}, {_, _}, {_, _}, {{0xc000028021, 0x9}, ...}, ...)
github.com/qdm12/gluetun/internal/vpn/wireguard.go:20 +0xbe
github.com/qdm12/gluetun/internal/vpn.(*Loop).Run(0xc000204b00, {0x12260e0, 0xc000202aa0}, 0xc00021ecc0?)
github.com/qdm12/gluetun/internal/vpn/run.go:40 +0x4df
created by main._main in goroutine 50
./main.go:443 +0x33d7
I've now added tag on the working one and referring to that one in docker-compose so I temporary stick with the working version from 3 weeks ago until fixed. If there is a way I can help out in another way please let me know.
$ sudo docker tag a9936f298323 qmcgaw/gluetun:working
$ sudo docker images | grep gluetun
qmcgaw/gluetun latest a30667e1bbb8 24 hours ago 44.8MB
qmcgaw/gluetun working a9936f298323 3 weeks ago 39.7MB
$ cat docker-compose.yml
services:
gluetun:
image: qmcgaw/gluetun:working
Fixed just a few minutes ago 😉 Sorry about that!
Closed issues are NOT monitored, so commenting here is likely to be not seen. If you think this is still unresolved and have more information to bring, please create another issue.
This is an automated comment setup because @qdm12 is the sole maintainer of this project which became too popular to monitor issues closed.
Thank you so much @qdm12 ! There is nothing to be sorry about. As a community, we are grateful to you for this outstanding awesome product and continued support!
Today I've started encountering an issue with gluetun. Qbittorrent that uses gluetun as a docker network won't load.
Please see the logs below:
I noticed that there was a commit dated today, so that might've affected my gluetun.
I run the latest version of docker on the latest version of Debian.
Please let me know if you need any other info from me.