mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Gotify env variables problem. (Upgrade docker image) #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pablomenino on GitHub (Jan 6, 2020).
Hi, in the last version I have this error.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8e781b] goroutine 1 [running]: main.setupGotify(0xbc4060, 0xc00049ed20, 0x0, 0x1, 0x1, 0xb2d05e00) /tmp/gobuild/main.go:120 +0xeb main.main() /tmp/gobuild/main.go:53 +0x604It seems an error whit Gotify, Adding env variables for gotify solve the issue.
I have a Gotify server so is no problem, but this may be a problem for other people.
Rollback to version Nov 28, 2019, everything is fine here.
@jenga201 commented on GitHub (Jan 6, 2020):
I'm having this issue also.
What environment variables did you add?
This container isn't tagged, so it's only possible to pull the latest version.
@qdm12 commented on GitHub (Jan 6, 2020):
Thanks for letting me know! Yes I have changed some things yesterday, I'll fix this now.
@qdm12 commented on GitHub (Jan 6, 2020):
It should be fixed with the latest commit. It might take 30-45 minutes to build the Docker image for Docker Hub (I don't have my Docker credentials on me).
Alternatively you can build the image with:
You can also revert back to another commit by following/adapting the instructions of this section, and build the Docker image locally. I'll add some long due Docker tagging tonight.
@qdm12 commented on GitHub (Jan 6, 2020):
I just pulled the image now and tested without Gotify and it works now. Sorry for the trouble!
@jenga201 commented on GitHub (Jan 6, 2020):
Works for me, too. Thanks!
@qdm12 commented on GitHub (Jan 6, 2020):
There is a tag I just made,
v1so in case I break something you can fallback to it with