Skip to content
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

The scipy online documentation returns 404 constantly #13779

Closed
JoshuaGhost opened this issue Mar 31, 2021 · 17 comments
Closed

The scipy online documentation returns 404 constantly #13779

JoshuaGhost opened this issue Mar 31, 2021 · 17 comments
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Website Items related to the website; please also check https://github.com/scipy/scipy.org

Comments

@JoshuaGhost
Copy link

I can go into the main page of the scipy project. However when i try to check the documentation for the SciPy package through this link, it returns 404 page not found constantly.

@kozmaz87
Copy link

Yup was just about to drop the same in.

@jakevdp
Copy link
Member

jakevdp commented Mar 31, 2021

This appears to also be affecting documentation builds that use intersphinx to connect to scipy:

WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.scipy.org/doc/scipy/reference/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://docs.scipy.org/doc/scipy/reference/objects.inv

@ilayn
Copy link
Member

ilayn commented Mar 31, 2021

Ooops looks like docs are down... I'll check

@ilayn
Copy link
Member

ilayn commented Mar 31, 2021

Doesn't look like a code issue. Probably we need some admin nudges...

@rainwoodman
Copy link
Contributor

I am also affected.

@rgommers
Copy link
Member

Yep aware of it, the disk was out of space and our sysadmin is reshuffling things. Fingers crossed it's back soon.

@rgommers rgommers added defect A clear bug or issue that prevents SciPy from being installed or used as expected prio-highest Website Items related to the website; please also check https://github.com/scipy/scipy.org labels Mar 31, 2021
@warrickball
Copy link

warrickball commented Mar 31, 2021

It was down for me too but is back up as of a few minutes ago. Thanks!

@rgommers
Copy link
Member

Phew, fixed.

@rgommers
Copy link
Member

For the record, the issue was when switching over to a larger mount volume, the two directories that serve scipy.org and docs.scipy.org (which are separate sites) ended up under /srv/srv/ rather than /srv/. It's a mystery to me why scipy.org still worked. Anyway, stuff moved back to the correct locations now.

@rainwoodman
Copy link
Contributor

Thanks for the fix!

@JoshuaGhost
Copy link
Author

Thanks a lot for the fix. Now it works totally.

@my-tien
Copy link

my-tien commented Oct 13, 2021

The search again returns 404. Not sure if I should open a new issue for it.

@melissawm
Copy link
Contributor

@my-tien Please see #14267

@tomar-abhijeet
Copy link

tomar-abhijeet commented Feb 7, 2022

Search Results not opening, returns error 404. Is it down again?

@msmdev
Copy link

msmdev commented Feb 8, 2022

I have a related issue with intersphinx (can't reach 'https://docs.scipy.org/doc/numpy/objects.inv):

WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.scipy.org/doc/numpy/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">')
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://docs.scipy.org/doc/scipy/reference/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: ')

@melissawm
Copy link
Contributor

@msmdev if you are looking to use the NumPy intersphinx URL this has moved to https://numpy.org/doc/stable/objects.inv

For SciPy see #15545

@msmdev
Copy link

msmdev commented Feb 8, 2022

@melissawm: this and #15545 solved my problem - thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected Website Items related to the website; please also check https://github.com/scipy/scipy.org
Projects
None yet
Development

No branches or pull requests