Overseerr install script broken #1718

Closed
opened 2026-02-05 02:03:35 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @stickybyte on GitHub (Oct 3, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Overseerr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/overseerr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve)

📝 Provide a clear and concise description of the issue.

This happens, when I try to install Overseerr from scratch.

🔄 Steps to reproduce the issue.

Just run the command above to deploy and select verbose mode for install.

Paste the full error output (if available).

✔️ Deployed: overseerr (1.34.0)
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
warning swr@2.0.4: The engine "pnpm" appears to be invalid.
[3/4] Linking dependencies...
warning " > connect-typeorm@1.1.4" has incorrect peer dependency "typeorm@^0.1.4 || ^0.2.5".
warning "react-select > @emotion/react > @emotion/babel-plugin@11.10.5" has unmet peer dependency "@babel/core@^7.0.0".
warning "react-spring > @react-spring/konva@9.7.1" has unmet peer dependency "konva@>=2.6".
warning "react-spring > @react-spring/konva@9.7.1" has unmet peer dependency "react-konva@^16.8.0 || ^16.8.7-0 || ^16.9.0-0 || ^16.10.1-0 || ^16.12.0-0 || ^16.13.0-0 || ^17.0.0-0 || ^17.0.1-0 || ^17.0.2-0 || ^18.0.0-0".
warning "react-spring > @react-spring/native@9.7.1" has unmet peer dependency "react-native@>=0.58".
warning "react-spring > @react-spring/three@9.7.1" has unmet peer dependency "@react-three/fiber@>=6.0".
warning "react-spring > @react-spring/three@9.7.1" has unmet peer dependency "three@>=0.126".
warning "react-spring > @react-spring/zdog@9.7.1" has unmet peer dependency "react-zdog@>=1.0".
warning "react-spring > @react-spring/zdog@9.7.1" has unmet peer dependency "zdog@>=1.0".
warning " > react-toast-notifications@2.5.1" has incorrect peer dependency "react@^16.8.0 || ^17.0.0".
warning " > react-toast-notifications@2.5.1" has incorrect peer dependency "react-dom@^16.8.0 || ^17.0.0".
warning " > @babel/cli@7.21.0" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > semantic-release-docker-buildx@1.0.1" has incorrect peer dependency "semantic-release@>=11.0.0 <18.0.0".
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...
$ husky install
husky - git command not found, skipping install
Done in 41.99s.
yarn run v1.22.22
$ yarn build:next && yarn build:server
$ next build
warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

info - Linting and checking validity of types ...warn - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
info - Linting and checking validity of types
info - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
info - Using external babel configuration from /opt/overseerr/babel.config.js
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:11549) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API
(Use node --trace-deprecation ... to show where the warning was created)
Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

[ERROR] in line 26: exit code 0: while executing command $STD yarn build

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @stickybyte on GitHub (Oct 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Overseerr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/overseerr.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9.0.3/025864202ebb6109 (running kernel: 6.14.8-2-pve) ### 📝 Provide a clear and concise description of the issue. This happens, when I try to install Overseerr from scratch. ### 🔄 Steps to reproduce the issue. Just run the command above to deploy and select verbose mode for install. ### ❌ Paste the full error output (if available). ✔️ Deployed: overseerr (1.34.0) yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... warning swr@2.0.4: The engine "pnpm" appears to be invalid. [3/4] Linking dependencies... warning " > connect-typeorm@1.1.4" has incorrect peer dependency "typeorm@^0.1.4 || ^0.2.5". warning "react-select > @emotion/react > @emotion/babel-plugin@11.10.5" has unmet peer dependency "@babel/core@^7.0.0". warning "react-spring > @react-spring/konva@9.7.1" has unmet peer dependency "konva@>=2.6". warning "react-spring > @react-spring/konva@9.7.1" has unmet peer dependency "react-konva@^16.8.0 || ^16.8.7-0 || ^16.9.0-0 || ^16.10.1-0 || ^16.12.0-0 || ^16.13.0-0 || ^17.0.0-0 || ^17.0.1-0 || ^17.0.2-0 || ^18.0.0-0". warning "react-spring > @react-spring/native@9.7.1" has unmet peer dependency "react-native@>=0.58". warning "react-spring > @react-spring/three@9.7.1" has unmet peer dependency "@react-three/fiber@>=6.0". warning "react-spring > @react-spring/three@9.7.1" has unmet peer dependency "three@>=0.126". warning "react-spring > @react-spring/zdog@9.7.1" has unmet peer dependency "react-zdog@>=1.0". warning "react-spring > @react-spring/zdog@9.7.1" has unmet peer dependency "zdog@>=1.0". warning " > react-toast-notifications@2.5.1" has incorrect peer dependency "react@^16.8.0 || ^17.0.0". warning " > react-toast-notifications@2.5.1" has incorrect peer dependency "react-dom@^16.8.0 || ^17.0.0". warning " > @babel/cli@7.21.0" has unmet peer dependency "@babel/core@^7.0.0-0". warning " > semantic-release-docker-buildx@1.0.1" has incorrect peer dependency "semantic-release@>=11.0.0 <18.0.0". warning Workspaces can only be enabled in private projects. [4/4] Building fresh packages... $ husky install husky - git command not found, skipping install Done in 41.99s. yarn run v1.22.22 $ yarn build:next && yarn build:server $ next build warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js. warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk. Attention: Next.js now collects completely anonymous telemetry regarding usage. This information is used to shape Next.js' roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://nextjs.org/telemetry info - Linting and checking validity of types ...warn - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config info - Linting and checking validity of types info - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating info - Using external babel configuration from /opt/overseerr/babel.config.js Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme (node:11549) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API (Use `node --trace-deprecation ...` to show where the warning was created) Killed error Command failed with exit code 137. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 137. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. [ERROR] in line 26: exit code 0: while executing command $STD yarn build [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 02:03:35 +03:00
Author
Owner

@tremor021 commented on GitHub (Oct 3, 2025):

Image

Works fine

@tremor021 commented on GitHub (Oct 3, 2025): <img width="685" height="600" alt="Image" src="https://github.com/user-attachments/assets/716a88f1-4b03-4d44-9ca3-dcc950f05814" /> Works fine
Author
Owner

@stickybyte commented on GitHub (Oct 3, 2025):

Image Works fine

Read my post correct. Could you open the website?
Do it in Verbose mode and you see the error.

@stickybyte commented on GitHub (Oct 3, 2025): > <img alt="Image" width="685" height="600" src="https://private-user-images.githubusercontent.com/58952836/497139278-716a88f1-4b03-4d44-9ca3-dcc950f05814.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTk0OTc3NzEsIm5iZiI6MTc1OTQ5NzQ3MSwicGF0aCI6Ii81ODk1MjgzNi80OTcxMzkyNzgtNzE2YTg4ZjEtNGIwMy00ZDQ0LTljYTMtZGNjOTUwZjA1ODE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTEwMDMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMDAzVDEzMTc1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJhY2FhYmEwYTk2MmU5MzYyYTY1ZGFhOWY2YzFjOGJiMTEyYTJiMDUzZmI2NjI3N2RmMjY0MTdmNTlmZTVkNDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zSStuFOckW3xZkynmK0qwd9NCl3JH7cG6UhTTXETzMI"> > Works fine Read my post correct. Could you open the website? Do it in Verbose mode and you see the error.
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 3, 2025):

 next build
warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

Complain at the overseer repo. This is a yarn error no script error per se.

@michelroegl-brunner commented on GitHub (Oct 3, 2025): ``` next build warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js. warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk. ``` Complain at the overseer repo. This is a yarn error no script error per se.
Author
Owner

@MickLesk commented on GitHub (Oct 3, 2025):

137 = OOM

Try with more ram

var_ram=4096 bash...

@MickLesk commented on GitHub (Oct 3, 2025): 137 = OOM Try with more ram var_ram=4096 bash...
Author
Owner

@tremor021 commented on GitHub (Oct 3, 2025):

Image @stickybyte
@tremor021 commented on GitHub (Oct 3, 2025): <img width="1105" height="784" alt="Image" src="https://github.com/user-attachments/assets/2b1200b1-dbbc-4d0a-8c4d-974eacedde9f" /> @stickybyte
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1718