homebridge-roomba-stv icon indicating copy to clipboard operation
homebridge-roomba-stv copied to clipboard

Unexpected token in JSON at position 0

Open joeferrante opened this issue 3 years ago • 0 comments

errors in hoobs logs WARNINGunhandled rejection: SyntaxError: Unexpected token u in JSON at position 0

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Versions

  • Homebridge: homebridge --version
  • Node: node --version
  • Plugin:

homebridge 1.3.4 Node v14.18.1 plugin 1.6.0

Configuration

{
    "accessories": [
        {
            "name": "Fred",
            "model": "980",
            "blid": "55EA3A447B834176802AED11A3EF072C",
            "robotpwd": "",
            "ipaddress": "",
            "autoRefreshEnabled": true,
            "keepAliveEnabled": true,
            "accessory": "Roomba",
            "plugin_map": {
                "plugin_name": "homebridge-roomba-stv"
            }
        }
    ]
}

Homebridge Log / Command Output

0/29/2021, 12:08:54 PMRoomba Stv BridgeWARNINGunhandled rejection: SyntaxError: Unexpected token u in JSON at position 0

joeferrante avatar Oct 29 '21 16:10 joeferrante