No claim url return in a 409 error payload
Bug #1598905 reported by
Sergio Schvezov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Triaged
|
Medium
|
Joe Talbott | ||
Software Center Agent |
Fix Released
|
Undecided
|
Fabián Ezequiel Gallina |
Bug Description
When trying to register a reserved or already registered snap there is no information provided about where to make a claim on such a name.
e.g.; https:/
Changed in software-center-agent: | |
assignee: | nobody → Fabián Ezequiel Gallina (fgallina) |
Changed in snapcraft: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in software-center-agent: | |
status: | New → Fix Committed |
Changed in software-center-agent: | |
status: | Fix Committed → Fix Released |
tags: | added: store |
Changed in snapcraft: | |
milestone: | none → 2.28 |
assignee: | nobody → Joe Talbott (joetalbott) |
Changed in snapcraft: | |
milestone: | 2.28 → none |
To post a comment you must log in.
Hi Sergio,
The `register_name_url` key must be present in the payload and should be what you are looking for. Our acceptance tests for the register name API[0] are currently ensuring such key is returned for both reserved names and registered names errors.
Can you confirm this is missing? If so, could you provide more details about the request itself?
[0] http:// bazaar. launchpad. net/~ubuntuone- pqm-team/ ols-store- tests/store- acceptance- tests/view/ head:/tests/ api/snap/ test_register_ name.py
Thanks!
Fabián