Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

RangeError: Maximum call stack size exceeded #87

Closed oriharel closed 8 years ago

oriharel commented 8 years ago

I saw the closed issue, but seems happening to me too. I get "Maximum call stack size exceeded" only for 1 particular image which is 3.9MB. I'm using the free account. is this a limitation?

RangeError: Maximum call stack size exceeded
    at String.match (native)
    at RegExp.<anonymous> (/Users/oriharel/reversim/reversim-summit-2016/node_modules/babel-cli/node_modules/babel-polyfill/node_modules/core-js/modules/_fix-re-wks.js:25:39)
    at String.match (/Users/oriharel/reversim/reversim-summit-2016/node_modules/babel-cli/node_modules/babel-polyfill/node_modules/core-js/modules/es6.regexp.match.js:8:34)
    at /Users/oriharel/reversim/reversim-summit-2016/node_modules/cloudinary/lib/uploader.js:67:34
    at call_api (/Users/oriharel/reversim/reversim-summit-2016/node_modules/cloudinary/lib/uploader.js:398:22)
    at Object.exports.upload (/Users/oriharel/reversim/reversim-summit-2016/node_modules/cloudinary/lib/uploader.js:64:12)
    at uploadProfilePicture (users.js:92:23)