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
I am converting about 50 files in a loop, and about once every couple of hundred I get an error:
/home/righthaze/.../node_modules/svg-to-img/dist/index.js:58
await page.setOfflineMode(true);
^
TypeError: Cannot read properties of undefined (reading 'setOfflineMode')
at convertSvg (/home/.../node_modules/svg-to-img/dist/index.js:58:16)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /home/.../index.js:37:9
I am converting about 50 files in a loop, and about once every couple of hundred I get an error:
My code:
The text was updated successfully, but these errors were encountered: