nora

Results 6 comments of nora

We have observed the same issue. It looks like this is a regression from 0.1.65 -> 0.1.68. We saw the problem with a dependency upgrade that upgraded pdfjs-dist's dependency on...

The error is coming from decoding this parameter: https://github.com/Brooooooklyn/canvas/blob/5944ea388f6ef34cf40bbea0237161537654b910/src/ctx.rs#L1521 The canvas passed in by pdfjs is coming from `_createMaskCanvas`: https://github.com/mozilla/pdf.js/blob/d5c185b90a104ca3e2eb4eec240c9414996a3a34/src/display/canvas.js#L1276 which comes from the cached canvases: https://github.com/mozilla/pdf.js/blob/d5c185b90a104ca3e2eb4eec240c9414996a3a34/src/display/canvas.js#L1206 and the canvas...

I see, thank you for the reply, let's hope it recovers soon. I still think this is a rover bug though, it shouldn't error out in such cases. Auto-update functionality...

I have the same issue (on MacOS with rover 0.26.2). Composition failed and it's using loads of CPU. I ran `sample` over it and got the following result (I cut...

I have the same problem ``` error: unable to find dependency: "error: error decoding response body Caused by: 0: request or response body error 1: operation timed out "  ELIFECYCLE ...

Passing `--client-timeout 99999999` fixed it for me, giving rover enough patience to make the download work. The default seems way too low for this download.