Since yesterday, the device's screen stays black after trying to load the profile for a while.
I tried reloading and restarting the device, but it didn't work.
Also attempted to change the selected profile, but in the browser app, an error appears, and the JavaScript code execution stops:
- Code: Select all
Profiles.js:6977 Uncaught (in promise) Error: Script load error for https://unpkg.com/singledivui/dist/singledivui.min.js
at e.onerror (Profiles.js:6977:39)
Could not load content for https://plus.goverlay.com/webroot/assets/backend/js/Profiles.js (HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE)
Indeed, if I try to access that file's URL in the browser, it returns a 404 error.
Checked I'm using the latest version of the app, so I'm not sure what's going on.
Below, I am attaching an error encountered from the log (Windows app)
- Code: Select all
15/03/2025 15:19:16:Sensors: PLUGIN - PluginServices - Error loading plugin APCUPS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null: Se produjo una excepción en el destino de la invocación. en System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
en System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
en System.Activator.CreateInstance(Type type, Boolean nonPublic)
en System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
en System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
en System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
en GOverlayPlus.Sensor_Plugins.loadPlugin(Assembly objDLL, String strInterface)