ERROR (MainThread) [homeassistant.components.upnp] Unexpected error fetching NETGEAR V7610 data: invalid literal for int() with base 10: ''

im trying to get my UPnP working
So I went to the modem to adjust the 3 UPnP settings it has:

  1. [ Turn UPnP On ](javascript:loadhelp(’_upnp’,‘turnon’))
  2. [ Advertisement Period ](javascript:loadhelp(’_upnp’,‘adv’))(in minutes)
  3. [ Advertisement Time to Live ](javascript:loadhelp(’_upnp’,‘live’))(in hops)

So far I have not found a solution, so here I am, hat in hand, humbly asking if theres someone out there that can help me solve this problem, below is the log, containing the error message:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 144, in async_refresh
self.data = await self._async_update_data()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 132, in _async_update_data
return await self.update_method()
File “/usr/src/homeassistant/homeassistant/components/upnp/device.py”, line 128, in async_get_traffic_data
values = await asyncio.gather(
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/profiles/igd.py”, line 89, in async_get_total_bytes_received
result = await action.async_call()
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 523, in async_call
response_args = self.parse_response(self.service.service_type,
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 577, in parse_response
return self._parse_response_args(service_type, xml)
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 601, in _parse_response_args
arg.upnp_value = unescape(arg_xml.text or ‘’)
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 414, in upnp_value
self._value = self.coerce_python(upnp_value)
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 418, in coerce_python
return self.related_state_variable.coerce_python(upnp_value)
File “/usr/local/lib/python3.8/site-packages/async_upnp_client/client.py”, line 770, in coerce_python
return coercer(upnp_value)
ValueError: invalid literal for int() with base 10: ‘’
2020-12-20 10:02:59 ERROR (MainThread) [homeassistant.components.upnp] Unexpected error fetching NETGEAR V7610 data: invalid literal for int() with base 10: ‘’

Unexpected error fetching Wireless Router Archer C7 data: invalid literal for int() with base 10: '41 Days, 23:01:29'

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 187, in _async_refresh
    self.data = await self._async_update_data()
  File "/usr/src/homeassistant/homeassistant/components/upnp/__init__.py", line 209, in _async_update_data
    update_values = await asyncio.gather(
  File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 165, in async_get_status
    values = await asyncio.gather(
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/profiles/igd.py", line 406, in async_get_status_info
    result = await action.async_call()
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 547, in async_call
    response_args = self.parse_response(
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 612, in parse_response
    return self._parse_response_args(service_type, xml)
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 648, in _parse_response_args
    arg.upnp_value = arg_xml.text or ""
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 430, in upnp_value
    self._value = self.coerce_python(upnp_value)
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 434, in coerce_python
    return self.related_state_variable.coerce_python(upnp_value)
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 813, in coerce_python
    return coercer(upnp_value)
ValueError: invalid literal for int() with base 10: '41 Days, 23:00:29'