errors.fyi community error code reference
ERR_STREAM_PUSH_AFTER_EOF
nodejs

Cannot push after EOF

stream.push() was called on a readable stream after null (EOF) had been pushed.

References

โ† all namespaces for ERR_STREAM_PUSH_AFTER_EOF