Skip to content

Commit f9c1be6

Browse files
authored
Temporary static Kamereon-API key fix
Needs to be finally fixed upstream or using updates configuration file. Closes #636
1 parent 8780339 commit f9c1be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vehicle/renault.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ func (v *Renault) kamereonRequest(uri string) (kamereonResponse, error) {
261261
data := url.Values{"country": []string{"DE"}}
262262
headers := map[string]string{
263263
"x-gigya-id_token": v.gigyaJwtToken,
264-
"apikey": v.kamereon.APIKey,
264+
// "apikey": v.kamereon.APIKey, // wrong key since 2021-02-01
265+
"apikey": "Ae9FDWugRxZQAGm3Sxgk7uJn6Q4CGEA2", // temporary workaround
265266
}
266267

267268
var res kamereonResponse

0 commit comments

Comments
 (0)