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

HANDLER_INITIALIZING_ERROR #99

Open
simonvrsic opened this issue Aug 31, 2023 · 11 comments
Open

HANDLER_INITIALIZING_ERROR #99

simonvrsic opened this issue Aug 31, 2023 · 11 comments

Comments

@simonvrsic
Copy link

Dear.

Error to make handler
HANDLER_INITIALIZING_ERROR
multiple points

2023-08-31 22:02:17.085 [ERROR] [core.thing.internal.ThingManagerImpl] - Exception occurred while initializing handler of thing 'worxlandroid:mower:955e0974ba:202130267110005836E8': multiple points
java.lang.NumberFormatException: multiple points
at jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914) ~[?:?]
at jdk.internal.math.FloatingDecimal.parseFloat(FloatingDecimal.java:122) ~[?:?]
at java.lang.Float.parseFloat(Float.java:455) ~[?:?]
at org.openhab.binding.worxlandroid.internal.WorxLandroidMowerHandler.initialize(WorxLandroidMowerHandler.java:227) ~[?:?]
at jdk.internal.reflect.GeneratedMethodAccessor88.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.openhab.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:154) [bundleFile:?]
at org.openhab.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]

@clinique
Copy link
Contributor

clinique commented Sep 4, 2023

This error comes from a change in the format of the firmware version number (it has to be handled as a string).
I it solved in the v4 but correction has to be backported to v3

@simonvrsic
Copy link
Author

Can you provide us V4 download?

@clinique
Copy link
Contributor

clinique commented Sep 4, 2023

Here https://drive.google.com/file/d/1EU4APg4nf0R4uqrqOMzbjqeSXFeCEeg8/view?usp=drive_link

@martinlindjarv
Copy link

Will V4 work with openhab 3.4 as well or is there any possibility or timeline that this fix will be backported to v3?

@clinique
Copy link
Contributor

clinique commented Sep 5, 2023

No v4 will not work with oh 3.4. Yes it can easily be backported by anyone volonteering. I'll do not because I'm working only on current release.

@martinlindjarv
Copy link

I had a look, but my java knowledge can be defined with "not existing" ... can someone with more knowledge than mine fix it :)?
I'm happy to test the package.

@TomW80
Copy link

TomW80 commented Sep 5, 2023

I would also be happy about the adaptation for openhab 3.4. But unfortunately can not contribute code either

mauerj pushed a commit to mauerj/worxlandroid that referenced this issue Sep 19, 2023
@mauerj
Copy link

mauerj commented Sep 19, 2023

I created a fix that at least works for me to bring the device back online. Archive provided -> releases in my repo.

@Incom0de
Copy link

Incom0de commented Sep 19, 2023

Thanks mauerj,
On my Installation status ob bridge is online now. Hope that everything is working.

@mauerj
Copy link

mauerj commented Sep 19, 2023

Thanks mauerj, On my Installation status ob bridge is online now. Hope that everything is working.

rain_delay, rain_delay_start and one_time_scheduler are the only features that are compared agains the version and might be afected by the fix. Unfortunately, I cannot test any of these.

@TomW80
Copy link

TomW80 commented Sep 19, 2023

Thanks mauerj,
It`s work again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants