Skip to content

Collect Kickbase Gift gets 500 when already collected #5

Description

@Wilmo045

When gift is already collected, Kickbase API returns 500 not 400. This leads to an exception at the moment, as the method expects 200 or 400.
if r.status_code == 200: return True elif r.status_code == 500: return False else: raise KickbaseException()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions