Adam Kapos
Adam Kapos
Yes, the scripts work from iOS widgets (although I did not use them previously). The invalid auth error appears every couple of days and using widgets did not trigger it.
My widgets stopped working the day after I set them up (I get a notification that it was executed, but it wasn't really). However, there are no authentication errors coming...
Still happening: ``` 2025-01-28 09:41:02.556 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: '/api/websocket'. (Home Assistant/2025.1 (io.robbie.HomeAssistant; build:2025.1073; iOS 18.2.1)) ```
Yes, I switched from TestFlight to the regular version to see if it helps.
The websocket one is still happening for me: ``` 2025-03-07 21:44:14.261 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from localhost (127.0.0.1). Requested URL: '/api/websocket'. (Home Assistant/2025.2 (io.robbie.HomeAssistant;...
@ludeeus What information is missing?
I see that there is a fallback to downloading the individual files. I'll try to debug why that does not give us the latest files.
Here are the debug logs: ``` 2024-10-18 15:58:08.161 DEBUG (MainThread) [custom_components.hacs] Getting hacs.json for version=bab166b 2024-10-18 15:58:08.162 DEBUG (MainThread) [custom_components.hacs] Trying to download https://raw.githubusercontent.com/Nezz/eight_sleep/bab166b/hacs.json 2024-10-18 15:58:08.217 INFO (MainThread) [custom_components.hacs] Starting...
Another, possibly more reliable solution is to use the commit hash to retrieve the files instead of the branch: https://raw.githubusercontent.com/Nezz/eight_sleep/2b3b799/custom_components/eight_sleep/pyEight/user.py This way when HACS tells me that commit X will...
Yes, it's not a typical use-case :) By the way, I'm not sure if it's a timing thing or a change from GitHub, but the zipball from yesterday is still...