wallneradam / tc420

Python Library and CLI for TC420 (USB) LED Controller / Dimmer
GNU General Public License v3.0
22 stars 8 forks source link

Group' object has no attribute 'resultcallback' #18

Open git-madresc opened 6 months ago

git-madresc commented 6 months ago

Got a "AttributeError: 'Group' object has no attribute 'resultcallback'. Did you mean: 'result_callback'?" on a Python 3.11.2 (Raspian Bookworm). Changing line 304 as suggested fixed this.

schwabix-1311 commented 3 months ago

This is fixed by PR #11. Unfortunately Adam seems to no longer maintain this code.

To make this and other fixes available I created a fork https://github.com/schwabix-1311/tc420 to add all new stuff there. My fork includes all PRs found here, namely