-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compatibility check to js-controller 4.0 #707
Comments
Now the version is not compatible with js-controller 4.0.9 |
This is a bug in js-controller that has already been fixed: ioBroker/ioBroker.js-controller#1805 If you're participating in a beta-test, this can always happen. |
@asutpshnik Ok, now one step after the other. 1.) an npm rebuild issue only happens when you upgrade nodejs ... this has nothing to do with the js-controller |
For completeness: This is the "fix" we need in that one library abandonware/node-bluetooth-hci-socket#39 ... The PR is already merged, just the release is pending ... and before someone complains that also canvas is affected ... yes it has the same issue Automattic/node-canvas#1982 (PR still open, likes there welcome) |
3.) - helped me, the driver starts up and works, thanks! |
@asutpshnik Thank you for your info. We hope to get the library update soon then it should be better in the future |
here too, with the command in the correct directory the adapter works again. |
Dear Adapter developer,
with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.
If something is not correct this is logged as 'warning' or 'info' log.
Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!
Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.
For questions please refer to ioBroker/ioBroker.js-controller#1749
Please close the issue after you checked it.
Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!
The text was updated successfully, but these errors were encountered: