hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
552 stars 51 forks source link

Hoobs won’t upgrade #877

Closed Alon9332 closed 3 years ago

Alon9332 commented 3 years ago

*Description

Running 3.2.6 on a raspberry pie, upgrade to 3.2.9 fails.

Did you upgrade Please let us know if you upgraded from a previous version.

Pervious version If you upgraded, please let us know your previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? No Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina. Mac Catalina

List your plugins Please include a list of the plugins you are using. We need to be able to find it on NPM. If the plugin is no published, please include a link to the repository. Tuya web, eWeLink, Marantz volume, Nuki, weather plus, Xiaomi.

Post your config This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json

POST CONFIG HERE
{
    "server": {
        "port": 80,
        "origin": "*",
        "autostart": 0,
        "home_setup_id": "X-HM://0023ISYWY572N",
        "polling_seconds": 5
    },
    "client": {
        "default_route": "status",
        "inactive_logoff": 30,
        "theme": "hoobs-light",
        "locale": "en",
        "temp_units": "celsius",
        "country_code": "IL",
        "postal_code": "4521916"
    },
    "bridge": {
        "name": "HOOBS",
        "port": 51826,
        "pin": "031-45-154",
        "username": "8B:66:09:5E:D2:62"
    },
    "description": "",
    "ports": {},
    "accessories": [
        {
            "accessory": "marantz-volume",
            "name": "Stereo Volume",
            "host": "10.0.0.41",
            "plugin_map": {
                "plugin_name": "homebridge-marantz-volume",
                "index": 0
            }
        }
    ],
    "platforms": [
        {
            "platform": "MiAqaraPlatform",
            "gateways": {
                "6490c178112a": "Zorina9332"
            },
            "plugin_map": {
                "plugin_name": "homebridge-xiaomi"
            }
        },
        {
            "platform": "WeatherPlus",
            "plugin_map": {
                "plugin_name": "homebridge-weather-plus"
            },
            "units": "si",
            "interval": 5,
            "stations": [
                {
                    "displayName": "Home",
                    "service": "openweathermap",
                    "key": "783e0e6a8bda548cd5d3fd2627c0a4e0",
                    "forecast": [
                        0
                    ],
                    "locationGeo": [
                        32.16217146,
                        34.88563657
                    ]
                }
            ]
        },
        {
            "platform": "TuyaWebPlatform",
            "plugin_map": {
                "plugin_name": "homebridge-tuya-web"
            },
            "name": "TuyaWebPlatform",
            "options": {
                "platform": "tuya",
                "pollingInterval": 5,
                "scene": true,
                "username": "alonbenzvi@gmail.com",
                "password": "Zorina9332",
                "countryCode": "972"
            }
        },
        {
            "platform": "NukiPlatform",
            "plugin_map": {
                "plugin_name": "homebridge-nuki"
            }
        },
        {
            "platform": "eWeLink",
            "plugin_map": {
                "plugin_name": "homebridge-ewelink"
            },
            "name": "eWeLink",
            "debug": false,
            "debugReqRes": false,
            "disableHTTPRefresh": false,
            "disableEveLogging": false,
            "inUsePowerThreshold": 0,
            "hideTHSwitch": false,
            "lowBattThreshold": 25,
            "sensorTimeLength": 60,
            "sensorTimeDifference": 120,
            "hideZBLDPress": false,
            "countryCode": "972",
            "username":  ``

**Post your log**
You can get the log from the intercafe. This is in the Log section.

POST LOG HERE `{ "server": { "port": 80, "origin": "*", "autostart": 0, "home_setup_id": "X-HM://0023ISYWY572N", "polling_seconds": 5 }, "client": { "default_route": "status", "inactive_logoff": 30, "theme": "hoobs-light", "locale": "en", "temp_units": "celsius", "country_code": "IL", "postal_code": "4521916" }, "bridge": { "name": "HOOBS", "port": 51826, "pin": "031-45-154", "username": "8B:66:09:5E:D2:62" }, "description": "", "ports": {}, "accessories": [ { "accessory": "marantz-volume", "name": "Stereo Volume", "host": "10.0.0.41", "plugin_map": { "plugin_name": "homebridge-marantz-volume", "index": 0 } } ], "platforms": [ { "platform": "MiAqaraPlatform", "gateways": { "6490c178112a": "Zorina9332" }, "plugin_map": { "plugin_name": "homebridge-xiaomi" } }, { "platform": "WeatherPlus", "plugin_map": { "plugin_name": "homebridge-weather-plus" }, "units": "si", "interval": 5, "stations": [ { "displayName": "Home", "service": "openweathermap", "key": "783e0e6a8bda548cd5d3fd2627c0a4e0", "forecast": [ 0 ], "locationGeo": [ 32.16217146, 34.88563657 ] } ] }, { "platform": "TuyaWebPlatform", "plugin_map": { "plugin_name": "homebridge-tuya-web" }, "name": "TuyaWebPlatform", "options": { "platform": "tuya", "pollingInterval": 5, "scene": true, "username": "alonbenzvi@gmail.com", "password": "Zorina9332", "countryCode": "972" } }, { "platform": "NukiPlatform", "plugin_map": { "plugin_name": "homebridge-nuki" } }, { "platform": "eWeLink", "plugin_map": { "plugin_name": "homebridge-ewelink" }, "name": "eWeLink", "debug": false, "debugReqRes": false, "disableHTTPRefresh": false, "disableEveLogging": false, "inUsePowerThreshold": 0, "hideTHSwitch": false, "lowBattThreshold": 25, "sensorTimeLength": 60, "sensorTimeDifference": 120, "hideZBLDPress": false, "countryCode": "972", "username": ``

Additional context Add any other context about the problem here.

mkellsy commented 3 years ago

You posted your config twice. Can you post the log. The log is more important here.

Alon9332 commented 3 years ago

Here it is: 10/31/2020, 3:57:18 PM HOOBS listening on port 80.10/31/2020, 3:57:21 PM Loaded plugin "homebridge-ewelink".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-marantz-volume".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]**10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara 10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]**10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 3:57:22 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr14SzrpceJFpa2 e86258e2-206a-460e-b0a1-3237c945698d10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_up] xAG9Fe9720XbFphx 8ee7b6b0-4ee4-4200-a715-ace9366e373e10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Mbr Av off] 5eufGGdw34PqAbEe bd294304-8fdb-4f98-8359-4fcfcb57717310/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Mbr av on] C34lPicyAO9pX4pc a1adcd70-f44a-4127-ab9c-97742a9b5bb310/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Family tv ] aoMXb0niUKVKczIB 81f04528-365d-40ee-ab70-9d42b3761ddb10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tv Back pos] 8fw447qqtsP5OrBy 40e34dbf-531b-4992-a199-674260088d8b10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tpos] eY5zJ3MOTWRSFhj8 67755600-8851-49e0-95fd-041d01f14a9510/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"TV\" power] 2yXketGJaX1GxFd1 492165e0-8cf0-4159-a1c1-90e4721b581010/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" power] 5tiokDqzYYqqxzGN e019bf96-d036-4e66-825d-4033be1fd8c710/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tv sport] e4MjWKIZyd3j3kDk 566829ed-630b-4a8f-bcf5-5e09a925ede610/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] g1fiEJ2ZNeTc5lZ7 e7f9627d-ca62-4125-985e-c5e6930dbeb410/31/2020, 3:57:22 PM [TuyaWebPlatform] Initializing TuyaWebPlatform...10/31/2020, 3:57:22 PM [eWeLink] Plugin has finished initialising. Syncing with eWeLink.10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 989810/31/2020, 3:57:22 PM Bridge is running on port 51826.10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [bf31ed183d4995b067gklx] [b4e09bfc-f0a8-4a42-a588-e0f8c96eb030]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [g1fiEJ2ZNeTc5lZ7] [e7f9627d-ca62-4125-985e-c5e6930dbeb4]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tv sport] [e4MjWKIZyd3j3kDk] [566829ed-630b-4a8f-bcf5-5e09a925ede6]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Mbr Av off] [5eufGGdw34PqAbEe] [bd294304-8fdb-4f98-8359-4fcfcb577173]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Mbr av on] [C34lPicyAO9pX4pc] [a1adcd70-f44a-4127-ab9c-97742a9b5bb3]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tv Back pos] [8fw447qqtsP5OrBy] [40e34dbf-531b-4992-a199-674260088d8b]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tpos] [eY5zJ3MOTWRSFhj8] [67755600-8851-49e0-95fd-041d01f14a95]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [\"TV\" power] [2yXketGJaX1GxFd1] [492165e0-8cf0-4159-a1c1-90e4721b5810]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [\"Receiver\" power] [5tiokDqzYYqqxzGN] [e019bf96-d036-4e66-825d-4033be1fd8c7]10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:32 PM [eWeLink] [0] eWeLink devices loaded from the Homebridge cache.10/31/2020, 3:57:32 PM [eWeLink] [0] primary devices loaded from your eWeLink account.10/31/2020, 3:57:32 PM [eWeLink] eWeLink sync complete. Don't forget to ⭐️ this plugin on GitHub if you're finding it useful!10/31/2020, 3:57:51 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:54 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:57:54 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:57:54 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:55 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:55 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:56 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:57 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:57:57 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:00 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:00 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:58:00 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:44 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:00:40 PM removed 4 packages and audited 236 packages in 4.175s10/31/2020, 4:00:41 PM 19 packages are looking for funding run npm fund for details10/31/2020, 4:00:41 PM found 0 vulnerabilities10/31/2020, 4:00:41 PM Plugin "homebridge-marantz-volume" removed.10/31/2020, 4:00:41 PM Got SIGINT, shutting down Bridge...10/31/2020, 4:00:46 PM Loaded plugin "homebridge-ewelink".10/31/2020, 4:00:46 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 4:00:46 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara 10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 4:00:46 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr14SzrpceJFpa2 e86258e2-206a-460e-b0a1-3237c945698d10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_up] xAG9Fe9720XbFphx 8ee7b6b0-4ee4-4200-a715-ace9366e373e10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Mbr Av off] 5eufGGdw34PqAbEe bd294304-8fdb-4f98-8359-4fcfcb57717310/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Mbr av on] C34lPicyAO9pX4pc a1adcd70-f44a-4127-ab9c-97742a9b5bb310/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Family tv ] aoMXb0niUKVKczIB 81f04528-365d-40ee-ab70-9d42b3761ddb10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tv Back pos] 8fw447qqtsP5OrBy 40e34dbf-531b-4992-a199-674260088d8b10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tpos] eY5zJ3MOTWRSFhj8 67755600-8851-49e0-95fd-041d01f14a9510/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"TV\" power] 2yXketGJaX1GxFd1 492165e0-8cf0-4159-a1c1-90e4721b581010/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" power] 5tiokDqzYYqqxzGN e019bf96-d036-4e66-825d-4033be1fd8c710/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tv sport] e4MjWKIZyd3j3kDk 566829ed-630b-4a8f-bcf5-5e09a925ede610/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] g1fiEJ2ZNeTc5lZ7 e7f9627d-ca62-4125-985e-c5e6930dbeb410/31/2020, 4:00:46 PM [TuyaWebPlatform] Initializing TuyaWebPlatform...10/31/2020, 4:00:46 PM [eWeLink] Plugin has finished initialising. Syncing with eWeLink.10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 989810/31/2020, 4:00:46 PM Bridge is running on port 51826.10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [bf31ed183d4995b067gklx] [b4e09bfc-f0a8-4a42-a588-e0f8c96eb030]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [g1fiEJ2ZNeTc5lZ7] [e7f9627d-ca62-4125-985e-c5e6930dbeb4]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tv sport] [e4MjWKIZyd3j3kDk] [566829ed-630b-4a8f-bcf5-5e09a925ede6]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Mbr Av off] [5eufGGdw34PqAbEe] [bd294304-8fdb-4f98-8359-4fcfcb577173]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Mbr av on] [C34lPicyAO9pX4pc] [a1adcd70-f44a-4127-ab9c-97742a9b5bb3]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tv Back pos] [8fw447qqtsP5OrBy] [40e34dbf-531b-4992-a199-674260088d8b]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tpos] [eY5zJ3MOTWRSFhj8] [67755600-8851-49e0-95fd-041d01f14a95]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [\"TV\" power] [2yXketGJaX1GxFd1] [492165e0-8cf0-4159-a1c1-90e4721b5810]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [\"Receiver\" power] [5tiokDqzYYqqxzGN] [e019bf96-d036-4e66-825d-4033be1fd8c7]10/31/2020, 4:00:57 PM [eWeLink] [0] eWeLink devices loaded from the Homebridge cache.10/31/2020, 4:00:57 PM [eWeLink] [0] primary devices loaded from your eWeLink account.10/31/2020, 4:00:57 PM [eWeLink] eWeLink sync complete. Don't forget to ⭐️ this plugin on GitHub if you're finding it useful!10/31/2020, 4:10:45 PM + homebridge-marantz-volume@1.6.3 added 4 packages from 49 contributors in 4.043s10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM 19 packages are looking for funding run npm fund for details10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM Plugin "homebridge-marantz-volume" installed.10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:10:45 PM Got SIGINT, shutting down Bridge...10/31/2020, 4:10:50 PM Loaded plugin "homebridge-ewelink".10/31/2020, 4:10:50 PM Loaded plugin "homebridge-marantz-volume".10/31/2020, 4:10:51 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 4:10:51 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara 10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 4:10:51 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr14SzrpceJFpa2 e86258e2-206a-460e-b0a1-3237c945698d10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_up] xAG9Fe9720XbFphx 8ee7b6b0-4ee4-4200-a715-ace9366e373e10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Mbr Av off] 5eufGGdw34PqAbEe bd294304-8fdb-4f98-8359-4fcfcb57717310/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Mbr av on] C34lPicyAO9pX4pc a1adcd70-f44a-4127-ab9c-97742a9b5bb310/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Family tv ] aoMXb0niUKVKczIB 81f04528-365d-40ee-ab70-9d42b3761ddb10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Tv Back pos] 8fw447qqtsP5OrBy 40e34dbf-531b-4992-a199-674260088d8b10/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Tpos] eY5zJ3MOTWRSFhj8 67755600-8851-49e0-95fd-041d01f14a9510/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [\"TV\" power] 2yXketGJaX1GxFd1 492165e0-8cf0-4159-a1c1-90e4721b581010/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" power] 5tiokDqzYYqqxzGN e019bf96-d036-4e66-825d-4033be1fd8c710/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Tv sport] e4MjWKIZyd3j3kDk 566829ed-630b-4a8f-bcf5-5e09a925ede610/31/2020, 4:10:51 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] g1fiEJ2ZNeTc5lZ7 e7f9627d-ca62-4125-985e-c5e6930dbeb410/31/2020, 4:10:51 PM [TuyaWebPlatform] Initializing TuyaWebPlatform...10/31/2020, 4:10:51 PM [eWeLink] Plugin has finished initialising. Syncing with eWeLink.10/31/2020, 4:10:51 PM [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 989810/31/2020, 4:10:51 PM Bridge is running on port 51826.10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [bf31ed183d4995b067gklx] [b4e09bfc-f0a8-4a42-a588-e0f8c96eb030]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [g1fiEJ2ZNeTc5lZ7] [e7f9627d-ca62-4125-985e-c5e6930dbeb4]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Tv sport] [e4MjWKIZyd3j3kDk] [566829ed-630b-4a8f-bcf5-5e09a925ede6]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Mbr Av off] [5eufGGdw34PqAbEe] [bd294304-8fdb-4f98-8359-4fcfcb577173]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Mbr av on] [C34lPicyAO9pX4pc] [a1adcd70-f44a-4127-ab9c-97742a9b5bb3]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Tv Back pos] [8fw447qqtsP5OrBy] [40e34dbf-531b-4992-a199-674260088d8b]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [Tpos] [eY5zJ3MOTWRSFhj8] [67755600-8851-49e0-95fd-041d01f14a95]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [\"TV\" power] [2yXketGJaX1GxFd1] [492165e0-8cf0-4159-a1c1-90e4721b5810]10/31/2020, 4:10:52 PM [TuyaWebPlatform] Existing Accessory found [\"Receiver\" power] [5tiokDqzYYqqxzGN] [e019bf96-d036-4e66-825d-4033be1fd8c7]10/31/2020, 4:11:02 PM [eWeLink] [0] eWeLink devices loaded from the Homebridge cache.10/31/2020, 4:11:02 PM [eWeLink] [0] primary devices loaded from your eWeLink account.10/31/2020, 4:11:02 PM [eWeLink] eWeLink sync complete. Don't forget to ⭐️ this plugin on GitHub if you're finding it useful!10/31/2020, 4:12:54 PM removed 4 packages and audited 236 packages in 4.504s10/31/2020, 4:12:54 PM 19 packages are looking for funding run npm fund for details10/31/2020, 4:12:54 PM found 0 vulnerabilities10/31/2020, 4:12:54 PM Plugin "homebridge-marantz-volume" removed.10/31/2020, 4:12:54 PM Got SIGINT, shutting down Bridge...10/31/2020, 4:12:59 PM Loaded plugin "homebridge-ewelink".10/31/2020, 4:12:59 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 4:13:00 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara 10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 4:13:00 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 4:13:00 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 4:13:00 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 4:13:00 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 4:13:00 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 4:13:00 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 4:13:00 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr1

Alon9332 commented 3 years ago

Here it is: 10/31/2020, 3:57:18 PM HOOBS listening on port 80.10/31/2020, 3:57:21 PM Loaded plugin "homebridge-ewelink".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-marantz-volume".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 3:57:22 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]**10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]**10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 3:57:22 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr14SzrpceJFpa2 e86258e2-206a-460e-b0a1-3237c945698d10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_up] xAG9Fe9720XbFphx 8ee7b6b0-4ee4-4200-a715-ace9366e373e10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Mbr Av off] 5eufGGdw34PqAbEe bd294304-8fdb-4f98-8359-4fcfcb57717310/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Mbr av on] C34lPicyAO9pX4pc a1adcd70-f44a-4127-ab9c-97742a9b5bb310/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Family tv ] aoMXb0niUKVKczIB 81f04528-365d-40ee-ab70-9d42b3761ddb10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tv Back pos] 8fw447qqtsP5OrBy 40e34dbf-531b-4992-a199-674260088d8b10/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tpos] eY5zJ3MOTWRSFhj8 67755600-8851-49e0-95fd-041d01f14a9510/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"TV\" power] 2yXketGJaX1GxFd1 492165e0-8cf0-4159-a1c1-90e4721b581010/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" power] 5tiokDqzYYqqxzGN e019bf96-d036-4e66-825d-4033be1fd8c710/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Tv sport] e4MjWKIZyd3j3kDk 566829ed-630b-4a8f-bcf5-5e09a925ede610/31/2020, 3:57:22 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] g1fiEJ2ZNeTc5lZ7 e7f9627d-ca62-4125-985e-c5e6930dbeb410/31/2020, 3:57:22 PM [TuyaWebPlatform] Initializing TuyaWebPlatform...10/31/2020, 3:57:22 PM [eWeLink] Plugin has finished initialising. Syncing with eWeLink.10/31/2020, 3:57:22 PM [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 989810/31/2020, 3:57:22 PM Bridge is running on port 51826.10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [bf31ed183d4995b067gklx] [b4e09bfc-f0a8-4a42-a588-e0f8c96eb030]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [g1fiEJ2ZNeTc5lZ7] [e7f9627d-ca62-4125-985e-c5e6930dbeb4]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tv sport] [e4MjWKIZyd3j3kDk] [566829ed-630b-4a8f-bcf5-5e09a925ede6]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Mbr Av off] [5eufGGdw34PqAbEe] [bd294304-8fdb-4f98-8359-4fcfcb577173]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Mbr av on] [C34lPicyAO9pX4pc] [a1adcd70-f44a-4127-ab9c-97742a9b5bb3]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tv Back pos] [8fw447qqtsP5OrBy] [40e34dbf-531b-4992-a199-674260088d8b]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [Tpos] [eY5zJ3MOTWRSFhj8] [67755600-8851-49e0-95fd-041d01f14a95]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [\"TV\" power] [2yXketGJaX1GxFd1] [492165e0-8cf0-4159-a1c1-90e4721b5810]10/31/2020, 3:57:23 PM [TuyaWebPlatform] Existing Accessory found [\"Receiver\" power] [5tiokDqzYYqqxzGN] [e019bf96-d036-4e66-825d-4033be1fd8c7]10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:27 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:32 PM [eWeLink] [0] eWeLink devices loaded from the Homebridge cache.10/31/2020, 3:57:32 PM [eWeLink] [0] primary devices loaded from your eWeLink account.10/31/2020, 3:57:32 PM [eWeLink] eWeLink sync complete. Don't forget to ⭐️ this plugin on GitHub if you're finding it useful!10/31/2020, 3:57:51 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:51 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:54 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:57:54 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:57:54 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:55 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:55 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:56 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:57 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:57:57 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:57:59 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:00 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:00 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:58:00 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:01 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:05 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [Stereo Volume] Receiver MainZone Volume power state is 110/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][\"TV\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:41 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:44 PM [Stereo Volume] Unable to get receiver status10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Mbr av on] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Mbr Av off] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tv sport] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][\"Receiver\" power] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tv Back pos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 3:58:56 PM [TuyaWebPlatform] [GET][Tpos] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:295:11) at Request.self.callback (/home/hoobs/.hoobs/node_modules/request/request.js:185:22) at Request.emit (events.js:310:20) at Request. (/home/hoobs/.hoobs/node_modules/request/request.js:1154:10) at Request.emit (events.js:310:20) at IncomingMessage. (/home/hoobs/.hoobs/node_modules/request/request.js:1076:12) at Object.onceWrapper (events.js:416:28) at IncomingMessage.emit (events.js:322:22)10/31/2020, 4:00:40 PM removed 4 packages and audited 236 packages in 4.175s10/31/2020, 4:00:41 PM 19 packages are looking for funding run npm fund for details10/31/2020, 4:00:41 PM found 0 vulnerabilities10/31/2020, 4:00:41 PM Plugin "homebridge-marantz-volume" removed.10/31/2020, 4:00:41 PM Got SIGINT, shutting down Bridge...10/31/2020, 4:00:46 PM Loaded plugin "homebridge-ewelink".10/31/2020, 4:00:46 PM Loaded plugin "homebridge-xiaomi".10/31/2020, 4:00:46 PM Loaded plugin "homebridge-tuya-web".10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] MiAqaraPlatform v0.9.0 By YinHang10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] GitHub: https://github.com/YinHangCode/homebridge-mi-aqara10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO] QQ Group: 107927710 10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]**10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]start success...10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]config gateways: 6490c178112a10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]binding to the default interface10/31/2020, 4:00:46 PM [TuyaWebPlatform] Config scene : [true]10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] bf31ed183d4995b067gklx b4e09bfc-f0a8-4a42-a588-e0f8c96eb03010/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] 5tZTmDGcMarKwVR7 59bda927-ab3f-4788-9c46-6f5d16fc6c8110/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [volume down] okDObQtKG6KGI89b bb3413fc-7ca7-4080-92ea-457c987e080810/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [volume up] qdUnNQ1hyzxx2TAw 84d8398c-6563-4a7e-ae5e-b78d7fefbc7c10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_down] xEr14SzrpceJFpa2 e86258e2-206a-460e-b0a1-3237c945698d10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" volume_up] xAG9Fe9720XbFphx 8ee7b6b0-4ee4-4200-a715-ace9366e373e10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Mbr Av off] 5eufGGdw34PqAbEe bd294304-8fdb-4f98-8359-4fcfcb57717310/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Mbr av on] C34lPicyAO9pX4pc a1adcd70-f44a-4127-ab9c-97742a9b5bb310/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Family tv ] aoMXb0niUKVKczIB 81f04528-365d-40ee-ab70-9d42b3761ddb10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tv Back pos] 8fw447qqtsP5OrBy 40e34dbf-531b-4992-a199-674260088d8b10/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tpos] eY5zJ3MOTWRSFhj8 67755600-8851-49e0-95fd-041d01f14a9510/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"TV\" power] 2yXketGJaX1GxFd1 492165e0-8cf0-4159-a1c1-90e4721b581010/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [\"Receiver\" power] 5tiokDqzYYqqxzGN e019bf96-d036-4e66-825d-4033be1fd8c710/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Tv sport] e4MjWKIZyd3j3kDk 566829ed-630b-4a8f-bcf5-5e09a925ede610/31/2020, 4:00:46 PM [TuyaWebPlatform] Configuring cached accessory [Genos light] g1fiEJ2ZNeTc5lZ7 e7f9627d-ca62-4125-985e-c5e6930dbeb410/31/2020, 4:00:46 PM [TuyaWebPlatform] Initializing TuyaWebPlatform...10/31/2020, 4:00:46 PM [eWeLink] Plugin has finished initialising. Syncing with eWeLink.10/31/2020, 4:00:46 PM [MiAqaraPlatform] [INFO]Aqara LAN protocol server is listening on port: 989810/31/2020, 4:00:46 PM Bridge is running on port 51826.10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [bf31ed183d4995b067gklx] [b4e09bfc-f0a8-4a42-a588-e0f8c96eb030]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Genos light] [g1fiEJ2ZNeTc5lZ7] [e7f9627d-ca62-4125-985e-c5e6930dbeb4]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tv sport] [e4MjWKIZyd3j3kDk] [566829ed-630b-4a8f-bcf5-5e09a925ede6]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Mbr Av off] [5eufGGdw34PqAbEe] [bd294304-8fdb-4f98-8359-4fcfcb577173]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Mbr av on] [C34lPicyAO9pX4pc] [a1adcd70-f44a-4127-ab9c-97742a9b5bb3]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tv Back pos] [8fw447qqtsP5OrBy] [40e34dbf-531b-4992-a199-674260088d8b]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [Tpos] [eY5zJ3MOTWRSFhj8] [67755600-8851-49e0-95fd-041d01f14a95]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [\"TV\" power] [2yXketGJaX1GxFd1] [492165e0-8cf0-4159-a1c1-90e4721b5810]10/31/2020, 4:00:47 PM [TuyaWebPlatform] Existing Accessory found [\"Receiver\" power] [5tiokDqzYYqqxzGN] [e019bf96-d036-4e66-825d-4033be1fd8c7]10/31/2020, 4:00:57 PM [eWeLink] [0] eWeLink devices loaded from the Homebridge cache.10/31/2020, 4:00:57 PM [eWeLink] [0] primary devices loaded from your eWeLink account.10/31/2020, 4:00:57 PM [eWeLink] eWeLink sync complete. Don't forget to ⭐️ this plugin on GitHub if you're finding it useful!10/31/2020, 4:10:45 PM + homebridge-marantz-volume@1.6.3mailto:homebridge-marantz-volume@1.6.3 added 4 packages from 49 contributors in 4.043s10/31/2020, 4:10:45 PM [TuyaWebPlatform] [GET][Genos light] Characteristic.On Error: Error: Invalid payload in response: at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:119:20 at /home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.jsmailto:/home/hoobs/.hoobs/node_modules/@fratton/homebridge-tuya-web/lib/tuyawebapi.js:309:11 at Request._callback (/home/hoobs/.hoobs/node_mo

Alon9332 commented 3 years ago

Terminal:

obsbs@hoobs:/home/hoobs/.hoobs/etc $ sudo npm install -g --unsafe-perm @hoobs/hoo npm ERR! Unexpected end of JSON input while parsing near '...stry.npmjs.org/homebr'

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-10-31T21_55_47_533Z-debug.log hoobs@hoobs:/home/hoobs/.hoobs/etc $

From: Michael Kellsy notifications@github.com Reply-To: hoobs-org/HOOBS reply@reply.github.com Date: Saturday, 31 October 2020 at 16:07 To: hoobs-org/HOOBS HOOBS@noreply.github.com Cc: Alon9332 alonbenzvi@gmail.com, Author author@noreply.github.com Subject: Re: [hoobs-org/HOOBS] Hoobs won’t upgrade (#877)

You posted your config twice. Can you post the log. The log is more important here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/hoobs-org/HOOBS/issues/877#issuecomment-719938989, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARSSJSJ5MBRNNLS7PSCYSTLSNQK3TANCNFSM4TFZGFQQ.

mkellsy commented 3 years ago

It like okay like Node or NPM is corrupt.

This command should get you back up. wget -q -O - http://bit.ly/get-hoobs | sudo bash /dev/stdin --node lts

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.