chaiNNer-org / chaiNNer

A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
https://chaiNNer.app
GNU General Public License v3.0
4.48k stars 280 forks source link

Error report: write EIO #1892

Open CalinRaduAlexandru opened 1 year ago

CalinRaduAlexandru commented 1 year ago
Error: write EIO

    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:917:11)
    at Socket._write (node:net:929:8)
    at writeOrBuffer (node:internal/streams/writable:392:12)
    at _write (node:internal/streams/writable:333:10)
    at Writable.write (node:internal/streams/writable:337:10)
    at console.value (node:internal/console/constructor:300:16)
    at console.warn (node:internal/console/constructor:382:26)
    at t (/Volumes/chaiNNer/chaiNNer.app/Contents/Resources/app/.webpack/main/index.js:2:559992)

ChaiNNer: chaiNNer 0.18.9 OS: macOS 10.17

joeyballentine commented 1 year ago

I keep forgetting to confirm and update the readme, but i think MacOS 10.x is not supported anymore

RunDevelopment commented 1 year ago

I don't think this has anything to do with macOS. The stack trace shows us that this is an error inside console.warn, so it's an error cause by NodeJS.

According to this post, this can be caused by a number of things, so we need further information to track down the cause of the error.