Package Details: seerr 3.3.0-2

Git Clone URL: https://aur.archlinux.org/seerr.git (read-only, click to copy)
Package Base: seerr
Description: Request management and media discovery tool for the Plex ecosystem
Upstream URL: https://github.com/seerr-team/seerr
Licenses: MIT
Submitter: fryfrog
Maintainer: fryfrog (txtsd, mmozeiko)
Last Packager: mmozeiko
Votes: 8
Popularity: 0.45
First Submitted: 2025-10-10 17:26 (UTC)
Last Updated: 2026-06-03 04:23 (UTC)

Dependencies (9)

Required by (1)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

chriscpritchard commented on 2025-10-29 23:02 (UTC)

Seerr no longer works on node 25.0.0 due to the removal of SlowBuffer (https://github.com/nodejs/node/issues/58203) which became deprecated in node 24. Not sure what the solution is since you can't specify version dependencies using Pacman!

fryfrog commented on 2025-10-27 22:21 (UTC)

Which actually is also broken, so fixing both! :)

fryfrog commented on 2025-10-27 22:13 (UTC)

@chriscpritchard, thanks for the report! We're probably going to wait until the first real release of seerr to get it all sorted out (migration, etc) so you may want to just keep using jellyseerr in the mean time!

chriscpritchard commented on 2025-10-27 22:08 (UTC)

arch.patch needs updating to node v25 as currently receiving: "ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)"

PwNzie commented on 2024-11-20 05:28 (UTC)

Package is failing to build on my new archlinux install.

DystopianFreak commented on 2023-06-24 13:02 (UTC)

Okay, after some playing around, I found it makes it past HUSKY=0 yarn --frozen-lockfile if the package.json does NOT include bcrypt and sqlite3, however this unsurprisingly results in a broken install of overseerr.

DystopianFreak commented on 2023-06-24 11:44 (UTC)

Unfortunately, after downloading the tar.gz and running

HUSKY=0 yarn --frozen-lockfile

I get the exact same issue, it hangs on Building fresh packages with sqlite3.

I tried this on my laptop as well to see if there is an issue with my server and the same result happens there too.

mmozeiko commented on 2023-06-23 17:09 (UTC)

Can you try building it without AUR? Just download tar.gz, unpack it, and then execute same commands as build() function does in PKGBUILD. Will it succeed then?

DystopianFreak commented on 2023-06-23 11:49 (UTC)

Okay, so for my previous comment, this is still an issue even when cleanbuilding from scratch. It just hangs at:

[4/4] Building Fresh Packages [1/4] bcrypt [2/4] sqlite [-/4] waiting... [-/4] waiting...

Normally I wouldn't be concerned as I understand we're compiling images from source but htop shows no CPU usage at all is going towards this telling me it's just hung.

DystopianFreak commented on 2023-06-18 15:35 (UTC)

Been stuck for over 12 hours on "Building fresh packages" at sqlite3.