kennelh
Well-Known Member
- First Name
- Louise and Ken
- Joined
- Nov 28, 2019
- Threads
- 13
- Messages
- 1,186
- Reaction score
- 1,377
- Location
- Northern California
- Vehicles
- J1 '21 Premium Ex RWD (Rapid Red)
- Thread starter
- #1
We received our A2Z adapter yesterday and decided to test out Plug and Charge at the Tesla SC while we were there. I went into FordPass to turn it on (I'd previously done this just to make sure it worked) but every time I tried to toggle the setting it would wait for about 5-10 seconds, then no change.
When I got home I hooked the phone up to my computer and looked at the logcat output. I noticed the app was reporting an HTTP 400 error when accessing the endpoint. I side-loaded a copy of FP 5.0.1 and voilà I was able to turn P&C on. Is anyone else noticing this?
When I got home I hooked the phone up to my computer and looked at the logcat output. I noticed the app was reporting an HTTP 400 error when accessing the endpoint. I side-loaded a copy of FP 5.0.1 and voilà I was able to turn P&C on. Is anyone else noticing this?
Code:
06-21 09:02:04.928 17241 18065 I okhttp.OkHttpClient: --> POST https://api.mps.ford.com/api/paak/v1/pnc/toggle (88-byte body)
06-21 09:02:06.300 17241 18065 I okhttp.OkHttpClient: <-- 400 https://api.mps.ford.com/api/paak/v1/pnc/toggle (1371ms, 53-byte body)
06-21 09:02:06.306 17241 17241 W System.err: retrofit2.HttpException: HTTP 400
06-21 09:02:06.309 17241 17241 W System.err: at retrofit2.KotlinExtensions$await$2$2.onResponse(KotlinExtensions.kt:53)
06-21 09:02:06.309 17241 17241 W System.err: at retrofit2.OkHttpCall$1.onResponse(OkHttpCall.java:161)
06-21 09:02:06.309 17241 17241 W System.err: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)
06-21 09:02:06.309 17241 17241 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
06-21 09:02:06.309 17241 17241 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
06-21 09:02:06.309 17241 17241 W System.err: at java.lang.Thread.run(Thread.java:1012)
Sponsored
Last edited: