Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWTCY (AreWeToxClientYet)? #427

Open
silvioprog opened this issue May 20, 2020 · 8 comments
Open

AWTCY (AreWeToxClientYet)? #427

silvioprog opened this issue May 20, 2020 · 8 comments

Comments

@silvioprog
Copy link

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!

@kpp
Copy link
Member

kpp commented May 20, 2020

No. Our best result was an echo bot (sends back every message): https://github.com/tox-rs/tox/blob/master/examples/echo.rs

@kpp kpp closed this as completed May 20, 2020
@suhr
Copy link
Member

suhr commented May 20, 2020

It may be worth to keep this as a goal though.

@kpp kpp reopened this May 20, 2020
@FrontMage
Copy link

FrontMage commented Jun 11, 2020

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 always shows the friend status is not online, even if I did turn on the lan discovery.
I'm using manjaro linux, is there any settings I'm missing? Please help!


It just keeps printing

tox_core::dht::server_ext] Failed to handle packet: HandlePacketError { ctx: GetPayloadError { ctx:

    Decrypt payload error }

@kpp
Copy link
Member

kpp commented Jun 11, 2020

Did you try to send something to the bot? We could have missed sending "Status::Online" to friends.

@kurnevsky
Copy link
Member

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.

@FrontMage
Copy link

Did you try to send something to the bot? We could have missed sending "Status::Online" to friends.

Yeah, I did, the qtox client is just kept spinning, indicates that message is not received.

@kurnevsky
Copy link
Member

@FrontMage should be fixed with #431

@FrontMage
Copy link

@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.
Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants