jdeath / Roblox-Homeassistant

Roblox Sensor For Homeassistant
2 stars 1 forks source link

stops working after some time #5

Open Ragnarre opened 1 month ago

Ragnarre commented 1 month ago

user status goes "unknown" and loses avatar picture at least once in a day, home assistant restart brings back real status. settings are default, even update interval is 2 minutes. what could cause that?

jdeath commented 1 month ago

I had same behavior too, after seeing your issue. Maybe the API changed or got rate limited. I will keep watching it.

Ragnarre commented 1 month ago

Is there any workaround to restart this component without needing to restart homeassistant?

jdeath commented 1 month ago

I think their API has some issues causing the integration to fail. My integration is pretty basic and has limited error checking.

The update function has a try/except, so it should not die. Each update does a fresh login. I am not sure why it does not recover. Will require someone more experienced than me to figure out.