schollz / find

High-precision indoor positioning framework for most wifi-enabled devices.
https://www.internalpositioning.com/
GNU Affero General Public License v3.0
5.04k stars 369 forks source link

Cannot login: group does not exist on local server? #211

Open Nanne118 opened 6 years ago

Nanne118 commented 6 years ago

After a lot of swearing and trying things I have finally managed to succesfully install go, MQTT and find (server) on the raspberry pi 3. I can also succesfully send the command to make a group (curl -X PUT "192.168.19.103:8003/mqtt?group=groupnanne". I get the response that the group has been created, I get the password for the group and if I try to make the exact same group again it tells me your password exists and it relists the password.

However, I cannot access the group from my phone, other raspberry pi (with ARM client), from my laptop or indeed even login to the group on the browser at 192.168.19.103:8003. The phone gives an error: undefined, the windows client also spews out errors and my arm client on raspi keeps sending the fingerprint to the ml.internalposition.com , as changing the URL apparently is not possible on ARM?

Nanne118 commented 6 years ago

I was able to get the arm client pointed towards the correct server IP:PORT, but it spews out another error: 12:37:45:727 main - crit 00a Post 192.168.19.103:8003/track: dial tcp 192.168.19.103:80: getsockopt: connection refused

schollz commented 6 years ago

Yeah that looks like it's still not connecting. Are all your devices on LAN or Wifi? All devices need to be on the same network to be accessible

jeffreychan121 commented 6 years ago

i also think so.