boostorg / website-v2

New Boost website
https://boost.io
Boost Software License 1.0
9 stars 12 forks source link

Find out why ublas (and other) libraries downloaded twice, and keep it from happening again. #317

Closed dmenendez-gruposantander closed 1 year ago

dmenendez-gruposantander commented 1 year ago

https://www.boost.revsys.dev/libraries/ublas/ shows 500 - Server Error

Not sure if it is expected in the beta, or if it should show something?

vinniefalco commented 1 year ago

Since https://github.com/boostorg/ublas exists then it should show, not give an error.

williln commented 1 year ago

@dmenendez-gruposantander @vinniefalco This is fixed. Somehow, two copies of the library were downloaded into the database. This created a collision in the slug field in the URL. It happened with a couple of other libraries; I manually deleted the duplicates and things are working now.

I'm going to leave this issue open and rename it, so I can investigate why it happened.

notes to self

williln commented 1 year ago

Can't reproduce any longer so closing as fixed but will re-open if needed.