davglass / bambu-farm

BambuLab Web Interface for multiple printers
Other
92 stars 14 forks source link

Adding A1 Devices cause failure #2

Open ondrovic opened 11 months ago

ondrovic commented 11 months ago
{
app/node_modules/basic-ftp/dist/FtpContext.js:283
             const err = code >= 400 ? new FTPError(response) : undefined;
                                       ^

FTPError: 550 
 at FTPContext._onControlSocketData (/app/node_modules/basic-ftp/dist/FtpContext.js:283:39)
 at TLSSocket.<anonymous> (/app/node_modules/basic-ftp/dist/FtpContext.js:127:44)
at TLSSocket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:545:12)
 at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
at Readable.push (node:internal/streams/readable:375:5)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23) {
 code: 550
}

When adding in A1 Mini the above cause the app to crash, removing and having just my X1C app works correctly

davglass commented 9 months ago

I don't have direct access to an A model to test with, I have a friend with one that I may be able to test with.