Unexpected error fetching openwrt data: can only concatenate str (not "int") to str
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/openwrt/__init__.py", line 127, in _async_update_data
openwrtinfodata = await self._fetcher._get_openwrt_version(sysauth)
File "/config/custom_components/openwrt/data_fetcher.py", line 194, in _get_openwrt_version
"Cookie": "sysauth=" + sysauth
TypeError: can only concatenate str (not "int") to str
你看看