Page 1 of 1

File "plugin.py", line 909, in updateIpAddress KeyError

PostPosted: Wed May 24, 2023 11:48 am
by Different Computers
My Dream Machine decided independently of me to completely wipe itself and lose all my configuration details, including every fixed IP.

Two of my three Indigo nanoleaf devices, an Aurora and a Canvas, updated correctly by editing the IP address. No new token even needed.

But the third, another Aurora, gives me this:
Code: Select all
   Nanoleaf Error                  Error in plugin execution UiAction:

Traceback (most recent call last):
  File "plugin.py", line 909, in updateIpAddress
KeyError: (u'81:RE:DA:CT:DF:10',)


Ideas on how to proceed?

Re: File "plugin.py", line 909, in updateIpAddress KeyError

PostPosted: Thu May 25, 2023 2:53 am
by autolog
What version of the plugin are you running?

The Key should be a MAC address but the one shown in the error is invalid.

MAC addresses are hexadecimal and can only have the values 0-9, A-F.
So the RE and CT elements are invalid i.e. the R and T.

So looks like something has gone wrong with the stored MAC address.

Re: File "plugin.py", line 909, in updateIpAddress KeyError

PostPosted: Thu May 25, 2023 6:50 pm
by Different Computers
I'm running v.1.4

please notice that the changed Mac address details spell REDACT.

Also, I know which device is not working correctly. The problem is I don't know how to get it working correctly.


AAAAND never mind. Suddenly, when I tried it just now, it worked. I got nuthin.