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

UX - No UI indicator to tell whats the current state when error happens either 500 or 4xx #75

Open
gogakoreli opened this issue Feb 5, 2025 · 1 comment

Comments

@gogakoreli
Copy link
Contributor

Description

If error happens wether it is 500 or 4xx, the user is unable to tell whats going on in the UI, at least showing an error message or some kind of UI indicator will improve the UX for the customer

Screenshot

Image
@gogakoreli
Copy link
Contributor Author

{
"error": "Traceback (most recent call last):\n File "/opt/conda/lib/python3.11/site-packages/tornado/web.py", line 1790, in _execute\n result = await result\n ^^^^^^^^^^^^\n File "/opt/conda/lib/python3.11/site-packages/jupyter_drives/handlers.py", line 68, in get\n result = await self._manager.list_drives()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/conda/lib/python3.11/site-packages/jupyter_drives/manager.py", line 124, in list_drives\n results += drive.list_containers()\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/conda/lib/python3.11/site-packages/libcloud/storage/base.py", line 302, in list_containers\n return list(self.iterate_containers())\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/opt/conda/lib/python3.11/site-packages/libcloud/storage/drivers/s3.py", line 330, in iterate_containers\n raise LibcloudError("Unexpected status code: %s" % (response.status), driver=self)\nlibcloud.common.types.LibcloudError: <LibcloudError in <libcloud.storage.drivers.s3.S3StorageDriver object at 0x7f4107758910> 'Unexpected status code: 400'>\n"
}

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

No branches or pull requests

1 participant