-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cannot connect my satellite anymore #262
Comments
Hi @devbar Did you update your HiveMind Listener (server) as well, sometime its a requirement depending the changes in the code. |
I made fresh reinstall on both: satellite and server Do I have to check some other components too? Some caches still having old components? |
I don't think is an Maybe @JarbasAl has an idea. |
I tried to make a vanilla installation with scenarion server in a docker environment and got a new hint what's going in here. Satellite/raspi is sending no DRADIS contact when testing identity:
But hivemind-listener found the cylon base91 ship:
I will investigate into satellite, maybe there is a way to switch to another encoding(?) |
what is in your allowed encodings (and order of preference) are defined there (server side) json-b64 should be the default one used https://github.com/JarbasHiveMind/HiveMind-core/blob/dev/hivemind_core/config.py#L12 |
@JarbasAl I removed "JSON-B91" from server.json, worked for me! I don't know why satellite is picking this. |
the satellite only report available encodings, the server makes the final decision of what is used. this is done simply by picking the first enconding in the config that is also supported by the satellite (and throwing an error if no encoding in common) guess i need to look into whats up with the B91 encoding, but that shouldnt be the default one in any case, did you modify your config or did that happen "by itself"? |
It did "by itself". I tested with a vanilla installation (in and outside docker) |
Gonna close for now, please re-open if needed. |
Hi guys,
after updating my OVOS installation I am not able to connect my satellite anymore.
On Hivemind master:
ovos-log --log hivemind
On Satellite:
ovos-log --log hivemind-voice-sat
It does not feel like a handshake issue, because testing the pairing work as expected,
hivemind-client test-identity
I also tried to start with a fresh re-installation, but with not luck.
The text was updated successfully, but these errors were encountered: