Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection updates failing for collections containing more than 20 items #97

Open
boldandbrad opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@boldandbrad
Copy link
Owner

The BGG api appears to now be denying get requests for 20+ items at a time. We will need to page/multithread these requests and stitch the results together instead.

Example behavior:

-> meeple update own
╭───────┬──────────────────────────────────────────────────────────────────────╮
│ Error │ Unknown BGG API Error | HTTP 400 | b'Cannot load more than 20 items' │
╰───────┴──────────────────────────────────────────────────────────────────────╯

If this error is breaking your meeple update execution (all collections), you can instead individually call meeple update collection-name to update specific collections with fewer than 20 contained items.

There is currently to known workaround for updating larger collections.

@boldandbrad boldandbrad added the bug Something isn't working label Aug 28, 2024
@boldandbrad boldandbrad self-assigned this Aug 28, 2024
@boldandbrad boldandbrad pinned this issue Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant