Steps to replicate the issue:
- Use Mapillary sequence: A0apy5uiz8jEPMxVfXLYSC
What happens?:
The UI stays in the Loading state and never gets finished. Check the Mapillary API for that sequence returns
{
"error": {
"code": 1,
"message": "Please reduce the amount of data you're asking for, then retry your request"
}
}Pagination with limit=1 did not help. The sequence has 9,426 images and querying a large amount of fields is breaking Mapillary API and will break Curator app.
What should have happened instead?: Show the user an error that this sequence is not possible, at the moment. In the future, integrate working with large collections.