BigThunderSR / onstar2mqtt

OnStarJS wrapper for MQTT
MIT License
16 stars 4 forks source link

Fails on startup with 400 bad request - OnStarJS keys expired #333

Open CamSoper opened 3 days ago

CamSoper commented 3 days ago

Has been solid for months. Problem started today. I pulled latest, no change.

Output

Attached as logs.txt logs.txt

docker-compose.yml

version: '3'
services:
  onstar2mqtt:
    container_name: onstar2mqtt
    # image: michaelwoods/onstar2mqtt
    # image: bigthundersr/onstar2mqtt:latest
    image: ghcr.io/bigthundersr/onstar2mqtt
    restart: unless-stopped
    env_file:
      - ./onstar2mqtt.env
    environment:
    - ONSTAR_DEVICEID=<snip>
    - ONSTAR_VIN=<snip>
    - MQTT_HOST=<snip>

onstar2mqtt.env

ONSTAR_USERNAME=<nope>@outlook.com
ONSTAR_PASSWORD=<nope>
ONSTAR_PIN=<also nope>
MQTT_USERNAME=<mqttnope>
MQTT_PASSWORD=<further nope>
BigThunderSR commented 3 days ago

The API key expired on October 23. Unfortunately, there is only one person (@nilathedragon) who knows how to get the keys as of now and his latest attempt was unsuccessful (https://github.com/samrum/OnStarJS/pull/258). Until someone can figure out a way past this, there is nothing I can do at this point. 😞

See: https://github.com/BigThunderSR/homeassistant-addons-onstar2mqtt/issues/744

CamSoper commented 3 days ago

Totally understood, @BigThunderSR.

Thanks for everything you do for this community!