-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jobs: hide .mru files #1503
Comments
Hi @thijstriemstra, thanks for opening this ticket. To be honest, I am a bit skeptical of adding "random" file types or extensions that I don't know of... I assume "mru" here referes to "most recently used", but the question is what actually created these files in the first place? Possibly some app you are using? |
my guess is mru stands for moonraker upload? i'll try to search moonraker codebase. |
Oh, good call!! Given this I think it does make sense to add a new entry to hide these files (as they are created by Moonraker) |
my guess is they're unprocessed or failed moonraker uploads? not sure how they ended up in this state though. |
cc @Arksine |
Moonraker streams uploads to the system temp folder with a temporary file name (with the .mru extension). Once the upload is complete, the file is moved to the destination path and renamed. The only way I'm aware that a I added a check to the upload method to make sure it receives a valid file name. That said, if this behavior continues |
thanks for the feedback @Arksine!
I'm using OrcaSlicer so sounds like the bug's there.. |
@Arksine I got the new 400 error you added recently while uploading a file from OrcaSlicer. It showed up in a OrcaSlicer popup:
I uploaded a file with title: After changing the name to
So where is the issue, Moonraker or OrcaSlicer? |
Sounds like an issue in Orcaslicer. Its uploading a file without properly setting the filename in the FWIW, I uploaded a file with PrusaSlicer 2.8.1 using the same file name and it proceeded successfully. |
Fluidd Version
1.30.4
Browser
Firefox
Device
Desktop PC
Operating System
Windows
What happened
The jobs page has
.mru
files in it:I enabled the hidden files filter.
What did you expect to happen
That .mru files are hidden.
How to reproduce
Not sure..!
Additional information
No response
The text was updated successfully, but these errors were encountered: