You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I found the tc420 library and wanted to try it out. I want to be able to controle my aquariumlights from my linux-laptop and was therefor hopefull.
After installing it in a venv (as instructed on running pip install tc420) I get this error:
~/.venv/bin/tc420 --help
Traceback (most recent call last):
File "/home/arnold/.venv/bin/tc420", line 5, in
from tc420.main import main
File "/home/arnold/.venv/lib/python3.12/site-packages/tc420/main.py", line 286, in
@cmd_group.resultcallback()
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Group' object has no attribute 'resultcallback'. Did you mean: 'result_callback'?
What is causing this and how can I fix it or get round it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Today I found the tc420 library and wanted to try it out. I want to be able to controle my aquariumlights from my linux-laptop and was therefor hopefull.
After installing it in a venv (as instructed on running pip install tc420) I get this error:
~/.venv/bin/tc420 --help
Traceback (most recent call last):
File "/home/arnold/.venv/bin/tc420", line 5, in
from tc420.main import main
File "/home/arnold/.venv/lib/python3.12/site-packages/tc420/main.py", line 286, in
@cmd_group.resultcallback()
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Group' object has no attribute 'resultcallback'. Did you mean: 'result_callback'?
What is causing this and how can I fix it or get round it?
Beta Was this translation helpful? Give feedback.
All reactions