bageren
bageren5mo ago

TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream

Our production server has started crashing frequently because of this error. At this point, we have to seriously consider moving back to Node, unless someone here can help. This is all the details we get when the error is thrown: TypeError [ERR_STREAM_NULL_VALUES]: May not write null values to stream at _write (ext:deno_node/_stream.mjs:3869:15) at Socket.Writable.write (ext:deno_node/_stream.mjs:3904:14) at nextWrite (file:///deno-dir/npm/registry.npmjs.org/postgres/3.4.3/src/connection.js:250:22) at eventLoopTick (ext:core/01_core.js:203:13) We are using Deno 1.45.2. I'd be happy to provide more details - just not sure what's relevant.
2 Replies
marvinh.
marvinh.5mo ago
That looks like a bug. Is it possible to create a reproduction case out of this? Like a snippet that is able to reproduce the error on its own?
bageren
bagerenOP5mo ago
Unfortunately I've not been able to find a way to reproduce it. All I know is that our E2E tests can't go all the way through without it happening. :/