aaroniker / figma-icns-ico-generator

Generate .icns / .ico files directly from Figma
26 stars 9 forks source link

No longer working #24

Open nminkov opened 1 year ago

nminkov commented 1 year ago

Hi, this great plugin (thanks) stopped working. After starting it, it stays stuck on the infinite spin wheel. Preview is not shown and impossible to export.

nminkov commented 1 year ago

There are multiple errors. Figma changed their API or introduced a bug:

`------- Clearing and silencing console.log from Figma ------- jsvm-cpp.wasm.br:0x23106 Uncaught (in promise) RuntimeError: memory access out of bounds at jsvm-cpp.wasm.br:0x23106 at jsvm-cpp.wasm.br:0x3a412 at jsvm-cpp.wasm.br:0x26724 at jsvm-cpp.wasm.br:0x33106 at jsvm-cpp.wasm.br:0x2c352 at jsvm-cpp.wasm.br:0x2bab3 at jsvm-cpp.wasm.br:0x11f6 at jsvm-cpp.wasm.br:0x6188 at figma_app.min.js.br:577:9034

Warning: Received `false` for a non-boolean attribute `className`.

If you want to write it to the DOM, pass a string instead: className="false" or className={value.toString()}.

If you used to conditionally omit it with className={condition && value}, pass className={condition ? value : undefined} instead. at img at div at div at App (:30520:76)` .... and much more

nminkov commented 1 year ago

aah actually I think your certificate expired ui.tsx:35 POST https://aaroniker.me/api/icns net::ERR_CERT_DATE_INVALID

tgdn commented 3 days ago

Your website is down