[openhabcloud] HTTP protocol violation: Authentication challenge without WWW-Authenticate header

grrr … apologies :frowning:

here the output of https://myopenhab.org/rest/items/Scene_Fitness

{"link":"https://myopenhab.org/rest/items/Scene_Fitness","state":"OFF","editable":false,"type":"Switch","name":"Scene_Fitness","label":"Elli","tags":[],"groupNames":[]}
{"link":"https://myopenhab.org/rest/items/Scene_Fitness","state":"OFF","editable":false,"type":"Switch","name":"Scene_Fitness","label":"Elli","tags":[],"groupNames":[]}

I’ve tried also other items, they are all “duplicated”

Andrea

Right, so if you look at that output, it’s not valid JSON, which is the issue.

So our CI server is back, build #2312 is from Apr 8, 2021 4:59 AM, which means openHAB cloud binding is not working properly, the fix was committed later in the day on the 8th and would have been in builds likely on the 9th .

I would highly recommend to stick with the milestone releases.

1 Like

OH 3.1.0 build #2322 did the trick :slight_smile: everything’s ok now :slight_smile:

thanks Dan

Andrea

hi ariela,

I’m using OH3.1 stable and have this authorisation issue also, where alexa is trying to discover the devices using my own hosted cloud server

How did you get this to function? I enabled basic auth in the MainUI but unsure what else I need to do after I create the API token. Where does this token go into the OHCloud machine?

Thanks