Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in Purge #36

Open
jimboca opened this issue Nov 25, 2023 · 0 comments
Open

Crash in Purge #36

jimboca opened this issue Nov 25, 2023 · 0 comments
Assignees

Comments

@jimboca
Copy link
Collaborator

jimboca commented Nov 25, 2023

2023-11-25 10:30:56,006 Command    udi_interface      WARNING  Controller:purge:  Deleting Activity for "Media Room Hub" that is no longer used a45241859 "Watch Fire TV"
2023-11-25 10:30:56,006 Command    udi_interface.custom INFO     custom:_save: Sending data notices to Polyglot.
2023-11-25 10:30:56,006 Command    udi_interface.interface ERROR    interface:_handleInput: _parseInput: failed harmonyctrl.runCmd(PURGE_EXECUTE) 'Controller' object has no attribute 'controller'
Traceback (most recent call last):
  File "/var/polyglot/pg3/ns/0021b902628f_12/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 960, in _handleInput
    self.nodes_internal[item['address']].runCmd(item)
  File "/var/polyglot/pg3/ns/0021b902628f_12/.local/lib/python3.9/site-packages/udi_interface/node.py", line 172, in runCmd
    fun(self, command)
  File "/var/polyglot/pg3/ns/0021b902628f_12/nodes/Controller.py", line 642, in _cmd_purge_execute
    self.purge(do_delete=True)
  File "/var/polyglot/pg3/ns/0021b902628f_12/nodes/Controller.py", line 499, in purge
    self.controller.poly.delNode(address)
AttributeError: 'Controller' object has no attribute 'controller'
@jimboca jimboca self-assigned this Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant