-
Notifications
You must be signed in to change notification settings - Fork 601
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
TypeError: Invalid Version: 0.4.0-alpha.01 #3293
Comments
I think this also is related to node-semver and its usage in the downloads chart, node-semver can throw exceptions with a similar error message. I was able to confirm that it throws this exact exception for this exact version string in my dev environment. |
Now that I think about it, it's weird that it throws for this version string, it has very similar version strings in its tests |
https://semver.org/#spec-item-9
|
I guess #2463 is also quite related to this issue 😅
you're right, the stack traces at https://sentry.io/share/issue/7ca9c44b92364fba945187005edd358d/ all indicate that it originates from the |
Sentry Issue: CRATES-IO-FRONTEND-P3
The text was updated successfully, but these errors were encountered: