Package Details: overseerr 1.33.2-1

Git Clone URL: https://aur.archlinux.org/overseerr.git (read-only, click to copy)
Package Base: overseerr
Description: Request management and media discovery tool for the Plex ecosystem
Upstream URL: https://github.com/sct/overseerr
Licenses: MIT
Submitter: mmozeiko
Maintainer: mmozeiko
Last Packager: mmozeiko
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-14 06:53 (UTC)
Last Updated: 2023-07-28 15:19 (UTC)

Latest Comments

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.

soundscape commented on 2023-06-10 11:36 (UTC)

Is it just me that can't get past the login screen? I log into my Plex account, it brings me back to Overseerr, then nothing happens.

bkb commented on 2022-10-20 13:52 (UTC) (edited on 2022-10-20 14:24 (UTC) by bkb)

error /home/$USER/.cache/paru/clone/overseerr/src/overseerr-1.30.1/node_modules/cypress: Command failed.
[FAILED] Error: connect ETIMEDOUT 172.67.25.250:443
Error code: SSL_ERROR_NO_CYPHER_OVERLAP
error Command failed with signal "SIGKILL".

Maybe too much to compile for my computer. If someone could make a binary

mmozeiko commented on 2021-11-10 19:09 (UTC) (edited on 2021-11-10 19:18 (UTC) by mmozeiko)

It seems that happens even when not on ArchLinux: https://github.com/sct/overseerr/issues?q=is%3Aissue+crypto_1.randomUUID+is+not+a+function

Maybe you are using old or bad node version? I am running this with node v16.11.1 package from here: https://archlinux.org/packages/community/x86_64/nodejs/

Try asking this upstream in overseer issues or discord. Not sure if that is problem with AUR package build itself.

trumee commented on 2021-11-10 18:07 (UTC)

Fails to run with the following message,

Nov 10 23:34:09 computer node[731761]: 2021-11-10T18:04:09.524Z [info]: Commit Tag: 1.27.0
Nov 10 23:34:09 computer node[731761]: 2021-11-10T18:04:09.552Z [info]: Starting Overseerr version 1.27.0
Nov 10 23:34:10 computer node[731761]: 2021-11-10T18:04:10.312Z [error]: TypeError: (0 , crypto_1.randomUUID) is not a function
Nov 10 23:34:10 computer node[731761]:     at new Settings (/usr/lib/overseerr/dist/lib/settings.js:30:47)
Nov 10 23:34:10 computer node[731761]:     at getSettings (/usr/lib/overseerr/dist/lib/settings.js:290:20)
Nov 10 23:34:10 computer node[731761]:     at /usr/lib/overseerr/dist/index.js:71:49
Nov 10 23:34:10 computer systemd[1]: overseerr.service: Main process exited, code=exited, status=1/FAILURE
Nov 10 23:34:10 computer systemd[1]: overseerr.service: Failed with result 'exit-code'.