esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.39k stars 310 forks source link

locahost :5000 is forbidden for WASM demo #71

Closed gedw99 closed 5 months ago

gedw99 commented 5 months ago

locahost :5000 is forbidden

Access to localhost was deniedYou don't have authorisation to view this page. HTTP ERROR 403

cd to wasm folder and make all


make all
cp -f "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./js/
GOOS=js GOARCH=wasm go build -o lib.wasm wasm.go
open 'http://localhost:5000'
go run http/serve.go

Browsrs get forbidden though.

gedw99 commented 5 months ago

flipped it to 5001 and it works

maybe I had something running there on 5000