Access to Global path is denied in the app during startup

Specs Version: 2023.11.1-ubeta During startup of HASS.Agent immediately after the [INTERNALSENSORS] are ready HASS.Agent spits out an error to the extended logs. Full log file is attached, the main error code is below
[FTL] [PROGRAM] FirstChanceException: Access to the path 'Global\Access_ISABUS.HTP.Method' is denied.
[FTL] [PROGRAM] FirstChanceException: Access to the path 'Global\Access_ISABUS.HTP.Method' is denied.
Full log is attached here
Solution:
Not a bug then, FTLs are also exceptions which are cought and handled down the line by code
Jump to solution
7 Replies
Amadeo
Amadeo6mo ago
Since it its FTL, does it also occurr without extended logging?
DrR0x
DrR0x6mo ago
It's on, and it's only with extended logging
Solution
Amadeo
Amadeo6mo ago
Not a bug then, FTLs are also exceptions which are cought and handled down the line by code
DrR0x
DrR0x6mo ago
Ohh okay that's okay I guess
Amadeo
Amadeo6mo ago
But if they are followed by a real exception (like the command one) then they are bugs :P
DrR0x
DrR0x6mo ago
Okay cool, makes sense
Amadeo
Amadeo6mo ago
I'll add additional filters for FTLs (the ones that are there due to normal operation) because it gets kind of spammy in the extended logs after fixing the store bug