scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
195 stars 76 forks source link

[Bug] Several artifact pages are currently broken ('Not found') #1405

Closed rtyley closed 1 month ago

rtyley commented 1 month ago

Current behavior

Not working:

image

...the artifact page itself is 'Not found': image

Works:

https://index.scala-lang.org/typelevel/cats https://index.scala-lang.org/scalaz/scalaz https://index.scala-lang.org/playframework/playframework https://index.scala-lang.org/guardian/content-api-scala-client

Expected Behavior

The pages should be found.

Extra comments

No response

Search terms

No response

felher commented 1 month ago

Just stumbled upon this too. The scope of the problem might be larger than it seems at first. I tested some queries and counted how many projects on the first page could not be found:

query number tested down
raquo 11 7
akka 20 4
cats 20 12
http4s 20 6
zio 20 7

This was done by hand, so maybe it is a bit off and the the sample size isn't large, but rough estimates, about 40% of Scaladex projects might be currently "not found".

spamegg1 commented 1 month ago

I had the issue with libraries from com-lihaoyi

adpi2 commented 1 month ago

Hello all, thanks for opening this issue. This seems like a serious regression and I will try to solve it today.

rtyley commented 1 month ago

Thanks @adpi2 !