Closed jampez77 closed 3 years ago
Same issue on my side.
Same issue here; I'm still on core-2021.3.4 and haven't upgraded yet. Reinstalled, also deleted and reinstalled but no difference. For me this started happening after a restart last night. I wrote it off, thinking it may have been a temporary issue with the site but it's persisting. No issues logging in from web or any of my devices to OG.
Same error message as @jampez77, Could not find find session cookie.
2021-04-08 11:10:42 ERROR (MainThread) [homeassistant.setup] Error during setup of component ourgroceries
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/config/custom_components/ourgroceries/__init__.py", line 66, in async_setup
await og.login()
File "/usr/local/lib/python3.8/site-packages/ourgroceries/__init__.py", line 78, in login
await self._get_session_cookie()
File "/usr/local/lib/python3.8/site-packages/ourgroceries/__init__.py", line 98, in _get_session_cookie
raise InvalidLoginException('Could not find session cookie')
ourgroceries.exceptions.InvalidLoginException: Could not find session cookie
version | core-2021.3.4 |
---|---|
installation_type | Home Assistant OS |
dev | false |
hassio | true |
docker | true |
virtualenv | false |
python_version | 3.8.7 |
os_name | Linux |
os_version | 5.4.109 |
arch | x86_64 |
timezone | America/New_York |
so unfortunately, our groceries also redesigned their site breaking the python library. the python library is an unofficial api. ill let you know when i have a fix
fixed in v1.3.8
Wow, that was faster than expected!! Thanks buddy!
EDIT: Solved my problems. Thanks once again for your quick response; I use this component more than I use the WebUI and I really appreciate it.
Just bought you a couple of coffees; wish I could afford more!
And today it happened once again..
”Our groceries - Could not find coocie session”
Any ideas how to fix this?
Version of the custom_component
1.3.6
Configuration
Describe the bug
This morning OG will not work with HA. I upgraded from
core-2021.3.4
tocore-2021.4.0
and immediately recieved the following error.I tried to revert back to last known working back up but the problem still persists.
Debug log