ttystudio icon indicating copy to clipboard operation
ttystudio copied to clipboard

Failure while writing (events.js:141)

Open cgag opened this issue 10 years ago • 0 comments

I just tried recording a gif and ran into this:

I made a recording with ttystudio frames.json --log and then attempted to create a gif with ttystudio frames.json mygif.gif and am running into this:

...
writing frame 97 - 2 left
frame dimensions: 1x1
writing frame 98 - 1 left
frame dimensions: 1x1
writing eof
events.js:141
      throw er; // Unhandled 'error' event
      ^
Error: EINVAL: invalid argument, write
    at Error (native)

I'm on node v4.1.0 and ttystudio v0.0.16.

cgag avatar Sep 21 '15 05:09 cgag