aboutcode-org / scancode-server

This project is no longer maintained. Visit https://github.com/nexB/scancode.io/ instead for similar and current project
https://github.com/nexB/scancode.io/
19 stars 17 forks source link

URL scan does not work on non GitHub Links #83

Closed JonoYang closed 7 years ago

JonoYang commented 7 years ago

I get this error whenever I try using a link on URL scan that is not a GitHub repo:

IntegrityError at /urlscan/
null value in column "scan_directory" violates not-null constraint
DETAIL:  Failing row contains (21, https://www.openssl.org/source/openssl-fips-2.0.16.tar.gz, null, null, null, 0, 2017-08-15 23:11:50.961346+00, null, 1).

I am using scancode-server from https://github.com/RajuKoushik/scancode-server-1/tree/UrlPasstest, where the changes are for #81

RajuKoushik commented 7 years ago

@JonoYang Would look into it right away.

singh1114 commented 7 years ago

Yes! the changes are there in #81.

singh1114 commented 7 years ago

@JonoYang Should we close this for now or is there anything left to be done.

JonoYang commented 7 years ago

The issue has been resolved.