rust-lang / crates.io

The Rust package registry
https://crates.io
Apache License 2.0
2.86k stars 585 forks source link

TypeError: Cannot read property 'build_status' of undefined #3348

Closed sentry-io[bot] closed 3 years ago

sentry-io[bot] commented 3 years ago

Sentry Issue: CRATES-IO-FRONTEND-Q9

TypeError: Cannot read property 'build_status' of undefined
  at call (cargo/models/version.js:221:1)
  at callback (@ember/-internals/metal/index.js:1918:1)
  at untrack (@glimmer/validator.js:836:1)
  at get (@ember/-internals/metal/index.js:1917:1)
  at hasDocsRsLink (@ember/-internals/metal/index.js:1007:1)
...
(26 additional frame(s) were not displayed)
plaets commented 3 years ago

Hi, are there any crates this can be reproduced on? I think I have a fix but I don't understand when this happens, docs.rs source is not helpful here.

Turbo87 commented 3 years ago

you can see more details at https://sentry.io/share/issue/ebb2062b57c545299dfcd514a192c66d/. this originally happened on https://crates.io/crates/mem/0.5.0, but I can't seem to reproduce it.

I assume that this was a temporary issue on the docs.rs server, but we should still make sure to properly handle such issues :)