-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
No inventory at provided URL #105
Comments
Bah, yeah, I've seen this before -- some of the documentation websites have added some kind of filter to incoming traffic, which blocks the Related, I have plans (#99 & #106) to improve the CLI output so that it's more obvious what's gone wrong when stuff happens. |
In the near term, best solution is just to download the objects.inv manually by whatever means, and then load as the local file. |
OK, great to hear this is known already! |
Thought so, it just takes a custom header... in manual testing, this solution worked. I'll get this fix into 2.0.1 as soon as I can; the enhanced CLI output will come later on. |
Once fixed, restore flask to trial objects.inv's (undo 7a5eb6c). Also add h5py objects.inv to trial objects.inv's |
Also add nonloc tests for pulling flask and h5py inv files. |
Great, thank you! Note that if you compare the contents of h5py’s objects.inv, they might change soon (I made a PR so they export their stuff as |
<nod>, noted, thanks! I'll just add h5py's inventory as a "can I pull this one down?" sanity check, then, rather than using it for detailed tests on the content. |
Fixes #105; still need direct download tests of Flask, h5py
Will get the 2.0.1 release cut as soon as I can manage it. 👍 |
Awesome, thanks! |
v2.0.1 is up on PyPI -- lemme know how it works! |
Nice, works flawlessly now, thank you! |
curl -I --http1.0
also works, no idea what fails here…The text was updated successfully, but these errors were encountered: