You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run debug and use the locate function, I receive an error message:
host: undefined, hostname: 'prd.eu-ccapi.hyundai.com', method: 'GET', path: '/api/v2/spa/vehicles/XXXXXXXXX/location', socketPath: undefined, protocol: 'https:', url: 'https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/XXXXXXXXXXXX/location', gotOptions: { path: '/api/v2/spa/vehicles/XXXXXXXXXXX/location', protocol: 'https:', hostname: 'prd.eu-ccapi.hyundai.com', hash: '', search: '', pathname: '/api/v2/spa/vehicles/XXXXXXXXXXXXXXX/location', href: 'https://prd.eu-ccapi.hyundai.com:8080/api/v2/spa/vehicles/XXXXXXXXX/location', port: 8080, retry: [Object], headers: [Object], hooks: [Object], decompress: true, throwHttpErrors: true, followRedirect: true, stream: false, form: false, json: true, cache: false, useElectronNet: false, baseUrl: [Getter/Setter], method: 'GET' }, statusCode: 400, statusMessage: 'Bad Request', headers: { 'content-type': 'application/json; charset=utf-8', date: 'Tue, 14 Feb 2023 12:20:00 GMT', etag: 'W/"XXXXXXX"', 'x-ratelimit-limit': '100', 'x-ratelimit-remaining': '100', 'x-ratelimit-reset': '1673773057', 'content-length': '128', connection: 'close', 'set-cookie': [Array] }, body: { retCode: 'F', resCode: '4004', resMsg: 'Duplicate request - Duplicate request', msgId: 'XXXXXXXXX' } } }
Is it possible that the address is wrong? I also have no idea how the error "Duplicate request" is triggered.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions