-
Notifications
You must be signed in to change notification settings - Fork 21
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
Method registry.list_repository_tags throws JSONDecodeError due to extra data #173
Comments
Thanks for filing this issue. We will investigate this on our side to confirm. |
@mikeberezowski thanks. If it helps, here's the list of
|
We had a Pydo user [open a github issue](digitalocean/pydo#173) regarding the [list registry repository tags endpoint](https://docs.digitalocean.com/reference/api/api-reference/#operation/registry_list_repositoryTags). Turns out the client wasn't working because we were documenting the wrong endpoint path for the container registry endpoints, resulting in a "Not Found" 404 error.
We had a Pydo user [open a github issue](digitalocean/pydo#173) regarding the [list registry repository tags endpoint](https://docs.digitalocean.com/reference/api/api-reference/#operation/registry_list_repositoryTags). Turns out the client wasn't working because we were documenting the wrong endpoint path for the container registry endpoints, resulting in a "Not Found" 404 error.
Thanks for bringing this to our attention. I have created a PR for this fix in #174 Once this is merged, we will cut a new release and close this issue. Thanks again! |
A new release has been cut with the fix. Thank you for bringing this to our attention! |
Python version: 3.7.16
pydo version: 0.1.4
How to replicate the issue:
Example stacktrace:
The text was updated successfully, but these errors were encountered: