Webhooks timeout #16

Open
opened 2020-07-17 11:20:04 +00:00 by wildfox · 3 comments

I tried to use webhooks to notify IRC via Matrix but the hooks failed to connect out to Matrix.

I have seen two different errors and have not seen any successful connections. I have manually confirmed the HTTP requests do successfully send messages to Matrix.

Delivery: Post "https://matrix-client.matrix.org/_matrix/client/r0/rooms/REDACTED:matrix.org/send/m.room.message": dial tcp 69.171.228.74:443: i/o timeout
Delivery: Post "https://matrix-client.matrix.org/_matrix/client/r0/rooms/REDACTED:matrix.org/send/m.room.message": dial tcp 208.43.170.231:443: connect: connection refused

These IP addresses do not belong to matrix-client.matrix.org.

They timeout really quickly. Maybe the timeout needs to be increased.

I tried to use webhooks to notify IRC via Matrix but the hooks failed to connect out to Matrix. I have seen two different errors and have not seen any successful connections. I have manually confirmed the HTTP requests do successfully send messages to Matrix. ``` Delivery: Post "https://matrix-client.matrix.org/_matrix/client/r0/rooms/REDACTED:matrix.org/send/m.room.message": dial tcp 69.171.228.74:443: i/o timeout ``` ``` Delivery: Post "https://matrix-client.matrix.org/_matrix/client/r0/rooms/REDACTED:matrix.org/send/m.room.message": dial tcp 208.43.170.231:443: connect: connection refused ``` These IP addresses do not belong to `matrix-client.matrix.org`. They timeout really quickly. Maybe the timeout needs to be increased.
Owner

This is a known issue.

This is a known issue.

This should now be resolved. Please re-open if you experience this issue again.

This should now be resolved. Please re-open if you experience this issue again.
Author

I have tried two hosts; matrix and a drone instance. Both failed with the io timeout.

I have tried two hosts; matrix and a drone instance. Both failed with the io timeout.
wildfox reopened this issue 2020-10-26 19:16:58 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/gitea.com#16
No description provided.