Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FritzTools UPnPError 820 #131177

Open
robyevolution opened this issue Nov 21, 2024 · 0 comments
Open

FritzTools UPnPError 820 #131177

robyevolution opened this issue Nov 21, 2024 · 0 comments

Comments

@robyevolution
Copy link

The problem

Hi, I'm having problems with the fritz integration, it worked for a long time without problems, suddenly this error came out and it no longer allows me to integrate the fritz 6890, I haven't changed any settings in the router and in homeassistant, the integration works correctly with other Fritzes present in other homes, I tried to restart the router several times, disable and re-enable UPNP and TR-064 without success.
In the router events I read:
Access by an app with unknown registration name from IP address [IP address] failed.
The login details are correct and I have tried several times, I also created a new user but the same error always comes out, how can I resolve it?

What version of Home Assistant Core has the issue?

2024.11.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

FritzBoxTools

Link to integration documentation on our website

No response

Diagnostics information

File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 269, in async_step_user
if not (error := await self.async_fritz_tools_init()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 79, in async_fritz_tools_init
return await self.hass.async_add_executor_job(self.fritz_tools_init)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/components/fritz/config_flow.py", line 102, in fritz_tools_init
self._model = connection.call_action("DeviceInfo:1", "GetInfo")["NewModelName"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/fritzconnection.py", line 456, in call_action
return self.soaper.execute(service, action_name, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 286, in execute
return handle_response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 268, in handle_response
raise_fritzconnection_error(response)
File "/srv/homeassistant/lib/python3.12/site-packages/fritzconnection/core/soaper.py", line 191, in raise_fritzconnection_error
raise exception(message)
fritzconnection.core.exceptions.FritzInternalError: UPnPError:
errorCode: 820

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant