skunkiechris Posted December 4, 2023 Share Posted December 4, 2023 Hello, every few days the node server semi-crashes, semi as in it is non-functional, but it is still running. Here is the log: 2023-12-04 03:02:29,708 read_thread sleekxmpp.xmlstream.xmlstream ERROR xmlstream:_process: Error reading from XML stream. 2023-12-04 03:02:47,204 Command sleekxmpp.xmlstream.handler.waiter WARNING waiter:wait: Timed out waiting for IqWait_d0d0f51b-e409-4549-a109-816ac91d8f77-11 2023-12-04 03:02:47,205 Command pyharmony.client INFO client:get_current_activity: XMPP timeout, reattempting 2023-12-04 03:03:17,209 Command sleekxmpp.xmlstream.handler.waiter WARNING waiter:wait: Timed out waiting for IqWait_d0d0f51b-e409-4549-a109-816ac91d8f77-11 2023-12-04 03:03:17,209 Command udi_interface ERROR udi_interface:write: --- Logging error --- 2023-12-04 03:03:17,212 Command udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-12-04 03:03:17,212 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/pyharmony/pyharmony/client.py", line 78, in get_current_activity result = iq_cmd.send(block=True) 2023-12-04 03:03:17,212 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/sleekxmpp/stanza/iq.py", line 233, in send raise IqTimeout(self) 2023-12-04 03:03:17,212 Command udi_interface ERROR udi_interface:write: sleekxmpp.exceptions.IqTimeout: <iq id="d0d0f51b-e409-4549-a109-816ac91d8f77-11" type="get"><oa xmlns="connect.logitech.com" mime="vnd.logitech.harmony/vnd.logitech.harmony.engine?getCurrentActivity" /></iq> 2023-12-04 03:03:17,212 Command udi_interface ERROR udi_interface:write: During handling of the above exception, another exception occurred: 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 252, in _get_current_activity ca = self.client.get_current_activity() 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/pyharmony/pyharmony/client.py", line 81, in get_current_activity result = iq_cmd.send(block=True) 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/sleekxmpp/stanza/iq.py", line 233, in send raise IqTimeout(self) 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: sleekxmpp.exceptions.IqTimeout: <iq id="d0d0f51b-e409-4549-a109-816ac91d8f77-11" type="get"><oa xmlns="connect.logitech.com" mime="vnd.logitech.harmony/vnd.logitech.harmony.engine?getCurrentActivity" /></iq> 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: During handling of the above exception, another exception occurred: 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-12-04 03:03:17,213 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 1083, in emit msg = self.format(record) 2023-12-04 03:03:17,214 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) 2023-12-04 03:03:17,214 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() 2023-12-04 03:03:17,214 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args 2023-12-04 03:03:17,214 Command udi_interface ERROR udi_interface:write: TypeError: not all arguments converted during string formatting 2023-12-04 03:03:17,214 Command udi_interface ERROR udi_interface:write: Call stack: 2023-12-04 03:03:17,216 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 937, in _bootstrap self._bootstrap_inner() 2023-12-04 03:03:17,216 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner self.run() 2023-12-04 03:03:17,216 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 917, in run self._target(*self._args, **self._kwargs) 2023-12-04 03:03:17,216 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 859, in _parseInput self._handleInput(key, input[key], None) 2023-12-04 03:03:17,216 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 1007, in _handleInput self.nodes_internal[item['address']].query() 2023-12-04 03:03:17,217 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Controller.py", line 210, in query self.poly.getNode(node).query() 2023-12-04 03:03:17,217 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 94, in query self._get_current_activity() 2023-12-04 03:03:17,217 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 254, in _get_current_activity LOGGER.error('client.get_current_activity timeout',False) 2023-12-04 03:03:17,217 Command udi_interface ERROR udi_interface:write: Message: 'client.get_current_activity timeout' Arguments: (False,) 2023-12-04 03:03:17,217 Command udi_interface INFO Hub:_set_st: setDriver(ST,0) 2023-12-04 03:03:17,264 MQTT udi_interface.interface INFO interface:_message: Successfully set h9bfc75ec675d0 :: ST to 0 UOM 2 2023-12-04 03:03:17,730 Command udi_interface.node INFO node:reportDrivers: Updating All Drivers to ISY for Living Room(h9bfc75ec675d0) 2023-12-04 03:03:17,731 Command udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:03:17,731 Command udi_interface INFO Hub:_set_st: setDriver(ST,1) 2023-12-04 03:03:17,731 Command udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:03:17,731 Command udi_interface ERROR udi_interface:write: --- Logging error --- 2023-12-04 03:03:17,731 Command udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 252, in _get_current_activity ca = self.client.get_current_activity() 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: AttributeError: 'NoneType' object has no attribute 'get_current_activity' 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: During handling of the above exception, another exception occurred: 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 1083, in emit msg = self.format(record) 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) 2023-12-04 03:03:17,732 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: TypeError: not all arguments converted during string formatting 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: Call stack: 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 937, in _bootstrap self._bootstrap_inner() 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner self.run() 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 917, in run self._target(*self._args, **self._kwargs) 2023-12-04 03:03:17,733 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 859, in _parseInput self._handleInput(key, input[key], None) 2023-12-04 03:03:17,734 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 1007, in _handleInput self.nodes_internal[item['address']].query() 2023-12-04 03:03:17,734 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 94, in query self._get_current_activity() 2023-12-04 03:03:17,734 Command udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026524_14/nodes/Hub.py", line 258, in _get_current_activity LOGGER.error('client.get_current_activity failed',True) 2023-12-04 03:03:17,734 Command udi_interface ERROR udi_interface:write: Message: 'client.get_current_activity failed' Arguments: (True,) 2023-12-04 03:04:21,912 Thread-1049 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:04:21,913 Thread-1049 udi_interface INFO Hub:_set_st: setDriver(ST,1) 2023-12-04 03:04:21,913 Thread-1049 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:09:21,913 Thread-1055 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:09:21,913 Thread-1055 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 03:14:21,919 Thread-1061 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:14:21,919 Thread-1061 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:19:21,935 Thread-1067 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:19:21,935 Thread-1067 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 03:24:21,936 Thread-1073 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:24:21,936 Thread-1073 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:29:21,941 Thread-1079 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:29:21,941 Thread-1079 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 03:34:21,942 Thread-1085 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:34:21,942 Thread-1085 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:39:21,946 Thread-1091 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:39:21,946 Thread-1091 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 03:44:21,955 Thread-1097 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:44:21,955 Thread-1097 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:49:21,956 Thread-1103 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:49:21,956 Thread-1103 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 03:54:21,957 Thread-1109 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:54:21,957 Thread-1109 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 03:59:21,960 Thread-1115 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 03:59:21,961 Thread-1115 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:04:21,967 Thread-1121 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:04:21,968 Thread-1121 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:09:21,969 Thread-1127 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:09:21,970 Thread-1127 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:14:21,970 Thread-1133 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:14:21,971 Thread-1133 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:19:21,981 Thread-1139 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:19:21,981 Thread-1139 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:24:21,983 Thread-1145 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:24:21,983 Thread-1145 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:29:21,992 Thread-1151 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:29:21,992 Thread-1151 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:34:22,001 Thread-1157 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:34:22,001 Thread-1157 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:39:22,017 Thread-1163 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:39:22,018 Thread-1163 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:44:22,024 Thread-1169 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:44:22,024 Thread-1169 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:49:22,031 Thread-1175 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:49:22,032 Thread-1175 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 04:54:22,033 Thread-1181 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:54:22,033 Thread-1181 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 04:59:22,035 Thread-1187 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 04:59:22,036 Thread-1187 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 05:04:22,044 Thread-1193 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:04:22,044 Thread-1193 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 05:09:22,061 Thread-1199 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:09:22,062 Thread-1199 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 05:14:22,066 Thread-1205 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:14:22,066 Thread-1205 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 05:18:29,475 Command udi_interface ERROR Hub:start_activity: No Client 2023-12-04 05:19:22,076 Thread-1211 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:19:22,076 Thread-1211 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 05:20:23,055 Command udi_interface ERROR Hub:start_activity: No Client 2023-12-04 05:24:22,078 Thread-1217 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:24:22,078 Thread-1217 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 05:29:22,081 Thread-1223 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:29:22,081 Thread-1223 udi_interface INFO Controller:heartbeat: hb=0 2023-12-04 05:34:22,096 Thread-1229 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:34:22,096 Thread-1229 udi_interface INFO Controller:heartbeat: hb=1 2023-12-04 05:39:22,104 Thread-1235 udi_interface INFO Hub:check_client: Client was stopped. clientNone 2023-12-04 05:39:22,105 Thread-1235 udi_interface INFO Controller:heartbeat: hb=0 It just continues to repeat the 'client was stopped' message until I eventually notice and restart the nodeserver. Thanks! Link to comment
bigDvette Posted December 4, 2023 Share Posted December 4, 2023 do you have fixed IP addresses for your Harmony hubs? Link to comment
skunkiechris Posted December 4, 2023 Author Share Posted December 4, 2023 (edited) Yes I do. Edit: Also, it's interesting that it seems to happen after 3AM, when the query runs. Not sure I need that anymore, maybe I'll disable it and see what happens... Edited December 4, 2023 by skunkiechris 1 Link to comment
Jimbo.Automates Posted December 6, 2023 Share Posted December 6, 2023 This is an internal error in the harmony client module I use, which is not really supported anymore, but I'll try to take a look and see if there is a way I can detect and restart when this happens. It'll be difficult since it's not repeatable, and I've never seen or heard if this before. Issue created https://github.com/UniversalDevicesInc-PG3/udi-harmony-poly/issues/38 Link to comment
skunkiechris Posted December 6, 2023 Author Share Posted December 6, 2023 9 hours ago, Jimbo.Automates said: This is an internal error in the harmony client module I use, which is not really supported anymore, but I'll try to take a look and see if there is a way I can detect and restart when this happens. It'll be difficult since it's not repeatable, and I've never seen or heard if this before. Issue created https://github.com/UniversalDevicesInc-PG3/udi-harmony-poly/issues/38 Thanks so much!!! Link to comment
Solution Jimbo.Automates Posted December 19, 2023 Solution Share Posted December 19, 2023 @skunkiechris Release 3.0.9 has an attempt to fix this, please update and let me know if you see it again. Link to comment
skunkiechris Posted December 19, 2023 Author Share Posted December 19, 2023 11 hours ago, Jimbo.Automates said: @skunkiechris Release 3.0.9 has an attempt to fix this, please update and let me know if you see it again. Awesome, I've updated, will let you know, thank you so much!!! Link to comment
skunkiechris Posted December 19, 2023 Author Share Posted December 19, 2023 @Jimbo.Automates Hmmmm, it doesn't seem to work after the update. My hubs.json is still in the config director, I changed nothing....but it doesn't see the Harmony at all. 2023-12-19 15:35:26,909 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2023-12-19 15:35:26,909 MainThread udi_interface INFO __init__:<module>: UDI interface initializing 2023-12-19 15:35:26,909 MainThread udi_interface INFO __init__:<module>: User=0021b9026524_14 2023-12-19 15:35:26,910 MainThread udi_interface INFO __init__:<module>: Home=/var/polyglot/pg3/ns/0021b9026524_14 2023-12-19 15:35:26,910 MainThread udi_interface INFO __init__:<module>: Node Server Path=/var/polyglot/pg3/ns/0021b9026524_14 2023-12-19 15:35:26,910 MainThread udi_interface INFO __init__:<module>: PG3INIT=<redacted> 2023-12-19 15:35:26,910 MainThread udi_interface INFO __init__:<module>: Loading interface module 2023-12-19 15:35:26,955 MainThread udi_interface INFO interface:<module>: Loading MQTT module 2023-12-19 15:35:27,483 MainThread udi_interface INFO interface:<module>: MQTT module loaded 2023-12-19 15:35:27,712 MainThread udi_interface INFO __init__:<module>: Loading udi_interface module 2023-12-19 15:35:27,713 MainThread udi_interface INFO __init__:<module>: Loading node module 2023-12-19 15:35:27,713 MainThread udi_interface INFO __init__:<module>: Loading custom module 2023-12-19 15:35:27,713 MainThread udi_interface INFO __init__:<module>: Loading isy module 2023-12-19 15:35:27,713 MainThread udi_interface INFO __init__:<module>: UDI interface initialized 2023-12-19 15:35:27,714 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.2.6 Starting... 2023-12-19 15:35:27,771 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.2.16 [ISY: 5.7.1, Slot: 14] 2023-12-19 15:35:27,771 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '172.26.18.3', 'netmask': '255.255.255.0', 'broadcast': '172.26.18.255'} 2023-12-19 15:35:27,772 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:8883 2023-12-19 15:35:27,772 MainThread udi_interface.interface INFO interface:updateProfile: Sending Install Profile command to Polyglot. 2023-12-19 15:35:27,772 Interface udi_interface.interface INFO interface:_startMqtt: Using SSL cert: 0021b9026524_14.cert key: 0021b9026524_14.key ca: /usr/local/etc/ssl/certs/ud.ca.cert 2023-12-19 15:35:27,773 MainThread udi_interface INFO Controller:__init__: HarmonyController: Initializing 2023-12-19 15:35:27,773 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: harmonyctrl not found in database. 2023-12-19 15:35:27,773 MainThread udi_interface.interface INFO interface:addNode: Adding node HarmonyHub Controller(harmonyctrl) [None] 2023-12-19 15:35:27,773 MainThread udi_interface.interface INFO interface:setController: Using node "harmonyctrl", driver "ST" for connection status. 2023-12-19 15:35:27,819 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2023-12-19 15:35:27,820 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:21:b9:02:65:24_14 - MID: 2 Result: 0 2023-12-19 15:35:27,861 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 2 - QoS: (0,) 2023-12-19 15:35:27,943 MQTT udi_interface.interface INFO interface:_message: custom data response {'customparamsdoc': ''} 2023-12-19 15:35:27,943 MQTT udi_interface.interface INFO interface:_message: Successfully set key = customparamsdoc 2023-12-19 15:35:28,115 Thread-5 udi_interface.interface WARNING interface:checkProfile: check_profile: Force is enabled. Seems like maybe that warning line is something? Thanks... Link to comment
Jimbo.Automates Posted December 20, 2023 Share Posted December 20, 2023 That warning is fine, shouldn't matter. There is nothing else in the log? Put log in debug and restart the plugin then PM me the log package. Link to comment
skunkiechris Posted December 20, 2023 Author Share Posted December 20, 2023 Okay, so, I did absolutely nothing whatsoever. When I left it the main device in eisy was borked, and all my programs had not specified, no nodes in polyglot. Went away, made dinner, turned on the TV, and everything reacted correctly. Looked at eisy/polyglot, and things are normal. So, I guess disregard the above! Link to comment
Jimbo.Automates Posted December 20, 2023 Share Posted December 20, 2023 That's great, but odd. Anything new in the log?Sent from my Pixel 8 Pro using Tapatalk Link to comment
skunkiechris Posted December 20, 2023 Author Share Posted December 20, 2023 11 hours ago, Jimbo.Automates said: That's great, but odd. Anything new in the log? Sent from my Pixel 8 Pro using Tapatalk Hmmm....I hadn't actually grabbed the log yet when it started working yesterday. I just went to look now and I only see a log from today in the logs directory. I guess logs are deleted on a daily basis? Link to comment
Jimbo.Automates Posted December 20, 2023 Share Posted December 20, 2023 Hmmm....I hadn't actually grabbed the log yet when it started working yesterday. I just went to look now and I only see a log from today in the logs directory. I guess logs are deleted on a daily basis? Yes, they are rolled each day at midnight. They still exist, but can't see them in PG3 UI.Sent from my Pixel 8 Pro using Tapatalk Link to comment
skunkiechris Posted January 21 Author Share Posted January 21 Haven't had the client stopped error a single time since the change....seems to be working!!! Thanks again!! 1 Link to comment
Recommended Posts