kdschlosser / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
154 stars 33 forks source link

TypeError: __init__() got an unexpected keyword argument 'quiet' #50

Closed mikelitka closed 5 years ago

mikelitka commented 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.

kdschlosser commented 5 years ago

this issue should be resolved

mikelitka commented 5 years ago

Yep. Pulled again and there was an update. Appreciate the quick response.