Jim Chen
Jim Chen
So the API server doesn't serve these file even when running in non local mode?
Got it! Thanks! It would be nice if the server also serves these downloaded files just as `api.telegram.org` do when running in non-local mode. Or at least mention this in...
After debugging and searching, the problem is at node.js' side. The issue is https://github.com/nodejs/node/issues/51930. Fixed by applying workaround `highWaterMark` variable to `1` at [lib/voice/streams/BaseTransformer.js](https://github.com/abalabahaha/eris/blob/dev/lib/voice/streams/BaseTransformer.js) or downgrading node.js to `20.9.0`.