-
Notifications
You must be signed in to change notification settings - Fork 6
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
"Unexpected error" #11
Comments
I have the same error also in the greek provider Cosmote. The router is Smart3 with firmware version 02.10.16 |
I don't think so because remote management needs a custom port to be defined but there is no option to select a port to the intergration.Hopefully Andre will come back to this. |
Same problem here. |
I'm getting the same error in the logs. Router: Speedport Smart 3 |
Same here Router: Speedport Smart 3 |
Hey, please check if you have a different value for For me and many other it looks like this: var keyArrayDefault = "cdc0cac1280b516e674f0057e4929bca84447cca8425007e33a88a5cf598a190"; so I use it as a static value. |
@Andre0512
|
I’ve checked the values and they are in both functions the same values like yours |
Any progress on this matter? I get the same error trying to connect to the Greek version of the Smart 3, fw version 02.10.34. This error originated from a custom integration. Logger: custom_components.speedport.config_flow Unexpected exception The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Have a good day and a happy new year.
Trying to connect to Greek version of smart 3 always get error "Unexpected error"
Router ip is on 192.168.3.* and the rest of my network setup including home assistant is on 192.168.1.* so I don't know if this could explain the problem.
Here is the log.
`This error originated from a custom integration.
Logger: custom_components.speedport.config_flow
Source: custom_components/speedport/config_flow.py:64
Integration: Speedport (documentation, issues)
First occurred: 00:51:55 (9 occurrences)
Last logged: 09:30:58
Unexpected exception
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/speedport/connection.py", line 21, in decode
ciphertext_tag = bytes.fromhex(data)
^^^^^^^^^^^^^^^^^^^
ValueError: non-hexadecimal number found in fromhex() arg at position 0
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/speedport/config_flow.py", line 64, in async_step_user
info = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/speedport/config_flow.py", line 31, in validate_input
speedport = await Speedport(
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/speedport/speedport.py", line 60, in create
await self.update_status()
File "/usr/local/lib/python3.11/site-packages/speedport/speedport.py", line 118, in update_status
self._status = await self.api.get_status()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/speedport/api.py", line 116, in get_status
return await self.api.get("data/Status.json")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/speedport/connection.py", line 97, in get
return decode(await response.text(), key=key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/speedport/connection.py", line 23, in decode
raise exceptions.DecryptionKeyError("Wrong decryption key") from exc
speedport.exceptions.DecryptionKeyError: Wrong decryption key
`
Thank you for your time
The text was updated successfully, but these errors were encountered: