Closed mikelitka closed 5 years ago
Any ideas on this error?
[root@homeassistant bin]# ./samsungctl --version samsungctl 0.8.0b [root@homeassistant bin]# ./samsungctl --host 10.99.1.173 --method websockets --port 8002 KEY_VOLUP Traceback (most recent call last): File "./samsungctl", line 11, in load_entry_point('samsungctl==0.8.0b0', 'console_scripts', 'samsungctl')() File "/common/apps/homeassistant/lib/python3.6/site-packages/samsungctl-0.8.0b0-py3.6.egg/samsungctl/main.py", line 247, in main config = Config(**config) TypeError: init() got an unexpected keyword argument 'quiet'
Running this on a host that also has homeassistant installed.
this issue should be resolved
Yep. Pulled again and there was an update. Appreciate the quick response.
Any ideas on this error?
[root@homeassistant bin]# ./samsungctl --version samsungctl 0.8.0b [root@homeassistant bin]# ./samsungctl --host 10.99.1.173 --method websockets --port 8002 KEY_VOLUP Traceback (most recent call last): File "./samsungctl", line 11, in
load_entry_point('samsungctl==0.8.0b0', 'console_scripts', 'samsungctl')()
File "/common/apps/homeassistant/lib/python3.6/site-packages/samsungctl-0.8.0b0-py3.6.egg/samsungctl/main.py", line 247, in main
config = Config(**config)
TypeError: init() got an unexpected keyword argument 'quiet'
Running this on a host that also has homeassistant installed.