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

Making vizarr authentication errors more explicit #30

Closed
jluethi opened this issue Sep 17, 2024 · 3 comments · Fixed by #42
Closed

Making vizarr authentication errors more explicit #30

jluethi opened this issue Sep 17, 2024 · 3 comments · Fixed by #42

Comments

@jluethi
Copy link

jluethi commented Sep 17, 2024

We now often see the following error:

Error: server replied with "Node not found: v3 array or group" when loading the resource

There can be various reasons for it and I keep getting questions on it from users, so it is something we should improve on after all.

This can occur because:

  • A user doesn't have access to any vizarr data (in the current scheme: User isn't in the allowed users list)
  • A user doesn't have access to that specific data
  • The user isn't logged in to Fractal anymore (which isn't very obvious)

And probably many more scenarios :)

We should at least catch those first 3 and display relevant errors. If that means we'll need to make upstream contributions to be able to catch such errors at all, let's try that again. I'll go lobby for them if they get stuck again ;)

@tcompa
Copy link
Collaborator

tcompa commented Sep 18, 2024

@zonia3000
Copy link
Collaborator

See hms-dbmi/vizarr#214

@tcompa
Copy link
Collaborator

tcompa commented Oct 30, 2024

Status update: we are waiting for hms-dbmi/vizarr#221 to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants