mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1059] [Bug]: can't open files in slicer #751
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#751
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 @AllanonBrooks on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1059
Originally assigned to: @maziggy on GitHub.
Component
Bambuddy
Bug Description
when i try to open some files in the slicer i get an error message. it doesn't matter which slicer i use none of them semms to work
Expected Behavior
open the files in slicer software
Steps to Reproduce
Printer Model
None
Bambuddy Version
v0.2.3.1
SpoolBuddy Version
No response
Printer Firmware Version
01.11.02.00
Installation Method
Other
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
No response
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Apr 21, 2026):
Need more details.
@AllanonBrooks commented on GitHub (Apr 22, 2026):
@lunaticds commented on GitHub (Apr 22, 2026):
Seeing similar here with a .3mf sitting in archives. Opens BambuStudio (2.5.0.66) on Win11 but error is "Importing to Bambu Studio failed. Please download the file an.." using Edge. I see the same error using Firefox on Ubuntu.
I note earlier I get a popup warning that "the file is not from a trusted site; do you want to open it".
@jsapede commented on GitHub (Apr 23, 2026):
same here, impossible to open in bambustudio nor in orca
orcaslicer://open?file=https://*************/api/v1/archives/1/dl/7LVJoZ1pYIw54G5_JNenMqCH8R5ouQ0Z/Toothpick%20Launcher%20Print-in-Place.3mf
get errors loading :

but downloading directly :
https://*************/api/v1/archives/1/dl/7LVJoZ1pYIw54G5_JNenMqCH8R5ouQ0Z/Toothpick%20Launcher%20Print-in-Place.3mf
and opening it works
@maziggy commented on GitHub (Apr 23, 2026):
I'm quite sure that this is a local OS/Browser policy. Since I don't have Windows someone else need to check. I'm sorry.
@jsapede commented on GitHub (Apr 23, 2026):
its a problem of url encoding, tested it with chatgpt council for double encoding and it opens the file
orcaslicer://open?file=https%3A%2F%2F**********%2Fapi%2Fv1%2Farchives%2F1%2Fdl%2FkspBBCEAEKwflUktl_7dIIvyru17bLYq%2FToothpick%2520Launcher%2520Print-in-Place.3mf
https:// → https%3A%2F%2F
/ → %2F
Toothpick%20... → Toothpick%2520... ✅ (double encodage indispensable)
errors emerge forme 0kb files generated with the original url making .download incomplete files
@maziggy commented on GitHub (Apr 23, 2026):
For me it works under Linux and Macos. Lemme check....
@maziggy commented on GitHub (Apr 23, 2026):
Available/Fixed in branch dev and available with the next release or daily build. Please let me now if it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!