Closed
Bug 2027114
Opened 1 month ago
Closed 19 days ago
nimbus-cli release list fails to deserialize RS data
Categories
(Application Services :: Nimbus SDK, defect, P1)
Application Services
Nimbus SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: beth, Assigned: beth)
References
Details
(Whiteboard: [nimbus])
Attachments
(1 file)
the deserialization logic in the relase list command (and other places) is expecting data from the raw HTTP API, and isntead we have a list of records. We should fix this.
target/debug/nimbus-cli --app fenix --channel release list
Error: Expected an array with key 'data' in the JSONObject
Updated•1 month ago
|
Comment 1•21 days ago
|
||
Comment 2•19 days ago
|
||
Authored by https://github.com/freshstrangemusic
https://github.com/mozilla/application-services/commit/8e94df1c5e845f6e6b4db4114ee76ce778be80b8
[main] Bug 2027114 - Produce expected data format in nimbus-cli list command (#7341)
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
Flags: qe-verify+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•