OpenAsar/arrpc

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

Andrew-J-Larson opened this issue · 1 comments

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?

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