Dave Nicolson
Dave Nicolson
Setting MISE_LOG_LEVEL=warn results in no output.
Perhaps a reasonable default could be to show the warning when you are in a project directory that specifies a version (eg. `.node-version`) that is not installed, maybe?
I can't seem to reproduce the issue, can you please record a video demonstrating the behavior?
I was also seeing these errors, including these warnings: ``` ld: warning: ignoring file '/usr/local/Cellar/openssl@3/3.1.1_1/lib/libcrypto.3.dylib': found architecture 'x86_64', required architecture 'arm64' ld: warning: ignoring file '/usr/local/Cellar/openssl@3/3.1.1_1/lib/libssl.3.dylib': found architecture 'x86_64', required...
> @dnicolson, any thoughts? seems like this might be from changes in [homebridge/plugin-ui-utils](https://github.com/homebridge/plugin-ui-utils). I don't think it's related to https://github.com/homebridge/plugin-ui-utils/commit/83974d66bd69ce1e85696b25a1d54cea2563a13e, it might be related to https://github.com/homebridge/homebridge-config-ui-x/commit/e64aaad0677ff15a91118e2c023519df3aff20e5 though. @simplytoast1 can you...
It looks like a JavaScript error or a JavaScript network request is blocked. Do you see anything in the DevTools/Web Inspector console or any blocked requests in the network tab?
That's odd because that error is apparently benign and also that attribute hasn't been changed in years: https://github.com/homebridge/homebridge-config-ui-x/blame/b81fa60a2c2c5bc56a940f2426e914cad7df7cea/ui/src/app/core/manage-plugins/custom-plugins/custom-plugins.component.html#L16 Was anything blocked in the network tab? Do you see different results...
Nothing comes to mind, I see that some of the changes are reverted in the beta branch. Can you get @simplytoast1 to test releases with the changes reverted?
It could be. The issue doesn't appear to be reproducible so creating betas with incremental changes might be the only way forward.
@bwp91 or @donavanbecker can you please release a new beta that includes https://github.com/homebridge/plugin-ui-utils/pull/14? Thanks!