Unable to reach ficsit.app on Linux/Nixos
I tried installing versions 3.0.0 and 3.0.3 and in both cases i get the popup of "Unable to connect to ficsit.app"
I also tried to use current master branch and run it in dev mode using wails dev and get the same result.
Log attached
using nixos-24.11
using ficsit-cli does not show the issue, it is able to fetch mods.
I was able to fix this issue using the following steps:
- install the following dependencies:
wails pnpm glib-networking - set the GIO_MODULE_DIR environment variable to the installation path +
/lib/gio/modules; in my case :export GIO_MODULE_DIR=/nix/store/1bv1caadj8f0xrm66vh3z5bz539fcq4c-glib-networking-2.80.0/lib/gio/modules
imo, this issue should still be open, and fixed on the smm side of things, but i will link this issue to the packaging request.
wails pnpm glib-networking was not required for me on the nixpkgs side.
Thanks for figuring this out, updated my PR.
I think this issue can be closed now.