line-sticker-downloader
line-sticker-downloader copied to clipboard
"Node is either not visible or not an HTMLElement"
Upon trying to scrape here, the program fails with the following errors:
Error: Node is either not visible or not an HTMLElement
at ElementHandle._clickablePoint (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\puppeteer\lib\ExecutionContext.js:349:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ElementHandle.click (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\puppeteer\lib\ExecutionContext.js:401:20)
at async scrapeStickerUrls (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\line-sticker-downloader\index.js:43:5)
at async downloadStickers (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\line-sticker-downloader\index.js:79:18)
-- ASYNC --
at ElementHandle.<anonymous> (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\puppeteer\lib\helper.js:144:27)
at scrapeStickerUrls (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\line-sticker-downloader\index.js:43:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async downloadStickers (C:\Users\Haley\AppData\Local\npm-cache\_npx\b4c8a2c5f7da7de6\node_modules\line-sticker-downloader\index.js:79:18)