gruijter / com.gruijter.insights2csv

Homey app to export insights
GNU General Public License v3.0
5 stars 3 forks source link

FTP bug #28

Closed horakmartin closed 2 years ago

horakmartin commented 2 years ago

Hello, from last update I have problem with my FTP connection. Test is OK but after export, there is a error log.

[log] 2022-06-01 06:26:53 TypeError: this.FTPClient.on is not a function at App.getFTPClient (/app.js:729:19) at App.saveFTP (/app.js:750:15) at App._exportApp (/app.js:880:16) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async App.runQueue (/app.js:225:4) [log] 2022-06-01 06:26:53 error: TypeError: this.FTPClient.on is not a function at App.getFTPClient (/app.js:729:19) at App.saveFTP (/app.js:750:15) at App._exportApp (/app.js:880:16) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async App.runQueue (/app.js:225:4) [log] 2022-06-01 06:26:53 26 files zipped, 126202 total bytes

gruijter commented 2 years ago

Fixed now. Thx for reporting!