virtualzone/landroid-bridge

App - Unhandled exception: TypeError: Cannot read property 'log' of undefined

merlin2533 opened this issue · 4 comments

When i try to use the latest docker

[2020-04-15T20:12:34.389] [INFO] server.ts - Starting Landroid Bridge...
[2020-04-15T20:12:34.409] [INFO] server.ts - Setting port to 3000...
[2020-04-15T20:12:34.413] [INFO] Mqtt - MQTT is disabled, skipping initialization
[2020-04-15T20:12:34.426] [INFO] App - Adding static files path /usr/src/app/www
[2020-04-15T20:12:34.431] [INFO] Scheduler - Creating SQLite database at /usr/src/app/scheduler.db
[2020-04-15T20:12:34.459] [INFO] LandroidS - Initializing Landroid Cloud Service...
[2020-04-15T20:12:34.688] [ERROR] App - Unhandled exception: TypeError: Cannot read property 'log' of undefined

at ClientRequest.<anonymous> (/usr/src/app/node_modules/iobroker.landroid-s/lib/mqttCloud.js:280:22)


at ClientRequest.emit (events.js:310:20)


at TLSSocket.socketErrorListener (_http_client.js:426:9)


at TLSSocket.emit (events.js:310:20)


at emitErrorNT (internal/streams/destroy.js:92:8)


at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)


at processTicksAndRejections (internal/process/task_queues.js:84:21)

i have the same ... and still open issue here: #38

only 2 of us have this issue ? no one else ? :(

Seems to be an issue in the used library (iobroker.landroid-s/lib/mqttCloud.js), can't fix this in the bridge.

Hi,
I´ve got the same error.
Are there any news about that issue?