Skip to content
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

Closed
Richardgriff opened this issue Mar 9, 2020 · 4 comments · Fixed by #563
Closed

Unable to view SD CARD files plugged into Prusa MK3S #481

Richardgriff opened this issue Mar 9, 2020 · 4 comments · Fixed by #563
Labels
discussion Issue needs to be discussed further

Comments

@Richardgriff
Copy link

Richardgriff commented Mar 9, 2020

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
image

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

@Richardgriff Richardgriff added the bug Something isn't working label Mar 9, 2020
@UnchartedBull
Copy link
Owner

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!

@UnchartedBull UnchartedBull added discussion Issue needs to be discussed further and removed bug Something isn't working labels Mar 9, 2020
@UnchartedBull UnchartedBull removed their assignment Mar 9, 2020
@daddiomattyb
Copy link

daddiomattyb commented Mar 9, 2020 via email

@Richardgriff
Copy link
Author

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.

@UnchartedBull
Copy link
Owner

src/app/files/* (should be .ts / .scss and .html file) and src/app/files.component.ts are the relevant files for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Issue needs to be discussed further
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants