-
assigned issue to
I've seen this through the API and through veye (which I assume is using the API), but not though the website.
Uploaded a leiningen project successfully, then went used GET /v2/projects/{project_key}/licenses. And got a 500 response.
- from projects route
{
"id": "559c0c9c343162000f0558cc",
"project_key": "lein_project_clj_2",
"name": "project.clj",
"project_type": "Lein",
"public": true,
"period": "daily",
"source": "API",
"dep_number": 14,
"out_number": 7,
"licenses_red": 0,
"licenses_unknown": 3,
"dep_number_sum": 14,
"out_number_sum": 7,
"licenses_red_sum": 0,
"licenses_unknown_sum": 3,
"license_whitelist_name": null,
"created_at": "07.07.2015-17:30",
"updated_at": "07.07.2015-17:30"
},
- from projects licenses route with
lein_project_clj_2
as a parameter
{
"status": "500",
"error": "Internal Server Error"
}