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

Whoosh index error: ord() expected a character, but string of length 0 found #400

Open Xpirix opened 1 month ago

Xpirix commented 1 month ago

When the app reaches a high download count, it generates a whoosh index error: ord() expected a character, but string of length 0 found. It could be an error 500 on the live server that impacts some of the features related to the plugins such as download, search...

A temporary fix would be:

We should keep this troubleshooting note somewhere and try to apply a proper fix to prevent this issue.