Closed mikebaz closed 2 years ago
The app does not currently automatically check for new vehicles, so you need to log in again on the app for it to request an update. It sort of looks like it did request it, though.
If you have logged in already, try wiping your data and then log in fresh.
ok, I did a full data and cache wipe and logged in fresh and it seems it's not confused any longer. I'll keep an eye on it and see if it continues to refresh or not - I'd like to keep the issue open for now since I don't know if it was fixed one time or not. The widget knew both vehicles were in there (I could tap in the upper left to get it to switch between them), so the underlying issue might be that it doesn't like the vehicle list changing out from underneath? Not sure.
I'll leave it open for now. When you tap on the vehicle image, it reads all the VINs from the vehicle database and picks the "next one" after the current vehicle, so it should be OK with the change happening. From the log file you posted, it was getting the 401 because after you logged in it tried to get the list of vehicles and it failed, so was retrying. A 401 failure sounds like it didn't have the correct auth token.
I just realized I had deleted the truck from my account. I will re-add it tonight and see if that breaks the widget again.
ok, I put the truck back, things are still working. Really have no idea what was going on now, but that's okay, it's working now, I can't repro the issue so I can't tell you what to do about it either, so I'm just going to close with this comment and let you get back to doing real work. 😉
I've added a second vehicle to my FordPass account, an F-150 that has not been activated yet, and it seems the widget is confused by this.
I'm seeing a 401 in the log, so I tried logging in again, and no change.
I realize this is a very specific edge case.