ittybittyapps / appstoreconnect-cli

An easy to use command-line tool for interacting with the Apple AppStore Connect API
MIT License
172 stars 17 forks source link

Bug: Listing Profiles for an account with more than 20 profiles fails #209

Closed orj closed 3 years ago

orj commented 3 years ago

🌎 Environment

💬 Description

Listing profiles for an account with more than 20 profiles fails unless a limit is specified.

🦶 Reproduction Steps

Steps to reproduce the behavior, provide an example of the command line issued:

  1. Have an account with more than 20 profiles
  2. Run swift run asc profiles list
  3. Command does not complete.
  4. Run swift run asc profiles list --limit 200
  5. Command completes

🤔 Expected Results

That the command lists all profiles and completes in a reasonable timeframe.

😲 Actual Results

The command does not complete.

🤝 Relationships

This bug is probably caused by the the same issue in the SDK as #193