Issue during sync #332

Closed
opened 2026-04-05 16:17:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jhofker on 7/29/2025

Me again 😃 -- after you helped get my syncing started in #1, I've run into an issue mid-sync on an account:

[0] [0] [22:44:15.548] ERROR (245): Error processing mailbox
[0] [0]     ingestionSourceId: "54fdb429-c10b-465d-a33b-57e9d241bed6"
[0] [0]     userEmail: "<redacted>"
[0] [0]     err: {
[0] [0]       "type": "Error",
[0] [0]       "message": "Command failed",
[0] [0]       "stack":
[0] [0]           Error: Command failed
[0] [0]               at ImapFlow.reader (/app/node_modules/.pnpm/imapflow@1.0.191/node_modules/imapflow/lib/imap-flow.js:670:35)
[0] [0]               at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
[0] [0]       "response": {
[0] [0]         "tag": "F",
[0] [0]         "command": "BAD",
[0] [0]         "attributes": [
[0] [0]           {
[0] [0]             "type": "TEXT",
[0] [0]             "value": "parse error: invalid message sequence number: 1:*"
[0] [0]           }
[0] [0]         ]
[0] [0]       },
[0] [0]       "responseStatus": "BAD",
[0] [0]       "executedCommand": "F FETCH 1:* (UID BODYSTRUCTURE ENVELOPE BODY.PEEK[] MODSEQ)",
[0] [0]       "responseText": "parse error: invalid message sequence number: 1:*"
[0] [0]     }

I assume the ISP's server I'm connecting to does some funky stuff with their email service, however this error seems to have stopped both of the accounts I've added from progressing. After that issue was logged 24 hours ago, the only thing logged has been Scheduler running: Looking for active ingestion sources to sync.

Both accounts in the ingestion source list show as "Importing" however:

Image

Thanks!

*Originally created by @jhofker on 7/29/2025* Me again 😃 -- after you helped get my syncing started in #1, I've run into an issue mid-sync on an account: ``` [0] [0] [22:44:15.548] ERROR (245): Error processing mailbox [0] [0] ingestionSourceId: "54fdb429-c10b-465d-a33b-57e9d241bed6" [0] [0] userEmail: "<redacted>" [0] [0] err: { [0] [0] "type": "Error", [0] [0] "message": "Command failed", [0] [0] "stack": [0] [0] Error: Command failed [0] [0] at ImapFlow.reader (/app/node_modules/.pnpm/imapflow@1.0.191/node_modules/imapflow/lib/imap-flow.js:670:35) [0] [0] at process.processTicksAndRejections (node:internal/process/task_queues:105:5) [0] [0] "response": { [0] [0] "tag": "F", [0] [0] "command": "BAD", [0] [0] "attributes": [ [0] [0] { [0] [0] "type": "TEXT", [0] [0] "value": "parse error: invalid message sequence number: 1:*" [0] [0] } [0] [0] ] [0] [0] }, [0] [0] "responseStatus": "BAD", [0] [0] "executedCommand": "F FETCH 1:* (UID BODYSTRUCTURE ENVELOPE BODY.PEEK[] MODSEQ)", [0] [0] "responseText": "parse error: invalid message sequence number: 1:*" [0] [0] } ``` I assume the ISP's server I'm connecting to does some funky stuff with their email service, however this error _seems_ to have stopped both of the accounts I've added from progressing. After that issue was logged 24 hours ago, the only thing logged has been `Scheduler running: Looking for active ingestion sources to sync.` Both accounts in the ingestion source list show as "Importing" however: <img width="771" height="199" alt="Image" src="https://github.com/user-attachments/assets/845d5f49-baf4-4187-9c59-bd1282d92331" /> Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#332