error after press button "save"
rufusgor opened this issue · 5 comments
/opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:622
cb.apply(null, arguments)
^
TypeError: cb.apply is not a function
at /opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:622:14
at Store.close (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/store.js:136:5)
at /opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:620:26
at Store.close (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/store.js:136:5)
at Immediate.closeStores (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:619:24)
at processImmediate (internal/timers.js:458:21)
Please try to disable persistent store in mqtt client settings and let me know
Try to pull latest commit from master and retry
I updated it, then disabled the persistent store. the error remained.
If use a pre-built build for x86, there are no such problems .
/opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:622
cb.apply(null, arguments)
^
TypeError: cb.apply is not a function
at /opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:622:14
at Store.close (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/store.js:136:5)
at /opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:620:26
at Store.close (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/store.js:136:5)
at Immediate.closeStores (/opt/Mqtt2Mqtt/node_modules/mqtt/lib/client.js:619:24)
at processImmediate (internal/timers.js:458:21)
Please after pull remove node_modules and re-run npm install
done, but when I add a new map and click save an error appears