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
I had to format my Mac so I've reinstalled the tool from scratch. Something related to bscpylgtv broke as it's not accepting the majority of the commands, basically the script sends the command, but it fails:
orix@OrixMini ~ % ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 screen_off
Traceback (most recent call last):
File "/private/var/folders/l7/qqxmqd5170nfkmjpgpzjx6cc0000gn/T/tmp.2qwVc3ZXId/venv/bin/bscpylgtvcommand.py", line 8, in
File "bscpylgtv/utils.py", line 111, in bscpylgtvcommand
File "asyncio/runners.py", line 194, in run
File "asyncio/runners.py", line 118, in run
File "asyncio/base_events.py", line 721, in run_until_complete
File "bscpylgtv/utils.py", line 18, in runloop
AttributeError: 'WebOsClient' object has no attribute 'screen_off'
[PYI-5003:ERROR] Failed to execute script 'bscpylgtvcommand' due to unhandled exception!
First command is directly from the terminal. Yes IP address is correct. I did try to reinstall but with no success. Another thing you should know, volume up and volume down commands work just fine.
Hello,
I had to format my Mac so I've reinstalled the tool from scratch. Something related to bscpylgtv broke as it's not accepting the majority of the commands, basically the script sends the command, but it fails:
orix@OrixMini ~ % ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 screen_off
Traceback (most recent call last):
File "/private/var/folders/l7/qqxmqd5170nfkmjpgpzjx6cc0000gn/T/tmp.2qwVc3ZXId/venv/bin/bscpylgtvcommand.py", line 8, in
File "bscpylgtv/utils.py", line 111, in bscpylgtvcommand
File "asyncio/runners.py", line 194, in run
File "asyncio/runners.py", line 118, in run
File "asyncio/base_events.py", line 721, in run_until_complete
File "bscpylgtv/utils.py", line 18, in runloop
AttributeError: 'WebOsClient' object has no attribute 'screen_off'
[PYI-5003:ERROR] Failed to execute script 'bscpylgtvcommand' due to unhandled exception!
2025-01-22 13:14:17: Executing command: ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 turn_screen_on
2025-01-22 13:14:18: Command failed or timed out (exit code: 1): ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 turn_screen_on
2025-01-22 13:13:53: Executing command: ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 screen_off
2025-01-22 13:13:53: Command failed or timed out (exit code: 1): ~/bin/bscpylgtvcommand -p ~/.aiopylgtv.sqlite 192.168.1.90 screen_off
Thanks for your work cmer =)
The text was updated successfully, but these errors were encountered: