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
Describe the bug
Sometimes the deletion of registry auth will throw unclear error.
Using python:
defdelete_register_auth(registry_auth_id: str) ->None:
"""Deletes a registry auth."""try:
runpod.runpod.delete_container_registry_auth(registry_auth_id)
exceptrunpod.runpod.error.QueryErrorase:
logger.warning(f'Failed to delete registry auth {registry_auth_id}: {e}''Please delete it manually.')
got:
{'errors': [{'message': 'Something went wrong. Please try again later or contact support.', 'path': ['deleteRegistryAuth'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}], 'data': {'deleteRegistryAuth': None}}
Failed to delete registry auth <auth-id>: Something went wrong. Please try again later or contact support.Please delete it manually.
Using cloud console:
To Reproduce
This error cannot be stably reproduced. It happens 3 times for about 20 auth registry.
Expected behavior
Delete successful without any error, or more information.
Screenshots
see the description above.
Desktop (please complete the following information):
OS: Macos
Browser safari
CLI (please complete the following information):
Device: Debian GNU/Linux 11 (bullseye)
OS: Debian GNU/Linux 11 (bullseye)
Version: python sdk, runpod==1.7.7
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes the deletion of registry auth will throw unclear error.
Using python:
got:
Using cloud console:
To Reproduce
This error cannot be stably reproduced. It happens 3 times for about 20 auth registry.
Expected behavior
Delete successful without any error, or more information.
Screenshots
see the description above.
Desktop (please complete the following information):
CLI (please complete the following information):
Debian GNU/Linux 11 (bullseye)
Debian GNU/Linux 11 (bullseye)
runpod==1.7.7
Additional context
None
The text was updated successfully, but these errors were encountered: