-
Notifications
You must be signed in to change notification settings - Fork 20
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
Local client not Found on Mac M1 #50
Comments
Unfortunately I do not have an M1 Mac to test on: could you check if any files starting with |
discordjs/RPC#113 seems to have a solution of sorts. What's the output of the following Python code? print(__import__('tempfile').gettempdir()) |
I got this as output
|
Is |
nope |
lots of com.apple stuff gql-language service and some yarn folders etc |
I'm assuming you've started Discord. Does this script find the file? find /private/var/folders -name "*discord-ipc*" || find /var/folders -name "*discord-ipc*" |
So had you not started Discord when you said "nope"? 🤔 |
it's been on for like last 5-6 hours, maybe wasn't able to see it in kitty, used warp and was clearer |
I'd still like you to check this by getting the output of |
I wouldn't say it's outside of the issue's scope if it potentially fixes the issue. |
its finding discord-ipc-0 |
Interesting. Why isn't it working then? 🤔 |
Maybe because you're using |
Indeed, the temporary directory for the root user is different from that of the regular user, which Discord is running as. |
The file's in your home folder, just |
That particular error was most likely caused by the log file being created as root due to your previous use of It is inadvisable to use your editor as root, consider |
it's this right now what should i change it to root? ( i haven't used chown before ) |
This should do it: sudo chown -R $USER ~/.cache/nvim |
thanks <3 |
cannot seem to work i've tried reinstalling discord, event installed it from brew,
This issue persists on every discord presence plugin....
The text was updated successfully, but these errors were encountered: