Astro Errors

Greetings All,

I’m in the process of upgrading my OH-1.8 setup to OH-2.1. I’m getting an error from the astro 0.9.0, but astro does seem to be working. I’m not a fan of error messages in a brand new setup. Is this something I need to worry about?

Thanks!

2017-10-25 18:41:43.843 [ERROR] [org.eclipse.smarthome.binding.astro ] - [org.eclipse.smarthome.binding.astro.internal.discovery.AstroDiscoveryService(14)] The setLocaleProvider method has thrown an exception
java.lang.NoSuchFieldError: localeProvider
	at org.eclipse.smarthome.binding.astro.internal.discovery.AstroDiscoveryService.setLocaleProvider(AstroDiscoveryService.java:131)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.8.0_65]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_65]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_65]
	at java.lang.reflect.Method.invoke(Method.java:497)[:1.8.0_65]
	at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:224)
	at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39)
	at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:617)
	at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:501)........

I guess you’ve mixed an Astro binding coming from ESH with OH 2.1. This is currently not possible, you’ve got to use Astro Binding 2.2 in OH repo.