-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix resolver errors during bundle add-on installation #4224
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
I rebuilt openhab-core ( What did I miss? |
I think the important file is |
Thanks! That did the trick I saw a few errors like these:
However, the bundles got installed despite the errors. e.g. I tried adding astro, and this happened, even though astro binding got installed
|
I tried the following:
It appears that the changes in this PR to FeatureInstaller is not necessary, |
Correct, it's not necessary, but it should make the whole process a bit more safe (in case of the unlikely case that a subsequent config change happens before the refresh finished). |
Confirmed to work with a clean build on Windows. Thanks a lot, @J-N-K! 🎉 |
Big thanks to @J-N-K for fixing this critical issue. I have not tested myself but I would have done the same as @jimtng . @kaikreuzer @wborn : please merge ASAP. |
I wanted to check for implications of activating the finders on other OS as well, e.g. see Windows:
I did not see a problem on Windows and as this is a blocking issue, lets go for the merge first. |
@openhab/core-maintainers can anyone please trigger a snapshot build? |
Done |
I agree that a solution has to be found. I have now a bundle for Windows on RPI.
|
That's more cosmetic, correct? It does not result in any malfunction, as far as I know. |
Neither a malfunction nor a log message seems to be caused by this. IMHO we can leave it as it is for now. |
Yes, it seems to be without any impact. |
Someone in the community forum is reporting this error while he uses openhabian :
|
The error occurs when stopping openHAB.
|
Fixed with #4235 |
Fixes #4222
@lolodomo @holgerfriedrich @jimtng Can you confirm this also fixes the issues on your systems? My Win11/Parallels now works fine.