Reviving an old topic here.
I just installed a completely fresh openhabian system on a Pi.
I tried installing the FIND3 server using openhabian-config and it fails at
[openHABian] Setting up FIND3 service... FAILED (adduser)
When I tried to manually start the server, I receive the following error:
/usr/sbin/find3server panic: html/template: pattern matches no files: `templates/*` goroutine 1 [running]: html/template.Must(...) /usr/lib/go-1.14/src/html/template/template.go:372 github.com/gin-gonic/gin.(*Engine).LoadHTMLGlob(0x2152320, 0x7a0dfc, 0xb) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.3.0/gin.go:174 +0x2a8 github.com/schollz/find3/server/main/src/server.Run(0x0, 0x0) /opt/find3/server/main/src/server/server.go:48 +0x164 main.main() /opt/find3/server/main/main.go:121 +0x840
Unfortunately, I can’t find out at what point the installation went wrong or what the next steps would be (l tried finding the actual script but failed), or I would’ve done it manually.
Since there’s an error about (adduser)
, might the problem be that I don’t use “openhabian” as the default user?
Any help would be greatly appreciated.