marcomaroni-github / twitter-to-bluesky

Import all tweets exported from X/Twitter to a Bluesky account.
Other
474 stars 35 forks source link

Error: write EPIPE #99

Open petrikaj opened 2 days ago

petrikaj commented 2 days ago

Import with certain tweets causes this. Maybe it's too many facets but I'm not sure. Restarting and skipping is the workaround (haven't tried to change the original tweet content).

(Feat: Option to ignore hashtags could be useful.)

node:events:496 throw er; // Unhandled 'error' event ^

Error: write EPIPE at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { errno: -32, code: 'EPIPE', syscall: 'write' }