Barcodebuddy with Error 400 #1995

Closed
opened 2026-02-05 03:14:52 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @ziriuz84 on GitHub (Nov 13, 2025).

Have you read and understood the above guidelines?

yes

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

Barcode Buddy

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-16-pve)

📝 Provide a clear and concise description of the issue.

I installed this script, but when I try to access to webpage it returns HTTP 500 Error.

🔄 Steps to reproduce the issue.

I installed the app, and it gives this error. I tried to connect directly and via my vpn, installing wireguard-tools and openresolv

Paste the full error output (if available).

In Apache error logs, I saw this error

[Thu Nov 13 13:40:31.041828 2025] [php:error] [pid 36201:tid 36201] [client 10.226.213.3:49140] PHP Fatal error: Uncaught Error: Class "SQLite3" not found in /opt/barcodebuddy/incl/authentication/authentication.inc.php:40\nStack trace:\n#0 /opt/barcodebuddy/incl/authentication/authentication.inc.php(26): createSqlFile()\n#1 /opt/barcodebuddy/incl/configProcessing.inc.php(192): require_once('...')\n#2 /opt/barcodebuddy/index.php(48): GlobalConfig->checkIfAuthenticated()\n#3 {main}\n thrown in /opt/barcodebuddy/incl/authentication/authentication.inc.php on line 40

🖼️ Additional context (optional).

No response

Originally created by @ziriuz84 on GitHub (Nov 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Barcode Buddy ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/barcode-buddy.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-16-pve) ### 📝 Provide a clear and concise description of the issue. I installed this script, but when I try to access to webpage it returns HTTP 500 Error. ### 🔄 Steps to reproduce the issue. I installed the app, and it gives this error. I tried to connect directly and via my vpn, installing wireguard-tools and openresolv ### ❌ Paste the full error output (if available). In Apache error logs, I saw this error [Thu Nov 13 13:40:31.041828 2025] [php:error] [pid 36201:tid 36201] [client 10.226.213.3:49140] PHP Fatal error: Uncaught Error: Class "SQLite3" not found in /opt/barcodebuddy/incl/authentication/authentication.inc.php:40\nStack trace:\n#0 /opt/barcodebuddy/incl/authentication/authentication.inc.php(26): createSqlFile()\n#1 /opt/barcodebuddy/incl/configProcessing.inc.php(192): require_once('...')\n#2 /opt/barcodebuddy/index.php(48): GlobalConfig->checkIfAuthenticated()\n#3 {main}\n thrown in /opt/barcodebuddy/incl/authentication/authentication.inc.php on line 40 ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 03:14:53 +03:00
Author
Owner

@tremor021 commented on GitHub (Nov 13, 2025):

@MickLesk app without updates for 1.5 years

@tremor021 commented on GitHub (Nov 13, 2025): @MickLesk app without updates for 1.5 years
Author
Owner

@michelroegl-brunner commented on GitHub (Nov 13, 2025):

Then we can remove it. I can Prepare the PR later

@michelroegl-brunner commented on GitHub (Nov 13, 2025): Then we can remove it. I can Prepare the PR later
Author
Owner

@ziriuz84 commented on GitHub (Nov 14, 2025):

It's a sad news, it was a perfect companion for Grocy 😢

@ziriuz84 commented on GitHub (Nov 14, 2025): It's a sad news, it was a perfect companion for Grocy 😢
Author
Owner

@adrien3287 commented on GitHub (Nov 17, 2025):

The problem is coming from a dependency install.
I forked the project and corrected the install tools:
if you run
bash -c "$(curl -fsSL https://raw.githubusercontent.com/adrien3287/ProxmoxVE/refs/heads/main/ct/barcode-buddy.sh)"
You will be able to install correctly the app.

@adrien3287 commented on GitHub (Nov 17, 2025): The problem is coming from a dependency install. I forked the project and corrected the install tools: if you run `bash -c "$(curl -fsSL https://raw.githubusercontent.com/adrien3287/ProxmoxVE/refs/heads/main/ct/barcode-buddy.sh)"` You will be able to install correctly the app.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1995