Skip to content
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

Error: 404 Prebuild for current platform (iohook-v0.9.3-electron-v87-linux-ia32) not found! #398

Open
manpreet981 opened this issue Apr 13, 2022 · 6 comments

Comments

@manpreet981
Copy link

Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-electron-v87-linux-ia32.tar.gz returned 404
Prebuild for current platform (iohook-v0.9.3-electron-v87-linux-ia32) not found!

The same error shows up in logs when trying to set it up on the Linux system.

  • IOHook Version: ^0.9.3
  • Environment name and version: node.js 14.16.1, electron ^12.2.3
  • Operating System and version (desktop or mobile): Windows Desktop
@manpreet981 manpreet981 changed the title Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-electron-v87-linux-ia32.tar.gz returned 404 Prebuild for current platform (iohook-v0.9.3-electron-v87-linux-ia32) not found! Error: 404 Prebuild for current platform (iohook-v0.9.3-electron-v87-linux-ia32) not found! Apr 13, 2022
@ykhwong
Copy link
Contributor

ykhwong commented Apr 24, 2022

https://github.com/wilix-team/iohook/blob/master/docs/os-support.md

Recent versions of NodeJS are not available for 32bit architecture on Linux after Node 13, so we decided to drop support for 32bit Linux prebuilt after v0.7.3.

@dement6d
Copy link

dement6d commented May 8, 2022

https://github.com/wilix-team/iohook/blob/master/docs/os-support.md

Recent versions of NodeJS are not available for 32bit architecture on Linux after Node 13, so we decided to drop support for 32bit Linux prebuilt after v0.7.3.

this isnt very helpful, how can we get iohook working with node v16?

@gmierz
Copy link

gmierz commented May 17, 2022

I'm hitting this issue on Node 16 as well (on a 64bit platform):

npm ERR! Downloading prebuild for platform: iohook-v0.9.3-node-v93-linux-x64
Downloading prebuild.tar.gz
npm ERR! Error: GET https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-node-v93-linux-x64.tar.gz returned 404
npm ERR! Prebuild for current platform (iohook-v0.9.3-node-v93-linux-x64) not found!

I noticed the release page doesn't have any prebuilt package links with v93 in them.

@ykhwong
Copy link
Contributor

ykhwong commented May 18, 2022

Even though the current iohook branch has support for Node.js v16 (
2297744 ), the stable release v0.9.3 does not support node-abi 93 as it does not have the commit yet.

Some options:

  • Use Node.js v15 or lower.
  • Wait for the project maintainer to release a newer version.
  • Manually build the iohook and copy the compiled binary to your project.

@VictorioBerra
Copy link

@ykhwong Last release was over a year ago. Is this project abandoned?

@ykhwong
Copy link
Contributor

ykhwong commented Jul 14, 2022

I am not a project maintainer, so I have no idea about the project status in detail. Pull request #363 is still pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants