icomoon-cli icon indicating copy to clipboard operation
icomoon-cli copied to clipboard

Proess fails after icon upload

Open BernhardBehrendt opened this issue 4 years ago • 0 comments

When building an iconset the process seems to "freeze".

Commandline output:

[icomoon-cli] Started a new chrome instance, going to load icomoon.io.
[icomoon-cli] Dashboard is visible, going to upload config file
[icomoon-cli] Selection icons is empty, going to create an empty set
[icomoon-cli] Uploaded config, going to upload new icon files
Error: Node is either not visible or not an HTMLElement
    at ElementHandle._clickablePoint (/project/node_modules/puppeteer/lib/JSHandle.js:217:13)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async ElementHandle.click (/project/node_modules/puppeteer/lib/JSHandle.js:283:20)
    at async DOMWorld.click (/project/node_modules/puppeteer/lib/DOMWorld.js:367:5)
    at async pipeline (/project/node_modules/icomoon-cli/index.js:156:5)
  -- ASYNC --
    at ElementHandle.<anonymous> (/project/node_modules/puppeteer/lib/helper.js:111:15)
    at DOMWorld.click (/project/node_modules/puppeteer/lib/DOMWorld.js:367:18)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async pipeline (/project/node_modules/icomoon-cli/index.js:156:5)
  -- ASYNC --
    at Frame.<anonymous> (/project/node_modules/puppeteer/lib/helper.js:111:15)
    at Page.click (/project/node_modules/puppeteer/lib/Page.js:1067:29)
    at pipeline (/project/node_modules/icomoon-cli/index.js:156:16)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

Screenshot:

screenshot

BernhardBehrendt avatar Jan 20 '21 19:01 BernhardBehrendt