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

Battery status endpoint always return 500 error #1103

Open
devsheder opened this issue Feb 28, 2024 · 2 comments
Open

Battery status endpoint always return 500 error #1103

devsheder opened this issue Feb 28, 2024 · 2 comments

Comments

@devsheder
Copy link

Hi,
I try to call battery-status API endpoint and it always return a 500 errors with this payload :

{
  "type": "TECHNICAL",
  "messages": [
    {
      "code": "err.tech.wired.kamereon-proxy",
      "message": "Failed to forward request to remote service."
    }
  ],
  "errors": [
    {
      "errorCode": "err.tech.wired.kamereon-proxy",
      "errorMessage": "Failed to forward request to remote service."
    }
  ],
  "error_reference": "TECHNICAL"
}

I have tried those two URLs :

My params are good because I can find my vehicules through /commerce/v1/accounts/${accountId}/vehicles?country=FR endpoint

Thanks a lot !

@epenet
Copy link
Collaborator

epenet commented Apr 16, 2024

This can happen when the Renault servers are mis-behaving, or if the Renault contract has expired.

  • do you get valid values on the Phone App?
  • do other endpoints work correctly?

Please ensure that you tell us which type of vehicle is causing the issue

@samwatling
Copy link

This also happens to me. 500 on every battery end point request. I also have no battery data in the Renault App although other connected services (remote pre conditioning etc) work.

Renault Zoe ZE40

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

3 participants