Ich habe mit der neuen Version leider ein Bug im Log:
Hat wohl auch irgendwas mit dem Admin-Interface zu tun. Es ist mitunter auch sehr langsam beim laden.
Code:
2022-11-24 19:01:11 ERROR modules.websocket smartVISU_protocol_v4 exception: Client RYZEN.fritz.box (192.168.1.10:59376), shngAdmin v0.6.0, Firefox 107 - received 1005 (no status code [internal]); then sent 1005 (no status code [internal]) 2022-11-24 19:01:17 ERROR shpypi.get_releasedata Method shpypi.get_releasedata exception: 'NoneType' object has no attribute 'split' > Traceback (most recent call last): > File "/usr/local/smarthome/lib/scheduler.py", line 657, in _task > obj() > File "/usr/local/smarthome/lib/shpypi.py", line 751, in lookup_pypi_releasedata > self.check_package_version_data(package) > File "/usr/local/smarthome/lib/shpypi.py", line 769, in check_package_version_data > max_met = self._compare_versions(inst_vers, max, '<=') > File "/usr/local/smarthome/lib/shpypi.py", line 1025, in _compare_versions > v2 = self._version_to_list(vers2) > File "/usr/local/smarthome/lib/shpypi.py", line 1049, in _version_to_list > vsplit = vers.split('.') > AttributeError: 'NoneType' object has no attribute 'split'
Kommentar