damien
damien
To add to that I would also add the `Description` to `Entries`. And For Entries of type `links`, I would add more fields to describe the `base`, `link` and `tags`...
I don't if the delay is reasonable. Less than a second lets say.
Hi ko-redtruck. "Remote":"[::1]:59671" shows that its using ipv6. holochain has problems handling ipv6 correctly on windows for some reason. Some time ago I did a local hack to fixe this....
In holochain-proto\cmd\bs.go, add at the beginning of function h, around line 139, add: `strings.Replace(r.RemoteAddr, "[::1]", "127.0.0.1", -1)` then recompile bs with: `go build -a github.com\Holochain\holochain-proto\cmd\bs`
You still have `"Remote":"[::1]:55069"` showing, which probably means you are still using the old bs.exe You should get `"Remote":"127.0.0.1:55069"` instead with the hacked version.
This one is new to me. That `$myIP` in "Remote" looks suspicious. Any thoughts @zippy ?
Is that problem specific to your app? Have you tried Clutter in the latest release package? You should be able to see a 'Holoport' user.
Hi danishwinjit. That's because you need to run gx-go first. The make.bat doesn't do it on windows. If you have make installed, I suggest you remove the make.bat and run...
Do you have admin rights when launching that command?
I confirm this issue has been resolved. Thanks for the follow-up