1
Maximum call stack size exceeded Errors....
closed
C
Christian
I am constantly getting the error
Maximum call stack size exceeded
since today on a playbook that has been working perfectly.
It reads a list of urls (800) and then executes a background scraper.
bardeen now (since this morning) crashes while reading the column to array (from google sheet)
Manvel
Thanks Christian, for detailed info, glad that the problem has resolved, closing this for now.
Activity Feed
Sort by
Manvel
closed
Manvel
Thanks Christian, for detailed info, glad that the problem has resolved, closing this for now.
Manvel
Hey Christian
Can you please share the playbook? Would love to reproduce the issue locally, but would be great to follow the same steps you do including the exact playbook. Thanks in advance.
This post was marked as
planned
Artem Harutyunyan
Hi Christian can you please share some more details so we can reproduce? What are you trying to do? Can you please share the playbook?
C
Christian
Artem Harutyunyan: Artem Harutyunyan:
Figured it out.
The playbook uses a column of links, and because of memory overload, there was a second column with 10.000 entries y gradually copied (1000 each time) to the "Link" column and ran the playbook.
At some point I expanded column 2 to 40.000 entries, and copied the next 1000 to the LINK column used by the playbook. That's where the error showed Up the first time. After a while, I reduced the column 2 to 10.000 again, erased the 30000 empty rows, sabe the Google sheets and voila, problem solved
Ivan Escobar
under review
Hi Christian, thanks for reporting! I'm reporting this so we can check it out.
Do you have a screenshot of this issue? Also the automation link can be usefull for us to try to reproduce it :)
C
Christian
I am down to a list of 50, and still crashing.
I have re-written the playbook and the scraper, but still get the same error