tonesto7 / fordpass-scriptable

FordPass Widget for Scriptable
GNU General Public License v3.0
166 stars 27 forks source link

Widget stopped working #111

Open Njchris68 opened 2 years ago

Njchris68 commented 2 years ago

Widget stopped working tried a new install but no luck.

3EAD31DE-BF9B-4380-863E-1958A0DDF30A

MBCook commented 2 years ago

I’ve noticed this as well. It seems it hasn’t been able to actually update the data from the vehicle for two days.

MayorVaughn commented 2 years ago

I am also experiencing this behavior. Followed same steps as you. No data update for a few days, tried to delete and reinstall, stuck in the menu loop now. Has anyone found a solution?

shadowmite commented 2 years ago

Agreed, my widget has completely stopped functioning in the last couple days.

christophermp commented 2 years ago

Ford has pulled the plug. The current way to get a Auth token has been changed. 😒 Let's hope a new way is found soon.

MBCook commented 2 years ago

Shoot I was afraid that was the case.

kevcody commented 2 years ago

FWIW, this also affected the Home Assistant Fordpass app… they updated it yesterday and data is flowing again :)

https://github.com/itchannel/fordpass-ha/tree/1.34

image
kevcody commented 2 years ago

@tonesto7 here is the OAUTH flow that seems to be working for the Home Assistant Ford Pass app >> https://github.com/itchannel/fordpass-ha/blob/1.34/custom_components/fordpass/config_flow.py

kayyovx commented 2 years ago

Having the same issue, slightly over 6 days it's stopped working for me.

renho17 commented 2 years ago

Same for me. When’s selecting widget color it errors out.

tonesto7 commented 2 years ago

Ford locked down the authentication side of things. I have a fix coming as soon as I can finish working on it.

tonesto7 commented 2 years ago

@tonesto7 here is the OAUTH flow that seems to be working for the Home Assistant Ford Pass app >> https://github.com/itchannel/fordpass-ha/blob/1.34/custom_components/fordpass/config_flow.py

Thanks. I helped to figure it out with those guys. The issue is the limitations in the Scriptable JavaScript environment.

renho17 commented 2 years ago

Ok thanks bro

               Ren Reynolds
                  IT Support
               707-541-8003

On Jul 3, 2022, at 10:46 AM, tonesto7 @.***> wrote:

 Ford locked down the authentication side of things. I have a fix coming as soon as I can finish working on it.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

Berg0987 commented 2 years ago

Great work on this widget. Heads up - you may want to add some code that limits how many calls the script makes to the FordPass API (something gets caught in a loop and makes excessive calls) I have seen other great projects blocked when they see too many calls in a very short period of time- sets off their scanners.

banolt commented 2 years ago

Yea man, great job on this widget. Now that it doesn’t work I realise how often i use it . Keep up the amazing work !

renho17 commented 2 years ago

@tonesto7 here is the OAUTH flow that seems to be working for the Home Assistant Ford Pass app >> https://github.com/itchannel/fordpass-ha/blob/1.34/custom_components/fordpass/config_flow.py

Thanks. I helped to figure it out with those guys. The issue is the limitations in the Scriptable JavaScript environment.

So does this mean it is fixed now?

christophermp commented 2 years ago

@tonesto7 here is the OAUTH flow that seems to be working for the Home Assistant Ford Pass app >> https://github.com/itchannel/fordpass-ha/blob/1.34/custom_components/fordpass/config_flow.py

Thanks. I helped to figure it out with those guys. The issue is the limitations in the Scriptable JavaScript environment.

So does this mean it is fixed now?

Yea, it works again now.

renho17 commented 2 years ago

@tonesto7 here is the OAUTH flow that seems to be working for the Home Assistant Ford Pass app >> https://github.com/itchannel/fordpass-ha/blob/1.34/custom_components/fordpass/config_flow.py

Thanks. I helped to figure it out with those guys. The issue is the limitations in the Scriptable JavaScript environment.

So does this mean it is fixed now?

Yea, it works again now.

Sweet