Christopher Moore
Christopher Moore
Seeing the same with Homebridge 1.8.0, NodeJS 20.12.2
With debug logs enabled: ``` [4/22/2024, 3:07:06 PM] [@fjs21/homebridge-blueair] Found 2 Blueair AWS-compatible devices. [4/22/2024, 3:07:06 PM] [@fjs21/homebridge-blueair] ** AWS devices - end ** [4/22/2024, 3:07:06 PM] [@fjs21/homebridge-blueair] Checking token...
Unchecking "Enable AWS API Connection" in the plugin config resolves the issue with the child bridge restarting continuously, but I then lose my devices.
> I hit this with the Docker image as well when upgrading to Nextcloud 25.0.0. `occ app:disable circles` fixed it as well for me. Same behavior here when upgraded to...
Sure thing. Here's from my Nextcloud.log, you can see the update process finish and then just 22 seconds later a client checks in and gets the issue: ``` {"reqId":"M5DMmmt53bmHVotmnrSt","level":1,"time":"2022-10-20T10:27:12+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair...
> Do you still have error if running (first): > > * `./occ config:app:set circles route_to_circle --value ''` > > then try to enable the Circles app again ? >...
I am also seeing this issue for crowdsec, started within last few days
Yes please 2x
If we replace (in extensions.ps1) $GetLoggedOnUserDetails with a scriptblock that includes `[PSObject]$RunAsActiveUser = $LoggedOnUserSessions | Where-Object {$_.IsCurrentSession}` instead of `$_.IsActiveUserSession`, our PSADTs can work fine. The logic that picks what...
@mmashwani can you link the commit that resolves(/d) this issue?