Open PieterCK opened 2 months ago
@PieterCK It is not uncommon for this error to occur on startup, but it shouldn't persist. Are you noticing it error after startup as well?
@IanWoodard Ok, I tried setting the endpoint to a server with a public domain, and it works properly. Version v0.0.6 was able to send requests to a local server, but v0.0.9 isn’t, which led me to think there was an issue and to open this thread. Feel free to close this issue. Thanks for your response!
By the way, what’s the status of this repo? I noticed it was marked as archived around last December but got some updates recently. I’m working on this Zulip PR to update Zulip’s GoCD integration to use Sentry’s notification plugin, so it’d be great to know what’s planned for the plugin moving forward.
Environment
go-server verison: 24.3.0-19261 go-agent version: 24.3.0-19261 WebHook notifier plugin version: v0.0.9 1 agent, on the same machine go-server installed on: Ubuntu only 1 endpoint is specified.
Steps to Reproduce
There should be no calls made by the server to the endpoint and an error related to the plugin should popup in the go-server's log.
Expected Result
The version v0.0.6 of the plugin seems to be able to send calls to the specified URL, I've tested this and it works as expected.
Actual Result
On the same setup, plugin v0.0.9 seems to fail to call the specified URL as I don't see any calls received from the recipient servers log. I've also noticed this in the gocd server log when I try to trigger an event that would usually shoot out a call to my server using the old plugin:
Let me know if there are any other details you'd like to know. Thanks