mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
Incorrect Container ID listed on "Installed Scripts" page #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrKappy on GitHub (Oct 3, 2025).
Originally assigned to: @michelroegl-brunner on GitHub.
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Incorrect Container ID listed on "Installed Scripts" page.
[4:38:56 PM] 🚀 Starting update for container 150...
Configuration file 'nodes/proxmox/lxc/150.conf' does not exist
[4:38:58 PM] ✅ Update completed with exit code: 2
🔄 Steps to reproduce the issue.
Installed bar-assistant using ssh remote on proxmox pve
No errors detected during install.
Container setup correctly and works
Display on "Installed Scripts lists it as container ID "150", but it was actually setup with container ID 127.
❌ Paste the full error output (if available).
[4:38:56 PM] 🚀 Starting update for container 150...
Configuration file 'nodes/proxmox/lxc/150.conf' does not exist
[4:38:58 PM] ✅ Update completed with exit code: 2
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Oct 3, 2025):
I have a look next week!
@Seqway commented on GitHub (Oct 4, 2025):
Same for me here. LXC103 was created but in the WebUI there is 222. Tested with TasmoAdmin
@michelroegl-brunner commented on GitHub (Oct 6, 2025):
Can you please update the app and try again?
@DrKappy commented on GitHub (Oct 7, 2025):
It still is listing a random container id.
I installed 2 different scripts into different containers (127 & 128).
Here is the beginning of the install showing the install for the 2nd try, container 128:
/ |/ /__ ____ ___ ____ _____
/ /|/ / _ / __ `__ / __ / /
/ / / / __/ / / / / / // ( )
// //___// // //_/_/
🧩 Using Advanced Settings on node proxmox
🖥️ Operating System: debian
🌟 Version: 12
📦 Container Type: Unprivileged
🔐 Root Password: Automatic Login
🆔 Container ID: 128
🏠 Hostname: memos
💾 Disk Size: 3 GB
🧠 CPU Cores: 1
🛠️ RAM Size: 1024 MiB
🌉 Bridge: vmbr0
📡 IPv4: DHCP
📡 IPv6: Disabled
📡 APT-Cacher IP Address: Default
⚙️ Interface MTU Size: Default
🔍 DNS Search Domain: Host
📡 DNS Server IP Address: Host
🏷️ Vlan: Default
📡 Tags: community-script;notes
🔑 Root SSH Access: no
🗂️ Enable FUSE Support: no
🔍 Verbose Mode: yes
🚀 Creating a Memos LXC using the above advanced settings
✔️ Storage local (Free: 61.4GB Used: 25.7GB) [Template]
✔️ Storage ext_disk (Free: 10.2TB Used: 2.3TB) [Container]
✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local]
✔️ LXC Container 128 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
Extracting templates from packages: 100%
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.1.17
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
But here is what is listed in the "Installed Scripts page" showing a random container ID of 452.
Let me know if there are other logs to capture anywhere...happy to help.
Thanks!
@michelroegl-brunner commented on GitHub (Oct 24, 2025):
The bug here is that we dont pring the Contianer ID in default. This should be changed in Main first, then it will be implemented here as well. @MickLesk is currently working on a backend rework to make that happen.
@michelroegl-brunner commented on GitHub (Oct 24, 2025):
Actually, the bug is fixed in the next release.