koudaiii / qucli

Manage repositories in Quay.io
MIT License
35 stars 4 forks source link

{"status": 401, "error_message": "Requires authentication", "title": "invalid_token", "error_type": "invalid_token", "detail": "Requires authentication", "type": "https://quay.io/api/v1/error/invalid_token"} #32

Closed koudaiii closed 6 years ago

koudaiii commented 6 years ago

WHY

$ qucli get koudaiii/qucli
Repository:
    quay.io/koudaiii/qucli
Visibility:
    public
Permissions:
    koudaiii(admin)
Notifications:
err: HTTP error!
URL: https://quay.io/api/v1/repository/koudaiii/qucli/notification
status code: 401
body:
{"status": 401, "error_message": "Requires authentication", "title": "invalid_token", "error_type": "invalid_token", "detail": "Requires authentication", "type": "https://quay.io/api/v1/error/invalid_token"}
$ ./bin/qucli get koudaiii/qucli
Repository:
    quay.io/koudaiii/qucli
Visibility:
    public
Permissions:
    koudaiii(admin)
Notifications:
    b0736be9-f0eb-4c3c-8d33-2e331b1e5b0f    Some title  repo_push   map[]   slack   map[url:https://hooks.slack.com/service/some/token/here]
    00ad6dc9-8a20-47c2-85c2-17a5bbecd918    Some title  repo_push   map[]   slack   map[url:https://hooks.slack.com/service/some/token/here]

🤔 ❓

qucli version: 0.6.2

koudaiii commented 6 years ago
$ qucli get koudaiii/qucli
Repository:
    quay.io/koudaiii/qucli
Visibility:
    public
Permissions:
    koudaiii(admin)
Notifications:
    b0736be9-f0eb-4c3c-8d33-2e331b1e5b0f    Some title  repo_push   map[]   slack   map[url:https://hooks.slack.com/service/some/token/here]

ok, Fix v0.6.4

akshitdevops commented 4 years ago

@koudaiii When I try to get the tags of an image , I get the same issue can you please suggest how to get the tags of an image in quay.io (via commandline)