1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #433] [Bug]: When opening an archived project with OrcaSlicer I get an error. #269

Closed
opened 2026-05-07 00:08:16 +02:00 by BreizhHardware · 8 comments

Originally created by @Teke14 on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/433

Originally assigned to: @maziggy on GitHub.

bambuddy-support-20260218-083251.zip

Bug Description

I have my default slicer as OrcaSlicer and when I open an archived print I get the following error message when OrcaSlicer opens. The download has failed. Invalid HTTP request received.

Image

Expected Behavior

The expected behavior is that OrcaSlicer should open the file.

Steps to Reproduce

  1. Open archived file with Slicer
  2. Wait for OrcaSlicer to open to see error.

Printer Model

P1S

Bambuddy Version

0.2.0

Printer Firmware Version

01.08.01

Installation Method

Manual (git clone)

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package

It's not letting me drag file to here.

Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
Originally created by @Teke14 on GitHub (Feb 18, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/433 Originally assigned to: @maziggy on GitHub. [bambuddy-support-20260218-083251.zip](https://github.com/user-attachments/files/25391459/bambuddy-support-20260218-083251.zip) ### Bug Description I have my default slicer as OrcaSlicer and when I open an archived print I get the following error message when OrcaSlicer opens. The download has failed. Invalid HTTP request received. <img width="385" height="206" alt="Image" src="https://github.com/user-attachments/assets/a2829ec5-b627-43da-8d4b-76d4d223348f" /> ### Expected Behavior The expected behavior is that OrcaSlicer should open the file. ### Steps to Reproduce 1. Open archived file with Slicer 2. Wait for OrcaSlicer to open to see error. ### Printer Model P1S ### Bambuddy Version 0.2.0 ### Printer Firmware Version 01.08.01 ### Installation Method Manual (git clone) ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell It's not letting me drag file to here. ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode
BreizhHardware 2026-05-07 00:08:16 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Teke14 commented on GitHub (Feb 18, 2026):

bambuddy-support-20260218-083251.zip

<!-- gh-comment-id:3920813184 --> @Teke14 commented on GitHub (Feb 18, 2026): [bambuddy-support-20260218-083251.zip](https://github.com/user-attachments/files/25391473/bambuddy-support-20260218-083251.zip)
Author
Owner

@darkavatar23 commented on GitHub (Feb 18, 2026):

i had the same problem yesterday, ie solved by disabling autentication,

if you diable the action on the browser or check the link to 'slice' button with 'inspect' of the browser you can see the link

for example:
http://bambuddy.internal.internal.------.eu/api/v1/archives/16/file/file1_test.3mf
then put it on a browser and get the 'Non Autenticated User' error

Image

so i disabled it, then tryed it again with shell (yours will be a different command)

xdg-open "bambustudioopen://http://bambuddy.internal.------.eu/api/v1/archives/16/file/file1_test.3mf"
and then it worked.

Hope this answer

<!-- gh-comment-id:3920971559 --> @darkavatar23 commented on GitHub (Feb 18, 2026): i had the same problem yesterday, ie solved by disabling autentication, if you diable the action on the browser or check the link to 'slice' button with 'inspect' of the browser you can see the link for example: _http://bambuddy.internal.internal.------.eu/api/v1/archives/16/file/file1_test.3mf_ then put it on a browser and get the 'Non Autenticated User' error <img width="1892" height="878" alt="Image" src="https://github.com/user-attachments/assets/701403c7-68e2-4823-b3cb-594494662bf3" /> so i disabled it, then tryed it again with shell (yours will be a different command) `xdg-open "bambustudioopen://http://bambuddy.internal.------.eu/api/v1/archives/16/file/file1_test.3mf" ` and then it worked. Hope this answer
Author
Owner

@maziggy commented on GitHub (Feb 18, 2026):

Ahhhh....authentication....good catch! Let me check.

<!-- gh-comment-id:3921043897 --> @maziggy commented on GitHub (Feb 18, 2026): Ahhhh....authentication....good catch! Let me check.
Author
Owner

@Teke14 commented on GitHub (Feb 18, 2026):

I tried disabling the authentication but still the same error. I'm opening the orcaslicer on a Windows device within Edge.

<!-- gh-comment-id:3921357248 --> @Teke14 commented on GitHub (Feb 18, 2026): I tried disabling the authentication but still the same error. I'm opening the orcaslicer on a Windows device within Edge.
Author
Owner

@Teke14 commented on GitHub (Feb 18, 2026):

I may have narrowed down my problem. I downloaded the file and tried to open with OrcaSlicer. It opens but my plate is empty. I will go through the docs again to see if I missed something.

<!-- gh-comment-id:3921483388 --> @Teke14 commented on GitHub (Feb 18, 2026): I may have narrowed down my problem. I downloaded the file and tried to open with OrcaSlicer. It opens but my plate is empty. I will go through the docs again to see if I missed something.
Author
Owner

@maziggy commented on GitHub (Feb 18, 2026):

Should be fixed in branch 0.2.1b. Please let me know if it works for you.


If you find Bambuddy useful, please consider giving it a on GitHub — it helps others discover the project!

<!-- gh-comment-id:3921528954 --> @maziggy commented on GitHub (Feb 18, 2026): Should be fixed in branch 0.2.1b. Please let me know if it works for you. ----- If you find Bambuddy useful, please consider giving it a ⭐ on [GitHub](https://github.com/bambuman/bambuddy) — it helps others discover the project!
Author
Owner

@Teke14 commented on GitHub (Feb 18, 2026):

I think this is a me problem with Windows 11. Still the same issue.

<!-- gh-comment-id:3921940514 --> @Teke14 commented on GitHub (Feb 18, 2026): I think this is a me problem with Windows 11. Still the same issue.
Author
Owner

@maziggy commented on GitHub (Feb 18, 2026):

Sorry, don't have any Windows machine.

<!-- gh-comment-id:3921946432 --> @maziggy commented on GitHub (Feb 18, 2026): Sorry, don't have any Windows machine.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#269
No description provided.