-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server crashing on own server install #202
Comments
What is hostname:port ? Can you just use |
a local DNS (resolvable) or IP, I tried both. Port is 8005 (where server is started on). So much for that one, BUT... [00:35:07] openhabian@devpi:~/go/src/github.com/schollz/find3/server/main$ ./main -debug -port 8005 goroutine 51 [running]: |
fixed after reinstall although cannot tell for sure what it was |
I tried to setup an own server on Raspbian (no Docker desired) but came across a number of difficulties.
The installation instruction are pretty sparse. They neither explain the alternatives (make production ?) nor show how to use them.
[ I think I now know it has to see a specific number of measurements
2) Starting in $GOPATH/src/github.com/schollz/find3/server/main, the main server sometimes creates a xxxxxx.sqlite3.db file in data/, but not always ... I only saw it with GPS on and enough samples, but I have not found out what's really needed to make it create it. ]
Note the two leading slashes.
I think does not work - when I insert a NGINX into the path I can see that find is responding with a 404.
When I remove the trailing slash however, main crashes, giving
Seems find3 might be having trouble to convert DNS names or IP addresses ?
The text was updated successfully, but these errors were encountered: