iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.82k stars 284 forks source link

Connected but not receiving any data #701

Open Mithrandir2k18 opened 1 month ago

Mithrandir2k18 commented 1 month ago

Describe the bug When I launch :MarkdownPreview, a new tab opens on http://localhost:8619/page/13, but I get Error Socket Not connected, followed by Error No Data Received followed by error connection reset/can't be reached. This only seems to happen on the new install I am on right now, on my other devices I didn't have this issue.

Desktop (please complete the following information):

Log:

mkdp: health#mkdp#check

- Platform: linux
- Nvim Version: NVIM v0.10.2
  Build type: Release
  LuaJIT 2.1.1713484068
  Run "nvim -V1 -v" for more info
- Pre build: /home/user/.local/share/nvim/lazy/markdown-preview.nvim/app/bin/markdown-preview-linux
- Pre build version: 0.0.10
- OK Using pre build

No errors in neovim.

I've tried installing with yarn install (gives error, no such file or directory install), npm install(seems to build fine but connection error) or the build without yarn or npm(seems to build fine but connection error). Might this be an issue with wayland? That's the only big thing that seems to be different between my installs. Please let me know if there's anything other info I can add.