ryanleesmith / homebridge-litter-robot-connect

Litter-Robot Connect Homebridge Plugin
MIT License
13 stars 3 forks source link

unable to connect litter robot 3 #25

Open SlothTheHero opened 1 year ago

SlothTheHero commented 1 year ago

Entered the correct credentials and I was met with this in the log:

[8/24/2023, 4:22:51 PM] [homebridge-litter-robot-connect] Error calling auth endpoint: Request failed with status code 403 [8/24/2023, 4:22:51 PM] [homebridge-litter-robot-connect] Error syncing Litter-Robot Connect: Authentication failed!

anyone know how to fix?

DavidOrson commented 1 year ago

I'm having the same problem. following for answer.

Kohberger commented 1 year ago

same issue here

Damianscot commented 1 year ago

same issue here I've uninstalled dozens of times but it always gives same error 403... I even tried changing my password but it will not get past error, help?

afridorian commented 11 months ago

Same issue. Unfortunately looking at the change log, I don’t think this dev is working on the plugin anymore.

Damianscot commented 11 months ago

So annoying!!!!

odedDilmoni commented 10 months ago

Same issue here, Has anyone found a solution?

T4Viral commented 2 months ago

same issue here...any fixes ?

Falven commented 2 months ago

Probably the client id/secret are expired, not sure where @ryanleesmith got these though.

ryanleesmith commented 2 months ago

Sorry folks, I don't use mine anymore. I stumbled on the creds from someone else's plugin (not Homebridge) who reverse engineered the API/requests. AFAIK Litter-Robot never officially supported an API. I can open up the repo...I likely won't be able to support it further.

Falven commented 2 months ago

Sorry folks, I don't use mine anymore. I stumbled on the creds from someone else's plugin (not Homebridge) who reverse engineered the API/requests. AFAIK Litter-Robot never officially supported an API. I can open up the repo...I likely won't be able to support it further.

@ryanleesmith Thank you for your input. I can help in supporting... there are plenty of frameworks out there leveraging the litter-robot apis. Here's one for homeassistants. It will probably still work just swapping the api keys and ensuring the request schemas still match. I'll take a look soon.