Giovanni Minotti
Giovanni Minotti
Can you provide some code to reproduce the issue, thanks.
Are you using `options.retry`? Your error seems to be due to an undefined `options.retry.methods`. It could be Got that fails to merge the defaults of `options.retry` with your custom ones.
An easy fix would be using `if (!thePromise._isPending)` before setting the `onCancel` handlers, but it's undocumented. I'm still investigating on the root cause.
> Depending on how the stream is sent from the server Can you make an example? I tried to reproduce it, but it's quite generic. Also this behaviour doesn't make...
This PR should address nearly all the issues: https://github.com/sindresorhus/got/pull/1461 The only issue not resolved are: - The EOF errors on Node.JS v12 on aix71-ppc64: https://ci.nodejs.org/job/citgm-smoker-nobuild/nodes=aix71-ppc64/940/testReport/junit/(root)/citgm/got_v11_6_2/ - The `ERR_OSSL_ASN1_WRONG_TAG` error on...
@richardlau I've an update on the "compatibility" of Got with CITGM. The current master branch of Got has the fixes needed to run on CITGM. https://travis-ci.com/github/sindresorhus/got/builds/184382788 (we also tested it...
> Another CI: [ci.nodejs.org/job/citgm-smoker-pipeline/123](https://ci.nodejs.org/job/citgm-smoker-pipeline/123/) I see you ran CITGM on the NPM release of Got, but actually the fixes are only on the master branch, we have not yet released...
There's no installation, just download the JAR file from the Release page and run it with Java
You found a bug. In the meantime you can use the original StegSolve (http://www.caesum.com/handbook/Stegsolve.jar), it's missing some small features, but it stills works fine.
The positions of the numerator and denominator of `MF_MT_FRAME_RATE` (https://learn.microsoft.com/en-us/windows/win32/medfound/mf-mt-frame-rate-attribute) seem to be different between `SetCurrentMediaType` and `GetCurrentMediaType`. With this ugly byte swap I get the correct frame_rate ```rust let...