You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Got the same issue with the node-smb2 package as well]
Got this message when trying to connect to smb server that I don't have access to
The code so far
{
"errorType": "Error",
"errorMessage": "STATUS_NOT_SUPPORTED (0xC00000BB) : The request is not supported.",
"code": "STATUS_NOT_SUPPORTED",
"stack": [
"Error: STATUS_NOT_SUPPORTED (0xC00000BB) : The request is not supported.",
" at Object.01000000 (/var/task/node_modules/smb2/lib/tools/message.js:25:21)",
" at Socket.<anonymous> (/var/task/node_modules/smb2/lib/tools/smb2-forge.js:72:31)",
" at Socket.emit (events.js:315:20)",
" at addChunk (internal/streams/readable.js:309:12)",
" at readableAddChunk (internal/streams/readable.js:284:9)",
" at Socket.Readable.push (internal/streams/readable.js:223:10)",
" at TCP.onStreamRead (internal/stream_base_commons.js:188:23)"
]
}
[Edited: I saw another issue with the same code, but can't find the answer from that issue either. Sorry for sort of spamming ]
The text was updated successfully, but these errors were encountered:
[Got the same issue with the node-smb2 package as well]
Got this message when trying to connect to smb server that I don't have access to
The code so far
Error object:
[Edited: I saw another issue with the same code, but can't find the answer from that issue either. Sorry for sort of spamming ]
The text was updated successfully, but these errors were encountered: