You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
{
"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"
}
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
The text was updated successfully, but these errors were encountered: