[GH-ISSUE #87] File Manager Form "File not found." #35

Closed
opened 2026-02-27 15:48:24 +03:00 by kerem · 5 comments
Owner

Originally created by @yankejustin on GitHub (May 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/87

When attempting to download a file that is in the root directory, it will not work. The status message in the downloads tab states that it was not found.

  1. Find why it isn't working and fix the bug (of course).
  2. Modify the catch clause - where it is "catch (IOException)" - and don't let it set all issues caused by IOExceptions write the status as "File Not Found." because there are other IOExceptions that can thrown by trying to download a file.
Originally created by @yankejustin on GitHub (May 6, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/87 When attempting to download a file that is in the root directory, it will not work. The status message in the downloads tab states that it was not found. 1) Find why it isn't working and fix the bug (of course). 2) Modify the catch clause - where it is "catch (IOException)" - and don't let it set all issues caused by IOExceptions write the status as "File Not Found." because there are other IOExceptions that can thrown by trying to download a file.
kerem 2026-02-27 15:48:24 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MaxXor commented on GitHub (May 6, 2015):

I tried putting xrat.exe to C:\ and downloaded it with the File Manager. Worked.

Did your file exist?

<!-- gh-comment-id:99457195 --> @MaxXor commented on GitHub (May 6, 2015): I tried putting xrat.exe to C:\ and downloaded it with the File Manager. Worked. Did your file exist?
Author
Owner

@vigneshkarthisan commented on GitHub (May 6, 2015):

modify the catch clause into catch(FileNotFoundException) and check whether it is really an issue with xRAT

<!-- gh-comment-id:99457948 --> @vigneshkarthisan commented on GitHub (May 6, 2015): modify the catch clause into `catch(FileNotFoundException)` and check whether it is really an issue with xRAT
Author
Owner

@yankejustin commented on GitHub (May 6, 2015):

Hmmm... It seems that I didn't have the permission to read the file contents.

<!-- gh-comment-id:99520345 --> @yankejustin commented on GitHub (May 6, 2015): Hmmm... It seems that I didn't have the permission to read the file contents.
Author
Owner

@MaxXor commented on GitHub (May 6, 2015):

Can you confirm it's working with Administrator rights?

<!-- gh-comment-id:99521318 --> @MaxXor commented on GitHub (May 6, 2015): Can you confirm it's working with Administrator rights?
Author
Owner

@yankejustin commented on GitHub (May 7, 2015):

I need to research this a bit more. For now, I will close this because it seems to be functioning. There are so many things that could have caused the IOException, so I will open this once more if I find something unusual that was the fault of xRAT.

<!-- gh-comment-id:99849695 --> @yankejustin commented on GitHub (May 7, 2015): I need to research this a bit more. For now, I will close this because it seems to be functioning. There are so many things that could have caused the IOException, so I will open this once more if I find something unusual that was the fault of xRAT.
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/Quasar#35
No description provided.