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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't play nicely with RiiTag-RPC (missing RPC features?) #38

Closed
Andrew-J-Larson opened this issue Jul 2, 2023 · 1 comment · Fixed by #39
Closed

Doesn't play nicely with RiiTag-RPC (missing RPC features?) #38

Andrew-J-Larson opened this issue Jul 2, 2023 · 1 comment · Fixed by #39

Comments

@Andrew-J-Larson
Copy link

I use a Raspberry OS (64-bit) on my Raspberry Pi 4 Model B (8 GB RAM), and on it I use https://github.com/RiiConnect24/RiiTag-RPC.

Instead of emulating the Discord client (linux x64), I thought it would be better to run a more native instance (https://github.com/ArmCord/ArmCord, which uses arRPC), but it appears that doing so causes issues with freezing and exiting for RiiTag-RPC.

From what I understand, it's because of a lack of support for newer features in rich presence?

@malmeloo
Copy link
Contributor

We've narrowed the issue down to pypresence which hangs when clearing the presence. Is arRPC maybe not sending or receiving some data that pypresence expects? It functions perfectly fine on the official client.

Relevant code: https://github.com/qwertyquerty/pypresence/blob/master/pypresence/presence.py#L37-L39

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

Successfully merging a pull request may close this issue.

2 participants