You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
If this error is breaking your
meeple update
execution (all collections), you can instead individually callmeeple update collection-name
to update specific collections with fewer than 20 contained items.There is currently to known workaround for updating larger collections.
The text was updated successfully, but these errors were encountered: