Skip to content
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

spiderfoot runs properly, but scans tab never stops "loading" #536

Closed
JacobWoolbright opened this issue May 23, 2020 · 5 comments
Closed

Comments

@JacobWoolbright
Copy link

I run spiderfoot with no errors (in python term), upon visiting the website there is an infinitely long loading screen, the "new scan" and "settings" button both work, but when making a scan it redirects to another page that loads forever and none of the buttons work other than the "new scan" and "settings"...

@JacobWoolbright
Copy link
Author

image
image

@bcoles
Copy link
Contributor

bcoles commented May 23, 2020

Do you get errors in the browser console?

@JacobWoolbright
Copy link
Author

I seem to be getting the error "sf is not defined"
image

@bcoles
Copy link
Contributor

bcoles commented Jul 11, 2020

Looks like a dupe of #511 which was a dupe of #471 which turned out to be a dependency issue.

Ensure you're using Python3 and have installed the appropriate dependencies with pip3.

pip3 install -r requirements.txt
python3 ./sf.py -l 127.0.0.1:3000

If the problem persists, updating CherryPy might help:

pip3 install cherrypy --upgrade

@dpeeke
Copy link

dpeeke commented Jul 28, 2020

I was experiencing this exact issue running on Windows, this work around resolved it for me:

Open regedit.exe

Browse to key: HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ .js
Change value of "Content Type" to "application/javascript"

Originally the value was set to "text/plain".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants