landolfi Posted October 5, 2023 Posted October 5, 2023 Hi, Setting up Blink node server after a system crash that wiped out all my configurations. I know the username and password are correct, but no nodes show up. The log in Debug mode only shows the following. I assume if there were an authentication issue we would see it here? 2023-10-04 19:34:38,802 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:34:38,804 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:34:38,806 Thread-25 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:35:38,834 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:35:38,836 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:35:38,838 Thread-26 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:36:38,835 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:36:38,837 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:36:38,839 Thread-27 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:37:38,838 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:37:38,838 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:37:38,839 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:37:38,839 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:37:38,841 Thread-28 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:37:38,841 Thread-28 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:38:38,840 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:38:38,840 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-10-04 19:38:38,842 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:38:38,842 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-10-04 19:38:38,843 Thread-29 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added 2023-10-04 19:38:38,843 Thread-29 udi_interface INFO udiBlinkController:systemPoll: System Poll - Waiting for all nodes to be added
bpwwer Posted October 5, 2023 Posted October 5, 2023 We would need to see the beginning of the log where the node server starts, queries for devices and tries to create nodes for those devices.
landolfi Posted October 5, 2023 Author Posted October 5, 2023 Here's the entire log in debug mode with sanitized credentials. Blink_10-5-2023_90003-AM.zip
bpwwer Posted October 6, 2023 Posted October 6, 2023 I don't know anything about how the node server works but this seems like the problem: Blink Start Exception: There is no current event loop in thread 'Thread-6'. Perhaps the author, @Panda88 can diagnose why that's happening. 1
landolfi Posted October 6, 2023 Author Posted October 6, 2023 Thanks, Bob. It was working before the crash and I don’t think the version has changed but I did just reinstall it so maybe it’s a setup issue.
landolfi Posted October 7, 2023 Author Posted October 7, 2023 Hi @Panda88, can you please take a look at the logs above from my Blink NS setup and tell me if there's anything I need to do?
Panda88 Posted October 9, 2023 Posted October 9, 2023 I'll take a look tomorrow and see if I can see something
Recommended Posts