Levan Velijanashvili
Levan Velijanashvili
That is sad 🙁 I knew this time would come. So I came across [this js script](http://www.skypeassets.com/i/scom/js/skype-uri.js) in the new skype buttons source. I haven't yet looked at this, but...
Related to #5. I'm preparing a pull request to fix that asap
I guess I was wrong, it's not related to that issue. It doesn't go to this line: https://github.com/birkir/homebridge-plugin-eufy-security/blob/dadccc5ad316fec40c919eaecc8a337b2872e2c0/src/platform.ts#L116 Instead I'm getting this error: ``` Loading accessory from cache: Doorbell push...
I managed to enable push client by adding `"pushClient": true` to homebridge config. No idea why it works like that, because default value for `enablePush` config value is `true` anyways....
Are you running homebridge with `-D` (debug log) flag?
> I managed to enable push client by adding `"pushClient": true` to homebridge config. No idea why it works like that, because default value for `enablePush` config value is `true`...