exercism / website

The codebase for Exercism's website.
https://exercism.org
GNU Affero General Public License v3.0
433 stars 125 forks source link

TypeError in /tracks/ruby/exercises/lasagna/solutions/iHiD #1415

Closed iHiD closed 3 years ago

iHiD commented 3 years ago

Error in v3 (client side)

TypeError in /tracks/ruby/exercises/lasagna/solutions/iHiD Cannot read property 'links' of undefined

View on Bugsnag

Stacktrace

app/javascript/components/common/SolutionView.tsx:38 - SolutionView

View full stacktrace

Created automatically via Bugsnag

kntsoriano commented 3 years ago

@iHiD This crashes because this solution does not have iterations: https://exercism.lol/tracks/ruby/exercises/lasagna/solutions/iHiD. Is this an ETL issue?

iHiD commented 3 years ago

It's probably me fucking around in the DB :)

iHiD commented 3 years ago

An error linked to this issue has been reopened in Bugsnag Error in /tracks/python/exercises/robot-name/solutions/7676694207676

kntsoriano commented 3 years ago

@iHiD We have encountered this again with this: https://exercism.org/tracks/python/exercises/ghost-gobble-arcade-game/solutions/ccac.

The solution is published but there are no published iterations. Is this a data issue?

iHiD commented 3 years ago

It happens when all iterations are deleted. This should then unpublish the solution, but doesn't. There's a separate bug open for that. I'll ask @ErikSchierboom to prioritise it.

iHiD commented 3 years ago

https://github.com/exercism/exercism/issues/5909#issuecomment-936076451

iHiD commented 3 years ago

An error linked to this issue has been marked as fixed in Bugsnag TypeError in /tracks/csharp/exercises/log-levels/solutions/Eskevv