-
Improvement
-
Resolution: Invalid
-
Normal
-
None
-
None
-
None
When I call a release lookup with inc=recordings+recording-level-rels+work-rels include parameters, I can get the release works.
But for some very big releases, I get no recording relationships at all (JSON and XML alike):
- Release OK: https://musicbrainz.org/ws/2/release/9d2340af-5194-40a0-b099-944fb2d3a5ef?inc=release-groups+recordings+artists+artist-credits+labels+recording-level-rels+work-rels&fmt=json
- Big release OK: https://musicbrainz.org/ws/2/release/16caa039-aba9-45e8-9ff1-8cca8635ff52?inc=release-groups+recordings+artists+artist-credits+labels+recording-level-rels+work-rels&fmt=json
- Very big release not OK: https://musicbrainz.org/ws/2/release/64e12f22-9377-49d3-99a9-155f7f6c4eae?inc=release-groups+recordings+artists+artist-credits+labels+recording-level-rels+work-rels&fmt=json
Is the limit on purpose ? and if so:
- What is the limit?
- Is there a way to work around, paginating?
Related to https://github.com/jesus2099/konami-command/issues/64