annotate icon indicating copy to clipboard operation
annotate copied to clipboard

Error with webpage

Open huyphan168 opened this issue 4 years ago • 3 comments
trafficstars

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 [email protected]: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.

huyphan168 avatar Sep 02 '21 12:09 huyphan168

I didn't see the website either after installation.

quantumiracle avatar Dec 27 '21 23:12 quantumiracle

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 avatar May 04 '22 14:05 weownthenight

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 [email protected]: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.

weownthenight avatar May 04 '22 14:05 weownthenight