KraigM / homebridge-wink

Wink hub plugin for HomeBridge
54 stars 37 forks source link

error log growing quickly superagent get timeouts #92

Open gleep52 opened 6 years ago

gleep52 commented 6 years ago

My homebridge.err file is growing with constant attempt to "GET" something:

homebridge.err:

superagent GET http://ps10.pndsn.com/v2/subscribe/sub-c-blahblahblah
superagent timeout 310000ms GET http://ps10.pndsn.com/v2/subscribe/sub-c-blahblahblah

I did a whois on pndsn.com and it looks like it's Amazon?

What is this attempt to get something, and what can I do to ignore the errors if that's the only way to do it? I'd obviously like to fix the problem and not ignore - if nothing else just to understand what is happening and why.

Many thanks!