Skip to content
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

NoSuchMethodError with latest openhab #1

Open
alamers opened this issue Jan 30, 2024 · 0 comments
Open

NoSuchMethodError with latest openhab #1

alamers opened this issue Jan 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alamers
Copy link
Owner

alamers commented Jan 30, 2024

2024-01-30 20:50:40.952 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: 
java.lang.NoSuchMethodError: 'void org.openhab.core.library.types.DecimalType.<init>(long)'
        at org.openhab.binding.switchbot.internal.handler.CurtainHandler.publishChannels(CurtainHandler.java:126) ~[?:?]
        at org.openhab.binding.switchbot.internal.handler.CurtainHandler.updateState(CurtainHandler.java:85) ~[?:?]
        at org.openhab.binding.switchbot.internal.handler.SwitchbotHandler.refreshStateAndUpdate(SwitchbotHandler.java:93) ~[?:?]
        at org.openhab.binding.switchbot.internal.handler.CurtainHandler.refreshStateAndUpdate(CurtainHandler.java:1) ~[?:?]
        at org.openhab.binding.switchbot.internal.handler.SwitchbotHandler.lambda$0(SwitchbotHandler.java:102) ~[?:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
        at java.lang.Thread.run(Thread.java:840) [?:?]

@alamers alamers added the bug Something isn't working label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant