iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
156 stars 53 forks source link

Timeout Errors #263

Open coryabooth opened 1 month ago

coryabooth commented 1 month ago

Seeing this over the past two days.

Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry

Node.js Version v20.16.0 Plugin v1.5.21 HomeBridge v1.8.4 HomeBridge UI v4.56.4

Should we be preparing to switch to HomeBridge v2?

iklein99 commented 1 month ago

I’m traveling this week and will have a look when I get back.

Are you getting any events back?

On Aug 13, 2024, at 1:21 PM, coryabooth @.***> wrote:

Seeing this over the past two days.

Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry

Node.js Version v20.16.0 Plugin v1.5.21 HomeBridge v1.8.4 HomeBridge UI v4.56.4

Should we be preparing to switch to HomeBridge v2?

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/263, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55EUY2ZGE5E4QWE6UCOTZRJFB3AVCNFSM6AAAAABMOZ25HGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DGOJVGAZDEMA. You are receiving this because you are subscribed to this thread.

coryabooth commented 4 weeks ago

If I reboot... I do initially get events:

[14/08/2024, 15:23:58] [Smartthings] Received response from webhook {"timeout":false,"events":[{"deviceId":"8fd79143","value":"closed","componentId":"main","capability":"contactSensor","attribute":"contact"}]} [14/08/2024, 15:23:58] [Smartthings] Received events for Front Door [14/08/2024, 15:23:58] [Smartthings] Event for Front Door:main - closed [14/08/2024, 15:23:58] [Smartthings] Event updating contactSensor capability for Front Door to closed

But shortly after: [14/08/2024, 15:23:58] [Smartthings] Posting request to web hook [14/08/2024, 15:25:28] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry [14/08/2024, 15:26:28] [Smartthings] Posting request to web hook [14/08/2024, 15:27:58] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry [14/08/2024, 15:28:58] [Smartthings] Posting request to web hook [14/08/2024, 15:30:28] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry

But I do get events again - occasionally: [14/08/2024, 15:31:28] [Smartthings] Posting request to web hook [14/08/2024, 15:32:05] [Smartthings] Received response from webhook {"timeout":false,"events":[{"deviceId":"2d9686dc","value":"off","componentId":"main","capability":"switch","attribute":"switch"}]} [14/08/2024, 15:32:05] [Smartthings] Received events for Half Bath [14/08/2024, 15:32:05] [Smartthings] Event for Half Bath:main - off [14/08/2024, 15:32:05] [Smartthings] Event updating switch capability for Half Bath to off [14/08/2024, 15:32:05] [Smartthings] Posting request to web hook

Then it's back to timeouts again: [14/08/2024, 15:33:35] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry

iklein99 commented 3 weeks ago

I found that the server was experiencing issues. That has been addressed. You should be good.

On Aug 14, 2024, at 4:31 PM, coryabooth @.***> wrote:

If I reboot... I do initially get events:

[14/08/2024, 15:23:58] [Smartthings] Received response from webhook {"timeout":false,"events":[{"deviceId":"8fd79143","value":"closed","componentId":"main","capability":"contactSensor","attribute":"contact"}]} [14/08/2024, 15:23:58] [Smartthings] Received events for Front Door [14/08/2024, 15:23:58] [Smartthings] Event for Front Door:main - closed [14/08/2024, 15:23:58] [Smartthings] Event updating contactSensor capability for Front Door to closed [14/08/2024, 15:23:58] [Smartthings] Posting request to web hook

But shortly after: [14/08/2024, 15:23:58] [Smartthings] Posting request to web hook [14/08/2024, 15:25:28] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry [14/08/2024, 15:26:28] [Smartthings] Posting request to web hook [14/08/2024, 15:27:58] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry [14/08/2024, 15:28:58] [Smartthings] Posting request to web hook [14/08/2024, 15:30:28] [Smartthings] Could not connect to web hook service: AxiosError: timeout of 90000ms exceeded. Will retry

— Reply to this email directly, view it on GitHub https://github.com/iklein99/homebridge-smartthings/issues/263#issuecomment-2289821079, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG55EUGU7CX4OCN3H5CVPLZRO5CVAVCNFSM6AAAAABMOZ25HGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZHAZDCMBXHE. You are receiving this because you commented.