-
Notifications
You must be signed in to change notification settings - Fork 1
[BUG]: MacOS Compatability #6
Description
I just tested this python script on my M4 Macbook Air (2026). Discord gets stuck on "waiting for discord...". I looked into the python script and determined that the ipc path that is grabbed only works on Windows and Linux.
I compared your ipc you grabbed to another jellyfin rpc app (https://github.com/kennethsible/jellyfin-rpc) and the jellyfin-rpc by kennethsible runs and functions on my Mac. I have determined that the path you grabbed is different from MacOS. All application related stuff on MacOS is located in ~/Library/Application Support if you look at that one by kennethsible you can see how he grabs a whole different thing for darwin (macos) versus Windows.
I hope this helps anyone and/or if you need me to run some testing for someone to add MacOS compatibility hit me up and I will try to help when I can.