Package Details: jellyseerr 2.1.0-2

Git Clone URL: https://aur.archlinux.org/jellyseerr.git (read-only, click to copy)
Package Base: jellyseerr
Description: Request management and media discovery tool for the Plex ecosystem
Upstream URL: https://github.com/Fallenbagel/jellyseerr
Licenses: MIT
Submitter: fryfrog
Maintainer: jab416171 (txtsd)
Last Packager: txtsd
Votes: 11
Popularity: 1.68
First Submitted: 2022-05-28 22:52 (UTC)
Last Updated: 2024-11-13 12:03 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

txtsd commented on 2024-11-13 19:28 (UTC)

While the current versions of the package have the symlink problem fixed. They might still exist on your system. You will have to back up your data and delete them manually.

jkhsjdhjs commented on 2024-11-12 20:52 (UTC)

Detected unsafe path transition /var/lib/jellyseerr (owned by jellyseerr) → /var/lib/jellyseerr/cache (owned by root) during canonicalization of usr/lib/jellyseerr/config/cache/images.
Detected unsafe path transition /var/lib/jellyseerr (owned by jellyseerr) → /var/lib/jellyseerr/cache (owned by root) during canonicalization of usr/lib/jellyseerr/config/cache/images.
error: command failed to execute correctly

Yep, I also see these warnings currently. That's a packaging bug, not an issue with your system.

gatorpatch1 commented on 2024-11-12 20:48 (UTC) (edited on 2024-11-12 20:48 (UTC) by gatorpatch1)

@jkhsjdhjs Ok thanks so much for picking that out, that has done the trick! I was pretty stumped by this bug lol!

After installing without libvips (picked it up when I was testing out photoprism), it worked pretty much flawlessly after I restarted the jellyseerr with systemctl.

It gives me this

'''Detected unsafe path transition /var/lib/jellyseerr (owned by jellyseerr) → /var/lib/jellyseerr/cache (owned by root) during canonicalization of usr/lib/jellyseerr/config/cache/images. Detected unsafe path transition /var/lib/jellyseerr (owned by jellyseerr) → /var/lib/jellyseerr/cache (owned by root) during canonicalization of usr/lib/jellyseerr/config/cache/images. error: command failed to execute correctly'''

during install, but it seems to have installed correctly and reports 2.0.1 in the about page, and I tested requesting a movie and all the things work fine, so I think it's fine for now.

Appreciate everyone's help!

jkhsjdhjs commented on 2024-11-12 20:24 (UTC)

@gatorpatch1 That error is probably because you have libvips installed, which the nodejs sharp package tries to link against. Check with pacman -Q libvips, but you can see it in the logs here:

│ sharp: Detected globally-installed libvips v8.16.0

Try removing libvips and building the package again. If that works, we found the issue. It would be cool to use the system libvips instead of having the jellyseerr package include its own version, but seeing that it doesn't work, there's probably no way around it. If removing libvips fixes your issue, @txtsd can set the environment variable SHARP_IGNORE_GLOBAL_LIBVIPS in the PKGBUILD to have sharp ignore the globally installed libvips.

See also: https://github.com/lovell/sharp/issues/4253

PS: pastebin.com has ads and captchas, is blocked for some users due to malware and injects CRLF line-endings. It is recommended to use alternative paste services like https://bpaste.net or https://paste.rs/web instead.

gatorpatch1 commented on 2024-11-12 18:08 (UTC) (edited on 2024-11-12 18:11 (UTC) by gatorpatch1)

@Gilrain Apologies, this is my first time troubleshooting through the AUR. I'm building in a clean chroot now.

It seems to work fully when building it in a clean chroot, which I've attached the logs to here. Right now I guess I'm stumped on how best to get my custom installation up to date, as I have very little idea why it's broken. Might try to uninstall the program and reinstall the newest version, see where that gets me.

Edit: building after uninstalling does not fix the issue.

Gilrain commented on 2024-11-12 17:46 (UTC)

@gatorpatch1: you should not build AUR packages with your custom installation but instead use a clean/pristine environnement to do so: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

gatorpatch1 commented on 2024-11-12 17:42 (UTC)

@txtsd If I have nodejs-23.1.0-1, it uninstalls that and installs nodejs-lts-iron-20.18.0-1, which then tries to build jellyseerr, failing after a bit on the same error mentioned before. I grabbed my logs in pastebin here, which I've linked for debug purposes. LMK if they'res any other thing you want me to try!

txtsd commented on 2024-11-12 08:39 (UTC) (edited on 2024-11-12 08:39 (UTC) by txtsd)

@picokan I was testing a few things. With 2.0.1-7, I managed to get the size down to the lowest it's been on 2.x.x.

picokan commented on 2024-11-12 07:55 (UTC)

The size seems to have ballooned again for me, this time from 1100MB to 1800MB.

txtsd commented on 2024-11-12 00:45 (UTC)

@gatorpatch1 Are you building with node23 or node20?