-
Notifications
You must be signed in to change notification settings - Fork 28
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
/mvn/packages/{pkg}/{pkg_ver}/rcg returns HTTP code 500 #462
Comments
@amottier |
@mir-am this is not actually related to the documentation because when requesting |
Returning an error 500 for such an API is always the sign of a bug for me. It feels like some packages are badly analyzed or inserted in the DB and would cause a crash of the generation of the call graph. |
@mir-am now I'm also getting an error 500 with |
@amottier |
@amottier |
The issue is addressed in #465. |
@mir-am I did again a test with: Let me know if I can help with the investigation. |
Describe the bug
If an artifact is not known, and API call to
/mvn/packages/{pkg}/{pkg_ver}/rcg
will lead to an error 500.To Reproduce
Steps to reproduce the behavior:
curl https://api.fasten-project.eu/api/mvn/packages/org.jgroups:jgroups/5.1.9.Final/rcg
Expected behavior
Based on the documentation, I expect to get a
201
HTTP code if artifact is not known.Environment (please complete the following information):
Additional context
Found this issue while doing some test with the FASTEN Maven plugin.
The text was updated successfully, but these errors were encountered: