Matthew Hadley
Matthew Hadley
The jquery file in dotjs is trying to pull in a source map. This only happens with chrome console open. Two ways to fix this. You can disable all source...
The chrome [tabs api](https://developer.chrome.com/extensions/tabs) has functions to inject js and css, so I made a quick attempt to reproduce dotjs functionality using that: https://github.com/diffsky/chromedotfiles
The filesystem api is only allowed in apps, not extensions. Trying to register it in an extensions manifest results in an error: ``` 'fileSystem' is only allowed for packaged apps,...
I was using this Add-on but it recently stopped working due to it not supporting the use of short lived tokens that Dropbox moved to. I’ve developed my own Add-on...
I suspect you have a long lived token generated before Dropbox moved away from that approach (https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens). I found the same as you that backup clearing had stopped and maybe...
Thank you for the reply and info @Jc2k To answer your question about network setup: - Linksys Velop mesh (4) that are Ethernet backhaul linked - [Firewalla](https://firewalla.com/) box between modem...
Another warning now shows in the logs: ``` Logger: aiohomekit.controller.coap.connection Source: /usr/local/lib/python3.10/site-packages/aiohomekit/controller/coap/connection.py:391 First occurred: 12:01:22 PM (170 occurrences) Last logged: 10:16:22 PM Pair verify failed OSError: [Errno 101] received through...
One more error appearing in the logs: ``` Logger: aiohomekit.controller.coap.connection Source: components/homekit_controller/connection.py:612 First occurred: October 29, 2022, 7:57:21 AM (2357 occurrences) Last logged: 7:30:31 AM CoAP POST returned unexpected code...
Daylight savings just hit in the US and I encountered this issue