I am unable to start harmony activities from openHAB after upgrading to 2.4.0.M4.
2018-10-04 20:20:22.131 [ome.event.ItemCommandEvent] - Item 'SZHub_Activity' received command Kodi
2018-10-04 20:20:22.139 [nt.ItemStatePredictedEvent] - SZHub_Activity predicted to become NULL
==> /var/log/openhab2/openhab.log <==
2018-10-04 20:20:22.141 [ERROR] [b.internal.handler.HarmonyHubHandler] - Could not start activity
java.lang.NullPointerException: null
at net.whistlingfish.harmony.protocol.OAReplyFilter.<init>(OAReplyFilter.java:30) ~[234:org.openhab.binding.harmonyhub:2.4.0.M4]
at net.whistlingfish.harmony.HarmonyClient.sendOAStanza(HarmonyClient.java:336) ~[234:org.openhab.binding.harmonyhub:2.4.0.M4]
at net.whistlingfish.harmony.HarmonyClient.sendOAStanza(HarmonyClient.java:331) ~[234:org.openhab.binding.harmonyhub:2.4.0.M4]
at net.whistlingfish.harmony.HarmonyClient.getConfig(HarmonyClient.java:390) ~[234:org.openhab.binding.harmonyhub:2.4.0.M4]
at net.whistlingfish.harmony.HarmonyClient.startActivityByName(HarmonyClient.java:443) ~[234:org.openhab.binding.harmonyhub:2.4.0.M4]
at org.openhab.binding.harmonyhub.internal.handler.HarmonyHubHandler.handleCommand(HarmonyHubHandler.java:122) [234:org.openhab.binding.harmonyhub:2.4.0.M4]
at sun.reflect.GeneratedMethodAccessor204.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [101:org.eclipse.smarthome.core:0.10.0.oh240M4]
at org.eclipse.smarthome.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [101:org.eclipse.smarthome.core:0.10.0.oh240M4]
at com.sun.proxy.$Proxy141.handleCommand(Unknown Source) [234:org.openhab.binding.harmonyhub:2.4.0.M4]
at org.eclipse.smarthome.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:75) [107:org.eclipse.smarthome.core.thing:0.10.0.oh240M4]
at org.eclipse.smarthome.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:49) [107:org.eclipse.smarthome.core.thing:0.10.0.oh240M4]
at sun.reflect.GeneratedMethodAccessor202.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]
at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [101:org.eclipse.smarthome.core:0.10.0.oh240M4]
at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [101:org.eclipse.smarthome.core:0.10.0.oh240M4]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]