We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unreleased crates
"unrelased crates" doesn't return back status code 200
https://github.com/paritytech/subpub/blob/main/src/external/crates_io.rs#L32-#L33
When I tried sp-weights is not released on crates.io and it ended up with:
sp-weights
[2022-11-01T17:01:48Z ERROR subpub] Non-200 response code getting details for sp-weights
I provided a dummy solution for my but it could probably be ok to return an empty HashSet<Version> and continue with the rest of responses.
an empty HashSet<Version>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"unrelased crates" doesn't return back status code 200
https://github.com/paritytech/subpub/blob/main/src/external/crates_io.rs#L32-#L33
When I tried
sp-weights
is not released on crates.io and it ended up with:I provided a dummy solution for my but it could probably be ok to return
an empty HashSet<Version>
and continue with the rest of responses.The text was updated successfully, but these errors were encountered: