digitarald / flash-b2g

Flash Firefox OS devices from public Mozilla builds.
MIT License
18 stars 5 forks source link

RangeError: Maximum call stack size exceeded #22

Closed Takeno closed 9 years ago

Takeno commented 9 years ago

It happens with all devices/versions.

$ flash-b2g flame 1.4
Connecting to ftp.mozilla.org

/usr/local/lib/node_modules/flash-b2g/node_modules/jsftp/node_modules/parse-listing/src/parser.js:186
    var group = entry.match(RE_UnixEntry);
                      ^
RangeError: Maximum call stack size exceeded
Mte90 commented 9 years ago

Same error :-(

digitarald commented 9 years ago

Can you try to update the flash-b2g installation, this was fixes in jsftp https://github.com/sergi/jsftp/issues/91

digitarald commented 9 years ago

Fixed with latest jsftp version, please re-open if it still happens!