TA2k / ioBroker.vw-connect

ioBroker Adapter for VW We connect and Skoda connect
MIT License
90 stars 22 forks source link

AxiosError: Request failed with status code 403 #298

Open rettroo opened 7 months ago

rettroo commented 7 months ago

Nachdem ich mit der Version 0.0.67 dauern den Fehler "position failed" (oder ähnlich) bekommen habe wurde nun die Beta 0.3.2 und weiter die 0.3.6 installiert.

leider bekomme ich folgenden Fehler:

` vw-connect.0 | 2023-12-12 06:26:56.380 | error | https://api.connect.skoda-auto.cz/api/v2/vehicle-status/xxx

vw-connect.0 | 2023-12-12 06:26:56.380 | error | AxiosError: Request failed with status code 403

vw-connect.0 | 2023-12-12 06:26:56.380 | error | ""

vw-connect.0 | 2023-12-12 06:26:56.219 | error | https://api.connect.skoda-auto.cz/api/v1/charging/xxx/settings vw-connect.0 | 2023-12-12 06:26:56.219 | error | AxiosError: Request failed with status code 403 vw-connect.0 | 2023-12-12 06:26:56.219 | error | "" vw-connect.0 | 2023-12-12 06:26:56.063 | error | https://api.connect.skoda-auto.cz/api/v1/charging/xxx/status vw-connect.0 | 2023-12-12 06:26:56.063 | error | AxiosError: Request failed with status code 403 vw-connect.0 | 2023-12-12 06:26:56.063 | error | "" vw-connect.0 | 2023-12-12 06:26:55.913 | error | https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/timers vw-connect.0 | 2023-12-12 06:26:55.913 | error | AxiosError: Request failed with status code 403 vw-connect.0 | 2023-12-12 06:26:55.913 | error | "" vw-connect.0 | 2023-12-12 06:26:55.760 | error | https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/settings vw-connect.0 | 2023-12-12 06:26:55.759 | error | AxiosError: Request failed with status code 403 vw-connect.0 | 2023-12-12 06:26:55.759 | error | "" vw-connect.0 | 2023-12-12 06:26:55.605 | error | https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/status vw-connect.0 | 2023-12-12 06:26:55.605 | error | AxiosError: Request failed with status code 403 vw-connect.0 | 2023-12-12 06:26:55.605 | error | "" vw-connect.0 | 2023-12-12 06:26:55.434 | info | Login in with skodae vw-connect.0 | 2023-12-12 06:26:55.433 | info | Found 1 vehicles vw-connect.0 | 2023-12-12 06:26:54.707 | info | Login successful vw-connect.0 | 2023-12-12 06:26:52.628 | info | Login in with skodae `

TA2k commented 7 months ago

ist der Fehler dauerhaft

rettroo commented 7 months ago

Ja beim starten des adapters.Die Daten kommen aber durch. Nach einer weile deaktiviert sich dann aber der adapter…Von meinem iPhone gesendetAm 12.12.2023 um 09:16 schrieb TA2k @.***>: ist der Fehler dauerhaft

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

TA2k commented 7 months ago

Es wäre gut zu wissen wann exakt die Meldungen kommen und wie oft

rettroo commented 7 months ago

Hi,

die Meldung kommt nach dem Start der Instanz einmalgi:

2023-12-12 15:02:04.100 - info: vw-connect.0 (3910) terminating

2023-12-12 15:02:04.122 - info: host.iob instance system.adapter.vw-connect.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)

2023-12-12 15:02:06.671 - info: host.iob instance system.adapter.vw-connect.0 started with pid 4078

2023-12-12 15:02:07.293 - info: vw-connect.0 (4078) starting. Version 0.3.6 in /opt/iobroker/node_modules/iobroker.vw-connect, node: v16.20.2, js-controller: 5.0.16

2023-12-12 15:02:07.307 - info: vw-connect.0 (4078) Login in with skodae

2023-12-12 15:02:09.279 - info: vw-connect.0 (4078) Login successful

2023-12-12 15:02:10.672 - info: vw-connect.0 (4078) Found 1 vehicles

2023-12-12 15:02:10.673 - info: vw-connect.0 (4078) Login in with skodae

2023-12-12 15:02:10.833 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:10.833 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:10.833 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/status

2023-12-12 15:02:10.984 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:10.984 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:10.984 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/settings

2023-12-12 15:02:11.130 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:11.130 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:11.131 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v1/air-conditioning/xxx/timers

2023-12-12 15:02:11.284 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:11.284 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:11.284 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v1/charging/xxx/status

2023-12-12 15:02:11.429 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:11.429 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:11.429 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v1/charging/xxx/settings

2023-12-12 15:02:11.562 - error: vw-connect.0 (4078) ""

2023-12-12 15:02:11.562 - error: vw-connect.0 (4078) AxiosError: Request failed with status code 403

2023-12-12 15:02:11.562 - error: vw-connect.0 (4078) https://api.connect.skoda-auto.cz/api/v2/vehicle-status/xxx