express-fileupload icon indicating copy to clipboard operation
express-fileupload copied to clipboard

Error: Unknown system error -122

Open RobertoGlez opened this issue 3 years ago • 1 comments

What meaning this? the full log is: [Error: Unknown system error -122: Unknown system error -122, close] errno: -122, code: 'Unknown system error -122', syscall: 'close'

this happen when I excecute .mv() function

OS: Cetos8 Nodejs: v10.21.0 express: 1.1.7-alpha.3

RobertoGlez avatar Sep 28 '20 20:09 RobertoGlez

#define EDQUOT. 122

It may be quota error when disk operation (mv). Or simple disk full?

BCsabaEngine avatar Sep 30 '20 21:09 BCsabaEngine

Closing this as a not active issue highly likely related to the underneath system and it's configuration rather than middleware.

RomanBurunkov avatar Sep 27 '23 11:09 RomanBurunkov