#Error when saving a whatsapp-web.js session in cache

1 messages · Page 1 of 1 (latest)

still stratus
#

I have this error when I try to save a cached whatsapp-web.js library session:

function baseClone(value, isDeep, isFull, customizer, key, object, stack) {
^
RangeError: Maximum call stack size exceeded
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:841:19)
at C:...\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:...\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:891:3)
at C:...\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:...\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:891:3)
at C:...\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:...\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:891:3)
at cloneMap (C:...\node_modules\lodash.clonedeep\index.js:1030:24)
at initCloneByTag (C:...\node_modules\lodash.clonedeep\index.js:1290:14)
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:877:16)
at C:...\node_modules\lodash.clonedeep\index.js:897:30
at arrayEach (C:...\node_modules\lodash.clonedeep\index.js:140:9)
at baseClone (C:...\node_modules\lodash.clonedeep\index.js:891:3)

acoustic wadi
#

That error usually means you hit the recursion limit (because of an infinite recursion without terminating condition)

Other than that, I am not familiar with that library or how it relates to NestJS.