8000 Bug: error with "processing" status device · Issue #260 · ittybittyapps/appstoreconnect-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Bug: error with "processing" status device #260
Open
@axelburks

Description

@axelburks

🌎 Environment

💬 Description

error with "processing" status device

🦶 Reproduction Steps

  1. Add new device to account which have more than 10 devices.
    https://developer.apple.com/help/account/reference/device-registration-updates/
  2. run asc devices

🤔 Expected Results

show devices list

😲 Actual Results

{
"type" : "devices",
"id" : "xx",
"attributes" : {
"addedDate" : "2023-08-08T04:39:17.000+00:00",
"name" : "x-ios15.2-iphone12",
"deviceClass" : "IPHONE",
"model" : "iPhone 12",
"udid" : "xxxx",
"platform" : "IOS",
"status" : "PROCESSING"
},
"links" : {
"self" : "https://api.appstoreconnect.apple.com/v1/devices/xxx"
}
}
Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "data", intValue: nil), _JSONKey(stringValue: "Index 2", intValue: 2), CodingKeys(stringValue: "attributes", intValue: nil), CodingKeys(stringValue: "status", intValue: nil)], debugDescription: "Cannot initialize DeviceStatus from invalid String value PROCESSING", underlyingError: nil)).

🌳 Logs

Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "data", intValue: nil), _JSONKey(stringValue: "Index 2", intValue: 2), CodingKeys(stringValue: "attributes", intValue: nil), CodingKeys(stringValue: "status", intValue: nil)], debugDescription: "Cannot initialize DeviceStatus from invalid String value PROCESSING", underlyingError: nil)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0