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
/home/www-data/node_modules/jsftp/node_modules/parse-listing/src/parser.js:186
var group = entry.match(RE_UnixEntry);
^
RangeError: Maximum call stack size exceeded
I think that the error raises because there are files on ftp with cyrillic names.
How to fix it?
The text was updated successfully, but these errors were encountered:
async has an issue logged for making async.eachSeries truly async: caolan/async#588 . An intermediate fix is adding process.nextTick to _next in parser.js
I catch this error when I run the command ls.
I think that the error raises because there are files on ftp with cyrillic names.
How to fix it?
The text was updated successfully, but these errors were encountered: