mediumexporter
mediumexporter copied to clipboard
silent failure with some pages
When using the v1.0.0 programmatic API, some calls fails without any message.
I can't share an URL in order to reproduce as the only one I have should stay private. Yet, after some digging, I was able to identify that this is an external issue!
Replacing resp.clone() by resp at https://github.com/mikeal/r2/blob/v2.0.1/index.js#L35 solves it!
See https://github.com/mikeal/r2/issues/45.