You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
diun fail to send notifications to gotify.
Expected behaviour
Diun must be able to send notifications to Gotify
Actual behaviour
The notifications fail to be send with the following message:
diun: error: rpc error: code = Unknown desc = Post "http://gotify/message?token=token": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Steps to reproduce
launch docker compose exec diun diun notif test
the following error is displayed diun: error: rpc error: code = Unknown desc = Post "http://gotify/message?token=token": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
If Iaunch the following command in the diun container, gotify receive the notification (note that the following command comes from https://gotify.net/docs/pushmsg):
Support guidelines
I've found a bug and checked that ...
Description
diun fail to send notifications to gotify.
Expected behaviour
Diun must be able to send notifications to Gotify
Actual behaviour
The notifications fail to be send with the following message:
diun: error: rpc error: code = Unknown desc = Post "http://gotify/message?token=token": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Steps to reproduce
Diun version
v4.28.0
Docker info
Docker Compose config
Additional info
The diun configuration:
If Iaunch the following command in the diun container, gotify receive the notification (note that the following command comes from https://gotify.net/docs/pushmsg):
curl http://gotify/message?token=AzS2Ypd6YAf70Uk -F "title=toto" -F "message=titi"
So it seems that the environment is fine.
Here is a pcap capture when I lanch the test command
docker compose exec diun diun notif test
:capture.txt
The text was updated successfully, but these errors were encountered: