You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just migrating to OH 3.0 and found the following issue: When trying to send values to openHAB the log files fills with errors like 2021-02-06 21:16:38.810 [ERROR] [rg.apache.cxf.jaxrs.utils.JAXRSUtils] - No message body reader has been found for class java.lang.String, ContentType: application/octet-stream
Appearently this is caused by a missing header. Changing openhab.py like this seems to resolve that issue:
Hi all.
I'm just migrating to OH 3.0 and found the following issue: When trying to send values to openHAB the log files fills with errors like
2021-02-06 21:16:38.810 [ERROR] [rg.apache.cxf.jaxrs.utils.JAXRSUtils] - No message body reader has been found for class java.lang.String, ContentType: application/octet-stream
Appearently this is caused by a missing header. Changing openhab.py like this seems to resolve that issue:
A quick test didn't show any problems with openHAB 2.5, so this might work for both versions.
Anyone who can verify this?
Regards
Martin
The text was updated successfully, but these errors were encountered: