Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget stopped working #111

Open
Njchris68 opened this issue Jun 29, 2022 · 17 comments
Open

Widget stopped working #111

Njchris68 opened this issue Jun 29, 2022 · 17 comments

Comments

@Njchris68
Copy link

Widget stopped working tried a new install but no luck.

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

@MBCook
Copy link

MBCook commented Jun 30, 2022

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
Copy link

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
Copy link

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

@christophermp
Copy link

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
Copy link

MBCook commented Jun 30, 2022

Shoot I was afraid that was the case.

@kevcody
Copy link

kevcody commented Jun 30, 2022

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
Copy link

kevcody commented Jun 30, 2022

@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
Copy link

kayyovx commented Jul 3, 2022

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

@renho17
Copy link

renho17 commented Jul 3, 2022

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

@tonesto7
Copy link
Owner

tonesto7 commented Jul 3, 2022

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

@tonesto7
Copy link
Owner

tonesto7 commented Jul 3, 2022

@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
Copy link

renho17 commented Jul 3, 2022 via email

@Berg0987
Copy link

Berg0987 commented Jul 4, 2022

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
Copy link

banolt commented Jul 4, 2022

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
Copy link

renho17 commented Jul 5, 2022

@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
Copy link

@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
Copy link

renho17 commented Jul 5, 2022

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests