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

```Error #01: access denied #180

Open
IgorBass73 opened this issue Oct 6, 2022 · 1 comment
Open

```Error #01: access denied #180

IgorBass73 opened this issue Oct 6, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@IgorBass73
Copy link

I did get this error after running it on my Unraid Server.
I also get a message

Operation Failed: The operation failed in the server


[GIN] 2022/04/25 - 21:35:34 | 403 | 32.805µs | 192.168.178.28 | GET "/v1/fs/sharings/ids"
Error #01: access denied

[GIN] 2022/04/25 - 21:35:39 | 403 | 40.104µs | 192.168.178.28 | GET "/v1/fs/dirs?dp="
Error #01: access denied

[GIN] 2022/04/25 - 21:35:39 | 403 | 42.601µs | 192.168.178.28 | GET "/v1/fs/sharings/ids"
Error #01: access denied

[GIN] 2022/04/25 - 21:35:44 | 403 | 44.84µs | 192.168.178.28 | GET "/v1/fs/dirs?dp="
Error #01: access denied

[GIN] 2022/04/25 - 21:35:44 | 403 | 25.967µs | 192.168.178.28 | GET "/v1/fs/sharings/ids"
Error #01: access denied

but where are these folders?

@ihexxa
Copy link
Owner

ihexxa commented Oct 7, 2022

Hi @IgorBass73,

Thanks for the feedback, these requests are not requesting for folders, they are trying to get or list metadata, e,g.,

  • GET "/v1/fs/sharings/ids" is trying to translate a sharing id into a file system location, then UI can list items of the directory.
  • GET "/v1/fs/dirs?dp=" is listing items in the folder dp, but it is rejected since it passes an empty value. This part do need improving.

What are you trying to do when you see this error Operation Failed: The operation failed in the server? For example, after logged in or accessing a sharing folder.

@ihexxa ihexxa self-assigned this Oct 7, 2022
@ihexxa ihexxa added the bug Something isn't working label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants