Michael Rademaker

Results 7 comments of Michael Rademaker

Have the same issue, only when using a physical device in debugging mode. Even on a iPhone 5s. Thought to just mention it.

Having the same issue with the same lib version and python version in a docker container using `python:3.7-slim-stretch`

This is also the case when using wildcard in topics. When `deliverMessage` is called in `CommsCallback`, it validates the topic and doesn't allow wildcards in `MqttTopic.isMatched`. In the end it...

The second issue isn't possible, because there's no public endpoint where the app can request for the available realms. So the free text input will be presented so the user...

It seems a json needs to be present on the realm after logging in: > Error requesting 'https://test1.openremote.app/consoleappconfig/smartcity.json' @richturner Should this json be present by default? We talked about excluding...

But it's what's happening after logging in. So the web app tries to fetch it and gets somehow stuck in a loop of trying to fetch it.

I double checked and it's the web app which is trying to fetch the file. No app code involved...