Lyve1981 / BMW-ConnectedDrive-JSON-Wrapper

Wraps the BMW ConnectedDrive authentication mechanisms and outputs json files for every vehicle
BSD 2-Clause "Simplified" License
12 stars 0 forks source link

ERROR: Parsing Error: SyntaxError: Unexpected end of input #1

Open NemoN opened 6 years ago

NemoN commented 6 years ago

got the following error:

$ node writejson.js
Token init completed
Calling www.bmw-connecteddrive.de/api/me/vehicles/v2
Calling www.bmw-connecteddrive.de/api/vehicle/service/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/specs/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/dynamic/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/navigation/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/remoteservices/chargingprofile/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/servicepartner/v1/WBAxxx
Calling www.bmw-connecteddrive.de/api/vehicle/efficiency/v1/WBAxxx
ERROR: Parsing Error: SyntaxError: Unexpected end of input
ERROR: Parsing Error: SyntaxError: Unexpected end of input
$ node --version
v4.8.3
DENightOne commented 6 years ago

I get the same error?