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
The exporter was working fine for a few hours then I started exiting in a loop with this error.
Cannot read property '0' of undefined TypeError: Cannot read property '0' of undefined
at /app/tesla-prometheus-exporter.js:361:95
at Generator.next ()
at fulfilled (/app/tesla-prometheus-exporter.js:25:58)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
The exporter was working fine for a few hours then I started exiting in a loop with this error.
Cannot read property '0' of undefined TypeError: Cannot read property '0' of undefined
at /app/tesla-prometheus-exporter.js:361:95
at Generator.next ()
at fulfilled (/app/tesla-prometheus-exporter.js:25:58)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
Running in Docker config below
tesla-exporter:
container_name: tesla-exporter
image: wywywywy/tesla_exporter
ports:
- '9885:9885'
environment:
- TESLA_EXPORTER_RETRIES=0
- TESLA_EXPORTER_TOKEN=
The text was updated successfully, but these errors were encountered: