-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Unable to view SD CARD files plugged into Prusa MK3S #481
Comments
SD Card files aren‘t supported right now. Not all info is available for SD Card files, thus they are omitted. Feel free to open a PR to include these, I don‘t have the time currently. Sorry! |
I am not sure what you mean by SD card files.
From: Timon G. <notifications@github.com>
Sent: Monday, March 9, 2020 4:08 PM
To: UnchartedBull/OctoDash <OctoDash@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [UnchartedBull/OctoDash] Unable to view SD CARD files plugged into Prusa MK3S (#481)
SD Card files aren‘t supported right now. Not all info is available for SD Card files, thus they are omitted. Feel free to open a PR to include these, I don‘t have the time currently. Sorry!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#481?email_source=notifications&email_token=AMMODXS3R2KUNGPHMOHXZ5TRGVLBHA5CNFSM4LEO4KQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOJCE6Y#issuecomment-596779643>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMMODXR4X5MZ4WCDSGGFR2TRGVLBHANCNFSM4LEO4KQQ>.
|
Thanks for the quick response. if you can point me in the direction of the file handler I can maybe take a look. Not promising anything as my programming skills are basic but willing to help. |
src/app/files/* (should be .ts / .scss and .html file) and src/app/files.component.ts are the relevant files for this :) |
Describe the bug
Frist Off i would liek to say what a wonderfull product. The UI i just amazing. However i am am having issue.
I am unable to view files that are on the SD CARD plugged into my prusa mk3s.
Launch the OCTOPRINT browser UI shows the SD CARD FILES listed. Octodash is unable to see these files.
send the command
octopi.local/api/files?recursive=true
X-Api-Key: *************
Returns a json with all the files listed.
If i generate a folder from OCTOPI this is displayed correctly in OCTODASH
Running the get file command again gives back all files. This time however it shows the TEST folder as having a origin as "local".
This would suggest that files with origin of "sdcard" are unable to be seen by octodash.
Expected behavior
SD files should show in octodash as they do in octoprint
Screenshots
General Information:
Rasberry PI 3B+ with Offical 7 inch Touch screen
Octoprint Version 1.4.0
Octopi version 0.17.0
Octodash version 1.4.0
The text was updated successfully, but these errors were encountered: