-
Notifications
You must be signed in to change notification settings - Fork 33
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
AWTCY (AreWeToxClientYet)? #427
Comments
No. Our best result was an echo bot (sends back every message): https://github.com/tox-rs/tox/blob/master/examples/echo.rs |
It may be worth to keep this as a goal though. |
Hi, I've been trying to get echo bot to work, but I can't add the echo bot to a friend with the qtox client. It just keeps printing tox_core::dht::server_ext] Failed to handle packet: HandlePacketError { ctx: GetPayloadError { ctx:
Decrypt payload error } |
Did you try to send something to the bot? We could have missed sending "Status::Online" to friends. |
This error is fine if you restarted the node before - other nodes remember your old key and send packets your new instance can't decrypt. But anyway there can be bugs in the implementation - we didn't test this part thoroughly. |
Yeah, I did, the qtox client is just kept spinning, indicates that message is not received. |
@FrontMage should be fixed with #431 |
@kurnevsky I pulled the latest version of the master branch, still no luck with qtox. My friend got it working though, but he is on macOS, maybe there is something wrong with my network settings, I'm trying to debug. |
Hi.
Thanks for this project! 👍
So, is there any client like qTox/uTox using
tox-rs
? If so, could you share its link?!Thank you!
The text was updated successfully, but these errors were encountered: