Closed JonoYang closed 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.
scanapp/views.py
Issue fixed in #76
I get this error when attempting to use URL scan on localhost:8000/urlscan:
@RajuKoushik In
scanapp/views.py
, I think the hardcoded path to your personal user folder may be causing the issue.