Closed Igetin closed 1 year ago
i got it fixed by replacing from inspect import getargspec
to from inspect import getfullargspec
in python3.11/dist-packages/LGTV/init.py and replace getargspec with getfullargspec in args = getfullargspec(LGTVRemote.__dict__[c])
and args = getfullargspec(LGTVRemote.__dict__[command])
A patch was submitted for this and the issue is fixed.
Running the program on Python 3.11 gives the following output: