binux / pyspider

A Powerful Spider(Web Crawler) System in Python.

Home Page:http://docs.pyspider.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdav mode / project page abnormal display

aaronyunzhao opened this issue · comments

os: macOS 10.12.6
python: 3.7
pyspider: 0.3.10
Chrome: 79.0.3945.130 (Official Build) (64-bit)

Hi all, when I create a new project in dashboard then coming to the project page, it comes as below. I cannot see and edit the script and debug output.
I had installed pyspider correctly without error and dashboard looks all good, only this webdav mode looks quite abnormal. Can anyone help?
Screen Shot 2020-02-19 at 11 30 18 AM

PS, if I change the run from http://localhost:5000/ to http://0.0.0.0:5000/ or http://127.0.0.1:5000/, it's back to normal, wondering why 'localhost' not work out here?