wiwi-circleOfFifths icon indicating copy to clipboard operation
wiwi-circleOfFifths copied to clipboard

无法运行

Open ganjiayi opened this issue 5 years ago • 4 comments

为什么我下载到本地不能运行呢?IE,火狐,谷歌浏览器都试过了,一直显示“Loading...”

ganjiayi avatar Dec 30 '19 07:12 ganjiayi

安全访问的跨域问题。 Windows10下两个解决方案: 1. 开个本地服务器安全访问, 比如python2的话在当前目录一句“python -m simplehttpserver”;或者python3一句“python -m http.server”, 然后chrome访问网址“http://localhost:8000/”或者“http://0.0.0.0:8000/”能解决问题。

  1. 或者用Microsoft Edge(chrome不行)打开这个修改过的文件,https://github.com/Tridu33/wiwi-circleOfFifths

其实这类问题,开本地Web服务器是最好的解决方案。因为WiWi的代码只是本地安全问题不能直接打开看,我就不Commit了,如果想本地Microsoft Edge能看五度圈就下载第二个备用吧。

Tridu33 avatar Jan 11 '20 12:01 Tridu33

可惜了,有宝贝但不会用啊...

15171476828 avatar Jan 16 '20 08:01 15171476828

OK了,本地正好有Python环境,直接python -m http.server就OK了。

ganjiayi avatar Apr 21 '21 09:04 ganjiayi

If you are on macOS, open a Terminal window, go to the downloaded source code folder and run "python3 -m http.server". Then open a browser window Safari or Chrome, access http://localhost:8000.

reload07 avatar Sep 18 '22 04:09 reload07