Skip to content

Pipe write errror #153

@t101804

Description

@t101804

Description

cant connect to drpc

Neovim version

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1713773202

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

OS information

Arch using hyprland and warp terminal

Steps to reproduce

  1. Using NvChad
    {
    "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 option auto_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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions