vpj / annotate

Annotate python source code
MIT License
69 stars 6 forks source link

Error with webpage #3

Open huyphan168 opened 3 years ago

huyphan168 commented 3 years ago

I have successfully installed the annotate package however when I run annotate in my project site, the local host 8088 showed No webpage was found for the web address. Furthermore, I cant use git clone git@github.com:vpj/annotate.git since it returned fatal: permission denied. I have to work around by git clone https://github.com/vpj/annotate and other submodules, I'm not sure this is the cause of error.

quantumiracle commented 2 years ago

I didn't see the website either after installation.

weownthenight commented 2 years ago

I try to fix this issue by changing file:lib/weya/router.ts line 187: checkUrlInterval from Timeout to number. After changing the type, you can run install.sh again, and then you can see the webpage.

weownthenight commented 2 years ago

I have successfully installed the annotate package however when I run annotate in my project site, the local host 8088 showed No webpage was found for the web address. Furthermore, I cant use git clone git@github.com:vpj/annotate.git since it returned fatal: permission denied. I have to work around by git clone https://github.com/vpj/annotate and other submodules, I'm not sure this is the cause of error.

You can avoid the permission denied error by adding ssh keys to your GitHub account. And this error has nothing to do with the webpage.