-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
API returns no results irrespective of the input #153
Comments
Thanks for reporting, i will investigate |
Turns out redirects were not being correctly handled (url 1), I'm deploying a fix for that now. Url 2 doesn't have any license files inside the jar, so that's the expected output, not a great test case but was mostly added to check that jar files are correctly extracted. |
Fix is live now, results here: https://licenses.ecosyste.ms/api/v1/jobs/24a8006b-e1fd-4d24-bd35-3739cb7e76c6 |
Great. Thanks! I just cross-checked, the .zip file test case is giving results but not the .jar file. Is this expected? Thanks again :D |
The jar file in that example does not contain a license file, so that's the expected result, although it doesn't appear to be working correctly for jar files that do contain license files such as https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar, so that needs fixing. |
Hi I tried running the license parsing tool with the following test cases:
Turns out, none of them are working. I got the following response from the API:
The text was updated successfully, but these errors were encountered: