Skip to content

Error during the installation of Neovim on the remote hostΒ #203

@Tonidotpy

Description

@Tonidotpy

Describe the bug

While running the :RemoteStart command, the installation of Neovim inside the remote host fails with the following error: curl: (22) The requested URL returned error: 404

After taking a closer look at the scripts created within the remote host, I noticed that the appimage URL of Neovim v0.10.4 for Linux has changed from the previous version and as a result curl is unable to download it.

To reproduce

Use the repro.lua to reproduce the issue.
This provides me with a better chance to reproduce the issue.
This also provides a sanity check of if the issue is with the plugin or some other part of your configuration.

Steps to reproduce the behavior:

  1. Run nvim -u <repro.lua>
  2. Execute :RemoteStart
  3. Choose Remote SSH: Set up configured SSH host
  4. Choose previously configured remote connection
  5. Choose Neovim version v0.10.4 to install on the remote host

Expected behavior

Installation of Neovim on the remote host terminate successfully.

Screenshot/Screencast(s)

Image

System information

  • Your local OS: Void Linux x86_64
  • Local Neovim version: v0.10.4
  • Remote host OS (if applicable): Rocky Linux 8.7 (Green Obsidian) x86_64
  • Remote Neovim version (if applicable): v0.10.4

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