YIO-Remote / remote-software

💎 YIO Remote Software repository
GNU General Public License v3.0
164 stars 21 forks source link

Frozen in standby #518

Closed miloit closed 2 years ago

miloit commented 3 years ago

Description

If you add a wrong value into the config manually or via web configuration for example

 "openhab": {
            "data": [
                {
                    "friendly_name": "openhab",
                    "friendly_name_search_term": "openhab",
                    "id": "064a9d5b-f521-b647-e36e-b774cbe43d51",
                    "url": "http://33333.4444.444.444:8080/rest"
                }
            ],
            "mdns": ""

than the remote is entering in standby and is frozen

2020-11-19 19:22:22:159 CET DEBUG [yio.dev.display]: Entering standby [../sources/hardware/linux/arm/displaycontrol_yio.cpp:87]

How to Reproduce

Steps to reproduce the behavior: Enter a senseless value into the config of any plugin

example

 "openhab": {
            "data": [
                {
                    "friendly_name": "openhab",
                    "friendly_name_search_term": "openhab",
                    "id": "064a9d5b-f521-b647-e36e-b774cbe43d51",
                    "url": "http://33333.4444.444.444:8080/rest"
                }
            ],
            "mdns": ""

Expected behavior

Leave standby mode and normal work of the software

Your Environment

last yioremote OS