Hello, at first I tried to install / update my current replugged installation but I went everytime to this error:
> replugged@4.7.7 postinstall /home/slush/replugged
> tsx scripts/build-bin.mts
node:internal/process/esm_loader:40
internalBinding('errors').triggerUncaughtException(
^
Error: tsx must be loaded with --import instead of --loader
The --loader flag was deprecated in Node v20.6.0
at X (file:///home/slush/replugged/node_modules/.pnpm/tsx@3.14.0/node_modules/tsx/dist/esm/index.mjs:1:1920)
at Hooks.addCustomLoader (node:internal/modules/esm/hooks:202:24)
at Hooks.register (node:internal/modules/esm/hooks:168:16)
at async initializeHooks (node:internal/modules/esm/utils:167:5)
at async customizedModuleWorker (node:internal/modules/esm/worker:104:24)
Node.js v18.19.0
after trying to update nodejs which worked and trying to update pnpm I went every time also to the same error so I tried to install the deb Package of replugged. After I tried to install the deb package with sudo dpkg -i replugged.... I went into this issue:
┌─[slush@debian] - [~/Downloads] - [Di Dez 12, 00:29]
└─[$] <git:(master*)> sudo dpkg -i replugged-installer-linux.deb
(Lese Datenbank ... 414695 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von replugged-installer-linux.deb ...
Entpacken von replugged-installer (1.0.0) über (1.0.0) ...
replugged-installer (1.0.0) wird eingerichtet ...
Trigger für gnome-menus (3.36.0-1.1) werden verarbeitet ...
Trigger für desktop-file-utils (0.26-1) werden verarbeitet ...
Trigger für mailcap (3.70+nmu1) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
┌─[slush@debian] - [~/Downloads] - [Di Dez 12, 00:29]
└─[$] <git:(master*)> replugged-installer
replugged-installer: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
after that I tried to install libssl.so.1.1 myself and tried just libssl, libssl.so and libssl.so.1.1 and all of them failed with the same issue "The package libssl.... couldnt be found"
It should automatically install all important replugged stuff.
Actual behavior
I get the error that the package libssl.so.1.1 is missing and after trying to install it myself it still fails.
Additional information
OS: Debian 12 Bookworm
Desktop Env: KDE Plasma
Discord Env: Stable
All Updates made: Yes
Looked into the docs: Yes
Tried to find the issue in the issues by searching the issue: Yes
Please confirm the following
[X] I checked if Discord and Replugged are up to date
[X] I made sure this is not related to an external plugin or a theme
Describe the bug
Hello, at first I tried to install / update my current replugged installation but I went everytime to this error:
after trying to update nodejs which worked and trying to update pnpm I went every time also to the same error so I tried to install the deb Package of replugged. After I tried to install the deb package with
sudo dpkg -i replugged....
I went into this issue:after that I tried to install libssl.so.1.1 myself and tried just libssl, libssl.so and libssl.so.1.1 and all of them failed with the same issue "The package libssl.... couldnt be found"
Reproduction steps
Expected behavior
It should automatically install all important replugged stuff.
Actual behavior
I get the error that the package libssl.so.1.1 is missing and after trying to install it myself it still fails.
Additional information
OS: Debian 12 Bookworm Desktop Env: KDE Plasma Discord Env: Stable All Updates made: Yes Looked into the docs: Yes Tried to find the issue in the issues by searching the issue: Yes
Please confirm the following