Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection.js:191:10 Cannot read properties of undefined (reading 'fullcmd') #917

Open
ayounas02 opened this issue May 1, 2024 · 0 comments

Comments

@ayounas02
Copy link

image

sometimes I get this error. Can someone please share a fix for this issue?

`2024-05-01 15:55:05.623
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
2024-05-01 15:55:05.623
at emitReadable_ (node:internal/streams/readable:832:12)

2024-05-01 15:55:05.623
at TLSSocket.emit (node:domain:488:12)
2024-05-01 15:55:05.623
at TLSSocket.emit (node:events:518:28)
2024-05-01 15:55:05.623
at Parser._cbReadable (/app/node_modules/imap/lib/Parser.js:53:12)
2024-05-01 15:55:05.623
at Parser._tryread (/app/node_modules/imap/lib/Parser.js:82:15)
2024-05-01 15:55:05.623
at Parser._parse (/app/node_modules/imap/lib/Parser.js:137:16)
2024-05-01 15:55:05.623
at Parser._resUntagged (/app/node_modules/imap/lib/Parser.js:271:10)
2024-05-01 15:55:05.623
at Parser.emit (node:domain:488:12)
2024-05-01 15:55:05.623
at Parser.emit (node:events:518:28)
2024-05-01 15:55:05.623
at Parser. (/app/node_modules/imap/lib/Connection.js:191:10)
2024-05-01 15:55:05.623
at Connection._resUntagged (/app/node_modules/imap/lib/Connection.js:1408:45)
2024-05-01 15:55:05.623
TypeError: Cannot read properties of undefined (reading 'fullcmd')
2024-05-01 15:55:05.623

2024-05-01 15:55:05.623
^
2024-05-01 15:55:05.623
if (/^(?:UID )?FETCH/.test(this._curReq.fullcmd)) {
2024-05-01 15:55:05.623
/app/node_modules/imap/lib/Connection.js:1408`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant