zenocrypto / zeno-gui

25 stars 6 forks source link

V1.2 is broken (TypeError: Cannot read property 'length' of undefined) #1

Closed theendoftherainbow closed 6 years ago

theendoftherainbow commented 6 years ago

After installing zeno-gui v1.2, I get the following error after starting zeno-gui-linux-x64 from the command line. I have no idea what is causing this, or how to solve it. I'm running on a Linux VPS and was successfully running Gunbot XT with the Gunthy GUI 1.1.

2017-11-21 21:25:49: Committing database transaction before quitting ...
/__enclose_io_memfs__/server.js:66
        throw err;
        ^

TypeError: Cannot read property 'length' of undefined
    at Request._callback (/__enclose_io_memfs__/node_modules/pastebin-js/lib/methods.js:55:21)
    at self.callback (/__enclose_io_memfs__/node_modules/pastebin-js/node_modules/request/request.js:123:22)
    at emitOne (events.js:115:13)
    at Request.emit (events.js:210:7)
    at Timeout._onTimeout (/__enclose_io_memfs__/node_modules/pastebin-js/node_modules/request/request.js:715:12)
    at ontimeout (timers.js:469:11)
    at tryOnTimeout (timers.js:304:5)
    at Timer.listOnTimeout (timers.js:264:5)