UniversalDevicesInc/Polyglot

Error in reaching ISY?

Opened this issue · 2 comments

I see the following error in the Polyglot startup log.

ERROR [02-07-2018 10:17:45] polyglot.element_manager.isy: ISY: [1] (10.02) 1 Timeout: http://192.168.10.232:80/rest/config

Below is more of the log for context:

pi@raspberrypi:~/Polyglot $ ./polyglot.linux.armv7l.pyz -v INFO [02-07-2018 10:17:35] polyglot.core: Creating Polyglot, version 0.0.8 INFO [02-07-2018 10:17:35] polyglot.config_manager: Config file changes detected, updating config file. INFO [02-07-2018 10:17:35] polyglot.core: Starting Polyglot INFO [02-07-2018 10:17:35] polyglot.element_manager: Loading Elements INFO [02-07-2018 10:17:35] polyglot.element_manager.http: Started HTTP server on port 8080 INFO [02-07-2018 10:17:35] polyglot.element_manager.http: Loaded HTTP element INFO [02-07-2018 10:17:35] polyglot.element_manager.api: Loaded API element INFO [02-07-2018 10:17:36] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.89ms INFO [02-07-2018 10:17:37] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.26ms INFO [02-07-2018 10:17:39] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.24ms INFO [02-07-2018 10:17:41] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.38ms INFO [02-07-2018 10:17:43] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.25ms INFO [02-07-2018 10:17:45] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.29ms ERROR [02-07-2018 10:17:45] polyglot.element_manager.isy: ISY: [1] (10.02) 1 Timeout: http://192.168.10.232:80/rest/config INFO [02-07-2018 10:17:45] polyglot.element_manager.isy: Loaded ISY element INFO [02-07-2018 10:17:45] polyglot.element_manager.frontend: Loaded Frontend element INFO [02-07-2018 10:17:45] polyglot.nodeserver_manager: Loading Node Servers INFO [02-07-2018 10:17:47] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.43ms INFO [02-07-2018 10:17:49] tornado.access: 304 GET /api/servers/active (192.168.1.191) 2.27ms

No response after 26 days of opening this issue. Please respond.

Here's some new information. I updated the software packages. When I start Polyglot, I am getting the following error log:

pi@raspberrypi:~/Polyglot $ ./polyglot.linux.armv7l.pyz -v
INFO     [03-05-2018 09:17:38] polyglot.core: Creating Polyglot, version 0.0.8
INFO     [03-05-2018 09:17:38] polyglot.config_manager: Config file changes detected, updating config file.
INFO     [03-05-2018 09:17:38] polyglot.core: Starting Polyglot
INFO     [03-05-2018 09:17:38] polyglot.element_manager: Loading Elements
INFO     [03-05-2018 09:17:39] polyglot.element_manager.http: Started HTTP server on port 8080
INFO     [03-05-2018 09:17:39] polyglot.element_manager.http: Loaded HTTP element
INFO     [03-05-2018 09:17:39] polyglot.element_manager.api: Loaded API element
ERROR    [03-05-2018 09:17:49] polyglot.element_manager.isy: ISY: [1] (10.02)   1 Timeout: http://192.168.10.232:80/rest/config
INFO     [03-05-2018 09:17:49] polyglot.element_manager.isy: Loaded ISY element
INFO     [03-05-2018 09:17:49] polyglot.element_manager.frontend: Loaded Frontend element
INFO     [03-05-2018 09:17:49] polyglot.nodeserver_manager: Loading Node Servers

INFO     [03-05-2018 09:18:54] tornado.general: Malformed HTTP message from 192.168.1.237: Malformed HTTP headers: ''

You should switch to Polyglot V2; this implementation of Polyglot is for all practical purposes End-of-Lifed.