We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
lately my xmpp-webhook stopped working. Unfortunately I have no clue why and I'm not familiar with go-Code in any way.
The output of journalctl -u xmpp-webhook.service is this:
journalctl -u xmpp-webhook.service
xmpp-webhook[562]: panic: unexpected XML token xml.CharData encountered: restricted-xml xmpp-webhook[562]: goroutine 1 [running]: xmpp-webhook[562]: main.panicOnErr(...) xmpp-webhook[562]: github.com/tmsmr/xmpp-webhook/main.go:24 xmpp-webhook[562]: main.main() xmpp-webhook[562]: github.com/tmsmr/xmpp-webhook/main.go:100 +0x67c systemd[1]: xmpp-webhook.service: Main process exited, code=exited, status=2/INVALIDARGUMENT systemd[1]: xmpp-webhook.service: Failed with result 'exit-code'.
OS: Archlinux ARM GO: 1.17.5 xmpp-webhook: 0.4
I have set only the three required environment variables in /etc/xmpp-webhook.env. Are there any ideas what the problem could be?
/etc/xmpp-webhook.env
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
lately my xmpp-webhook stopped working. Unfortunately I have no clue why and I'm not familiar with go-Code in any way.
The output of
journalctl -u xmpp-webhook.service
is this:OS: Archlinux ARM
GO: 1.17.5
xmpp-webhook: 0.4
I have set only the three required environment variables in
/etc/xmpp-webhook.env
. Are there any ideas what the problem could be?Thanks
The text was updated successfully, but these errors were encountered: