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
the script works perfectly on my low subs channel, when i tried to use on my monetized channed, i got a this:
\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:467
throw new Error('Node is either not clickable or not an HTMLElement');
^
Error: Node is either not clickable or not an HTMLElement
at ElementHandle.clickablePoint (E:\PROJETO247\canalrox\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:467:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ElementHandle.click (E:\PROJETO247\canalrox\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:539:26)
Node.js v18.12.1
after some headless: false attempts, i realize it stops when reach the monetization tab.
anyone who use got the same issue??
The text was updated successfully, but these errors were encountered:
the script works perfectly on my low subs channel, when i tried to use on my monetized channed, i got a this:
\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:467
throw new Error('Node is either not clickable or not an HTMLElement');
^
Error: Node is either not clickable or not an HTMLElement
at ElementHandle.clickablePoint (E:\PROJETO247\canalrox\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:467:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ElementHandle.click (E:\PROJETO247\canalrox\node_modules\puppeteer\lib\cjs\puppeteer\common\JSHandle.js:539:26)
Node.js v18.12.1
after some headless: false attempts, i realize it stops when reach the monetization tab.
anyone who use got the same issue??
The text was updated successfully, but these errors were encountered: