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

Unable to retrieve session_id #11

Closed
michalrentka opened this issue Nov 3, 2023 · 7 comments
Closed

Unable to retrieve session_id #11

michalrentka opened this issue Nov 3, 2023 · 7 comments

Comments

@michalrentka
Copy link

Hi,

Jablotron Cloud has been working fine for me for a while now, but today this issue showed up out of nowhere:

2023-11-03 20:04:27.480 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Jablotron Cloud' for jablotron_cloud integration not ready yet: Unable to retrieve session_id.; Retrying in background
2023-11-03 20:04:32.648 ERROR (MainThread) [custom_components.jablotron_cloud] Unexpected error fetching Jablotron data: Unable to retrieve session_id.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/jablotron_cloud/__init__.py", line 91, in _async_update_data
self.session_id = await self.hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/jablotronpy/jablotronpy.py", line 96, in get_session_id
raise UnexpectedResponse("Unable to retrieve session_id.")
jablotronpy.jablotronpy.UnexpectedResponse: Unable to retrieve session_id.

Is this rate limiting by Jablotron or something else?

@Pigotka
Copy link
Owner

Pigotka commented Nov 3, 2023 via email

@michalrentka
Copy link
Author

michalrentka commented Nov 3, 2023

As mentioned in another issue today. Jablotron issued new terms of condition. You need to manually accept them in your jablotron cloud using web browser.

On Fri, Nov 3, 2023, 20:19 Michal Rentka @.***> wrote: Hi, Jablotron Cloud has been working fine for me for a while now, but today this issue showed up out of nowhere: 2023-11-03 20:04:27.480 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Jablotron Cloud' for jablotron_cloud integration not ready yet: Unable to retrieve session_id.; Retrying in background 2023-11-03 20:04:32.648 ERROR (MainThread) [custom_components.jablotron_cloud] Unexpected error fetching Jablotron data: Unable to retrieve session_id. Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/jablotron_cloud/init.py", line 91, in _async_update_data self.session_id = await self.hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(self.args, self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/jablotronpy/jablotronpy.py", line 96, in get_session_id raise UnexpectedResponse("Unable to retrieve session_id.") jablotronpy.jablotronpy.UnexpectedResponse: Unable to retrieve session_id. Is this rate limiting by Jablotron or something else? — Reply to this email directly, view it on GitHub <#11>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXWPQSNNYVX4NMC67LFTU3YCU7SVAVCNFSM6AAAAAA644AM2WVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TMNZZGU3DCNA . You are receiving this because you are subscribed to this thread.Message ID: @.>

@Pigotka I tried checking jablonet.net before posting this issue and I'm checking now, but nothing popped up for me. I don't see anything to accept anywhere.

Edit: I tried removing existing integration, restarting HA and re-adding the integration, now I get Invalid authentication when trying to set initial email, password and PIN. I don't see TOS update on web or app.

@d4v1d282
Copy link

d4v1d282 commented Nov 3, 2023

Hi. I have this error too. Exactly same issue as you described in edit.

@Karel311
Copy link

Karel311 commented Nov 4, 2023

just installed this custom component 1h ago for the first time (0.5.1) but getting the "invalid authentication" error too.

@MrMess81
Copy link

MrMess81 commented Nov 4, 2023

same problem for me.
invalid authentication.
I tried the same account from a mobile and it works perfectly.

@Pigotka
Copy link
Owner

Pigotka commented Nov 4, 2023 via email

@Pigotka
Copy link
Owner

Pigotka commented Nov 6, 2023

New version released.

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

5 participants