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
My script to import files in roam uses this library, since a couple of days there is an error:
ERROR occured: Error: Node is either not visible or not an HTMLElement
at ElementHandle._clickablePoint (/home/runner/work/road-to-roam/road-to-roam/node_modules/puppeteer/lib/cjs/puppeteer/common/JSHandle.js:329:19)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async ElementHandle.click (/home/runner/work/road-to-roam/road-to-roam/node_modules/puppeteer/lib/cjs/puppeteer/common/JSHandle.js:390:26)
at async DOMWorld.click (/home/runner/work/road-to-roam/road-to-roam/node_modules/puppeteer/lib/cjs/puppeteer/common/DOMWorld.js:277:9)
at async RoamPrivateApi.import (/home/runner/work/road-to-roam/road-to-roam/node_modules/roam-research-private-api/RoamPrivateApi.js:233:3)
My script to import files in roam uses this library, since a couple of days there is an error:
The error occurs here (line 233):
roam-research-private-api/RoamPrivateApi.js
Lines 230 to 236 in 0fe3579
At first glance I couldn't find anything, since in Roam the class names didn't change (as far as I can tell). Not sure what the problem is.
The text was updated successfully, but these errors were encountered: