Booklore update to 0.38.2 #1792

Open
opened 2025-11-20 05:17:32 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @jrporter on GitHub (Aug 26, 2025).

Have you read and understood the above guidelines?

yes

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

Booklore

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

This script throws an error when trying to update the container, but is able to create a new container without issue.

🔄 Steps to reproduce the issue.

Step 1: enter the shell of a container where this script has been used to install a prior version of Booklore successfully
Step 2: run "update" command or the full script call – both produce the same error result

Paste the full error output (if available).

    ____              __   __                  
   / __ )____  ____  / /__/ /   ____  ________ 
  / __  / __ \/ __ \/ //_/ /   / __ \/ ___/ _ \
 / /_/ / /_/ / /_/ / ,< / /___/ /_/ / /  /  __/
/_____/\____/\____/_/|_/_____/\____/_/   \___/ 
                                               

  ✔️   Stopped BookLore
  ✔️   booklore is already up-to-date (v0.38.2)
  ⏳   Building Frontendnpm warn using --force Recommended protections disabled.

up to date, audited 1238 packages in 709ms

216 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
npm warn Unknown cli config "--configuration". This will stop working in the next major version of npm.

> booklore@0.0.0 build
> ng build

Initial chunk files   | Names         |  Raw size | Estimated transfer size
main-NJ7FNQVI.js      | main          |   3.21 MB |               572.75 kB
chunk-OYRZ3TK6.js     | -             | 178.87 kB |                52.14 kB
styles-DBE7MW2H.css   | styles        |  72.35 kB |                11.75 kB
polyfills-B6TNHZQ6.js | polyfills     |  34.58 kB |                11.32 kB
chunk-WWX6BADO.js     | -             |   1.60 kB |               680 bytes

                      | Initial total |   3.50 MB |               648.64 kB

Lazy chunk files      | Names         |  Raw size | Estimated transfer size
chunk-LEIPEF52.js     | quill         | 204.93 kB |                51.77 kB
chunk-MEOMQIVO.js     | browser       |  64.07 kB |                17.14 kB

Application bundle generation complete. [8.521 seconds]

▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 3.00 MB with a total of 3.50 MB.


▲ [WARNING] src/app/book/components/book-reviews/book-reviews.component.scss exceeded maximum budget. Budget 4.00 kB was not met by 159 bytes with a total of 4.16 kB.


▲ [WARNING] src/app/book/components/cbx-reader/cbx-reader.component.scss exceeded maximum budget. Budget 4.00 kB was not met by 896 bytes with a total of 4.90 kB.


Output location: /opt/booklore/booklore-ui/dist/booklore

  ✔️   Built Frontend
  ⏳   Building Backendusage: yq [-h] [--yaml-output] [--yaml-roundtrip] [--yaml-output-grammar-version {1.1,1.2}] [--width WIDTH]
          [--indentless-lists] [--in-place] [--version]
          [jq_filter] [files ...]
yq: error: argument files: can't open '.app.version = ""v0.38.2""': [Errno 2] No such file or directory: '.app.version = ""v0.38.2""'

[ERROR] in line 49: exit code 0: while executing command yq eval ".app.version = \"${APP_VERSION}\"" -i src/main/resources/application.yaml

🖼️ Additional context (optional).

No response

Originally created by @jrporter on GitHub (Aug 26, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Booklore ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/booklore.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. This script throws an error when trying to update the container, but is able to create a new container without issue. ### 🔄 Steps to reproduce the issue. Step 1: enter the shell of a container where this script has been used to install a prior version of Booklore successfully Step 2: run "update" command or the full script call – both produce the same error result ### ❌ Paste the full error output (if available). ``` ____ __ __ / __ )____ ____ / /__/ / ____ ________ / __ / __ \/ __ \/ //_/ / / __ \/ ___/ _ \ / /_/ / /_/ / /_/ / ,< / /___/ /_/ / / / __/ /_____/\____/\____/_/|_/_____/\____/_/ \___/ ✔️ Stopped BookLore ✔️ booklore is already up-to-date (v0.38.2) ⏳ Building Frontendnpm warn using --force Recommended protections disabled. up to date, audited 1238 packages in 709ms 216 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm warn Unknown cli config "--configuration". This will stop working in the next major version of npm. > booklore@0.0.0 build > ng build Initial chunk files | Names | Raw size | Estimated transfer size main-NJ7FNQVI.js | main | 3.21 MB | 572.75 kB chunk-OYRZ3TK6.js | - | 178.87 kB | 52.14 kB styles-DBE7MW2H.css | styles | 72.35 kB | 11.75 kB polyfills-B6TNHZQ6.js | polyfills | 34.58 kB | 11.32 kB chunk-WWX6BADO.js | - | 1.60 kB | 680 bytes | Initial total | 3.50 MB | 648.64 kB Lazy chunk files | Names | Raw size | Estimated transfer size chunk-LEIPEF52.js | quill | 204.93 kB | 51.77 kB chunk-MEOMQIVO.js | browser | 64.07 kB | 17.14 kB Application bundle generation complete. [8.521 seconds] ▲ [WARNING] bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 3.00 MB with a total of 3.50 MB. ▲ [WARNING] src/app/book/components/book-reviews/book-reviews.component.scss exceeded maximum budget. Budget 4.00 kB was not met by 159 bytes with a total of 4.16 kB. ▲ [WARNING] src/app/book/components/cbx-reader/cbx-reader.component.scss exceeded maximum budget. Budget 4.00 kB was not met by 896 bytes with a total of 4.90 kB. Output location: /opt/booklore/booklore-ui/dist/booklore ✔️ Built Frontend ⏳ Building Backendusage: yq [-h] [--yaml-output] [--yaml-roundtrip] [--yaml-output-grammar-version {1.1,1.2}] [--width WIDTH] [--indentless-lists] [--in-place] [--version] [jq_filter] [files ...] yq: error: argument files: can't open '.app.version = ""v0.38.2""': [Errno 2] No such file or directory: '.app.version = ""v0.38.2""' [ERROR] in line 49: exit code 0: while executing command yq eval ".app.version = \"${APP_VERSION}\"" -i src/main/resources/application.yaml ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:17:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1792