qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Error 500: internal application error When Requesting API with limit parameter. #407

Closed ismailsunni closed 1 month ago

ismailsunni commented 1 month ago

This API call is no longer working: https://plugins.qgis.org/api/v1/resources/?limit=1000

image

When you remove the limit or set the limit to 10 (max is 39), it works.

Unfortunately, it breaks the QGIS Hub Plugin.

Was this change planned/intentional or not?

Thanks!

Xpirix commented 1 month ago

Hi @ismailsunni, I've fixed it.

The error occurred on a specific style (40th) with an invalid thumbnail. So the request was not able to show other results.

ismailsunni commented 1 month ago

Thanks, it's working as before now.