pimatic icon indicating copy to clipboard operation
pimatic copied to clipboard

TypeError timer.repeat

Open thost96 opened this issue 8 years ago • 0 comments

Hi, i got the following error and pimatic crashed:

21:03:31.721 [pimatic] A uncaught exception occurred: TypeError: timer._repeat is not a function
21:03:31.721 [pimatic]>    at null.wrapper [as _onTimeout] (timers.js:275:11)
21:03:31.721 [pimatic]>    at Timer.listOnTimeout (timers.js:92:15)
21:03:31.721 [pimatic]> This is most probably a bug in pimatic or in a module, please report it!
21:03:31.723 [pimatic] shutting pimatic down...
/pimatic/Ent/node_modules/pimatic/startup.coffee:98
          return framework.destroy().then(function() {
                 ^

ReferenceError: framework is not defined
    at process.uncaughtException (/pimatic/Ent/node_modules/pimatic/startup.coffee:85:9)
    at emitOne (events.js:77:13)
    at process.emit (events.js:169:7)
    at processEmit [as emit] (/pimatic/Ent/node_modules/sqlite3/node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js:146:32)
    at process._fatalException (node.js:224:26)

thost96 avatar Apr 28 '17 19:04 thost96