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

Error when attempting to use URL scan #78

Closed JonoYang closed 7 years ago

JonoYang commented 7 years ago

I get this error when attempting to use URL scan on localhost:8000/urlscan:

OSError at /urlscan/
[Errno 2] No such file or directory: 'Users/rajukoushik/media/AnonymousUser/url/'

@RajuKoushik In scanapp/views.py, I think the hardcoded path to your personal user folder may be causing the issue.

JonoYang commented 7 years ago

Issue fixed in #76