jamisonderek / ford-connect-sim

A simulator for the FordConnect API
MIT License
7 stars 0 forks source link

commandId should give HTTP 401 after 2 minutes #15

Closed jamisonderek closed 3 years ago

jamisonderek commented 3 years ago

Looking at the commandId that was successful, after 2 minutes I get an HTTP 401 response with: { "error": { "code": 3000, "title": "Unauthorized user", "details": "The user is unauthorized.", "statusCode": "UNAUTHORIZED" }, "status": "FAILED", "commandStatus": "FAILED", "commandId": "e30044ac-73be-4428-8e8a-fea6cb3fe2ae" }