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
network_rx
`
Reproducability:
I've seen this error on with previous firmware QTS 4.4.1.1146 build 20191206 and now, after update to most recent with QTS 4.4.1.1216 build 20200214.
Trackback 2020-02-19 14:56:47 ERROR (SyncWorker_4) [homeassistant.components.qnap.sensor] Failed to fetch QNAP stats from the NAS Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/qnap/sensor.py", line 191, in update self.data["system_stats"] = self._api.get_system_stats() File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 207, in get_system_stats force_list=("DNS_LIST") File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 67, in _get_url self._init_session() File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 49, in _init_session if self._login() is False: File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 57, in _login result = self._execute_post_url("authLogin.cgi", data, False) File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 98, in _execute_post_url return self._handle_response(resp, **kwargs) File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 110, in _handle_response data = xmltodict.parse(resp.content, force_list=force_list)['QDocRoot'] File "/usr/local/lib/python3.7/site-packages/xmltodict.py", line 173, in parse handler = _DictSAXHandler(*args, **kwargs)
The text was updated successfully, but these errors were encountered:
Home Assistant release (hass --version):
0.105.5
Python release (python3 --version):
Python 3.7.6
Component/platform:
QNAP
Description of problem:
Failed to fetch QNAP stats from the NAS
Expected:
no errors
Problem-relevant configuration.yaml entries and steps to reproduce:
`
host: 192.168.244.20
port: 446
ssl: true
verify_ssl: false
username: !secret qnap_username
password: !secret qnap_password
monitored_conditions:
`
Reproducability:
I've seen this error on with previous firmware QTS 4.4.1.1146 build 20191206 and now, after update to most recent with QTS 4.4.1.1216 build 20200214.
Trackback
2020-02-19 14:56:47 ERROR (SyncWorker_4) [homeassistant.components.qnap.sensor] Failed to fetch QNAP stats from the NAS Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/qnap/sensor.py", line 191, in update self.data["system_stats"] = self._api.get_system_stats() File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 207, in get_system_stats force_list=("DNS_LIST") File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 67, in _get_url self._init_session() File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 49, in _init_session if self._login() is False: File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 57, in _login result = self._execute_post_url("authLogin.cgi", data, False) File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 98, in _execute_post_url return self._handle_response(resp, **kwargs) File "/usr/local/lib/python3.7/site-packages/qnapstats/qnap_stats.py", line 110, in _handle_response data = xmltodict.parse(resp.content, force_list=force_list)['QDocRoot'] File "/usr/local/lib/python3.7/site-packages/xmltodict.py", line 173, in parse handler = _DictSAXHandler(*args, **kwargs)
The text was updated successfully, but these errors were encountered: