mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #83] [Bug]: Backup Data #37
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @MisterBeardy on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/83
Originally assigned to: @maziggy on GitHub.
Bug Description
I was making a backup to move to my local machine and when selecting all, the backup was invalid. It appears that when you try to run a backup and include the Projects section the file that downloads is an invalid JSON with just the text "Internal Server Error" inside.
bambuddy-backup (7).json
Expected Behavior
Backup of the projects section
Steps to Reproduce
bambuddy-support-20260112-092706.zip
Attached are debug logs from several attempts of trying all the backups until it failed.
Printer Model
X1 Carbon
Bambuddy Version
v0.1.6b7
Printer Firmware Version
latest
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Jan 12, 2026):
Mhhh....I'm using the backup function regulary and I'm quite sure it's fine. Also when looking at your logs, I cannot find any errors!
Just tested and it works for me.
@MisterBeardy commented on GitHub (Jan 12, 2026):
Well that's interesting. I just tested this again and one of my LXC containers creates the project backup file with the standard bambuddy-backup-20260112-124041.json based file name, yet the other gives me that error and the backup file name is bambuddy-backup (x).json
Edit- I went ahead and just backed up everything except for the project's and the restore worked. Tested it out on the new LXC container and it worked just fine. Probably something with my old VM.
@kampfklecks commented on GitHub (Jan 12, 2026):
I wouldn't use LXC Containers for that. Better use dedicated hardware like a Raspberry Pi or use a VM. D,ocker can be buggy sometimes too, I personally switched from docker to direct install, runs so much smoother and a little bit faster
@MisterBeardy commented on GitHub (Jan 12, 2026):
Originally this was running in a VM so I tried a LXC just to make sure it wasn't something else going on. Host has enough resources that it shouldn't be an issue.