-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pipe write errror #153
Comments
Same error here on Arch using i3 and Xorg , [presence.nvim] Handling TextChanged event... |
I have same issue. |
same here |
Similar issues:
local Plug = vim.fn["plug#"]
vim.call "plug#begin"
Plug "andweeb/presence.nvim"
vim.call "plug#end"
require "presence" .setup {
auto_update = true;
main_image = "file";
debounce_timeout = 5;
enable_line_number = true;
log_level = "debug";
blacklist = {};
show_time = true;
editing_text = "Editing %s";
file_explorer_text = "Navigating %s/";
git_commit_text = "Determining worst possible commit message";
plugin_manager_text = "Spending more time configuring Neovim than using Neovim";
reading_text = "Trying to edit %s";
workspace_text = "Stuck in %s";
line_number_text = "[%s/%s]";
}``` |
same here |
Same issue. |
Looks like there is a fix for it: For those who wonder, there is a fork of this plugin that seems to work with no headache Still thank you for your work guys, it's really cool! |
Description
cant connect to drpc
Neovim version
OS information
Arch using hyprland and warp terminal
Steps to reproduce
{
"andweeb/presence.nvim",
event = "VeryLazy",
lazy = false,
config = function()
require("presence").setup( {
auto_update = true,
neovim_image_text = "How do I exit it?",
main_image = "file",
log_level = "debug",
debounce_timeout = 10,
enable_line_number = false,
buttons = true,
show_time = true,
-- Rich Presence text options
editing_text = "Editing %s",
file_explorer_text = "Browsing %s",
git_commit_text = "Committing changes",
plugin_manager_text = "Managing plugins",
reading_text = "Reading %s",
workspace_text = "Working on %s",
line_number_text = "Line %s out of %s",
})
end,
},
Logs
E325: ATTENTION
[presence.nvim] Setting up plugin for linux
[presence.nvim] Duplicate options:
g:presence_auto_update
and setup optionauto_update
[presence.nvim] Using runtime path: /run/user/1000
[presence.nvim] Using Discord IPC socket path: /run/user/1000/discord-ipc-0
[presence.nvim] Checking Discord IPC socket at /run/user/1000/discord-ipc-0...
[presence.nvim] Using id 116266e2-c696-41eb-8ac5-68946f12e9b4
[presence.nvim] Completed plugin setup
[presence.nvim] Getting nvim socket paths...
[presence.nvim] Executing command:
ss -lx|grep "nvim.*/0"
[presence.nvim] Checked Discord IPC socket, looks good!
[presence.nvim] Checked Discord IPC socket, looks good!
[presence.nvim] Handling BufEnter event...
[presence.nvim] Connecting to Discord...
[presence.nvim] Connected to Discord
[presence.nvim] Authorizing with Discord...
[presence.nvim] Wrote message to pipe
[presence.nvim] Failed to authorize with Discord: Received unexpected nonce - initial-ready (expected nil)
[presence.nvim] Got nvim socket paths: {}
[presence.nvim] No other remote nvim instances
[presence.nvim] Got nvim socket paths: {}
[presence.nvim] No other remote nvim instances
[presence.nvim] Handling FocusGained event...
[presence.nvim] Authorizing with Discord...
[presence.nvim] Wrote message to pipe
[presence.nvim] Failed to authorize with Discord: Received unexpected opcode - already handshook (code 1003)
[presence.nvim] Pipe was closed
[presence.nvim] Handling FocusGained event...
[presence.nvim] Authorizing with Discord...
[presence.nvim] Failed to authorize with Discord: Pipe write error - EPIPE
[presence.nvim] Pipe was closed
The text was updated successfully, but these errors were encountered: