Skip to content

Some apps have an invalid has_binary field #88

@sjp4

Description

@sjp4

Example: https://appstore-api.rebble.io/api/v1/apps/id/69a30474521b3b000990cadd (which is also present in home feed for apps: https://appstore-api.rebble.io/api/v1/apps/id/69a30474521b3b000990cadd) has:

"basalt": {
          "firmware": {
            "major": 3
          },
          "has_binary": {

          },
          "supported": true
        },

where is_binary should be a boolean, so the app is having trouble parsing that field as an empty object (null would be fine if we don't have the data to populate it).

Every other app in the home feed looks good e.g.:

"basalt": {
          "firmware": {
            "major": 3
          },
          "has_binary": true,
          "supported": true
        },

ref: https://discord.com/channels/221364737269694464/1412426648384438403/1477724223387729971

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions