mediumexporter icon indicating copy to clipboard operation
mediumexporter copied to clipboard

silent failure with some pages

Open nweldev opened this issue 5 years ago • 0 comments

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.

nweldev avatar Sep 10 '19 17:09 nweldev