Closed stefina closed 2 years ago
We found the issue in two of our plugins which was the culprit that we didn't find it quickly (commenting out custom code made this occur in the other portion of the custom code).
We were modifying the before_search
-result by checking g.user
but that threw that exception above. We are now excepting the TypeError that is thrown there.
Hey there, we have started to upgrade one of our instances from 2.8.4 to CKAN 2.9.2.
Now we are running into issues when rebuilding the index. Datasets get re-indexed just fine but it fails for showcases with this error-message:
We found so far, that those kind of errors have to do with Pylons and Flask interfering but I wasn't able to pin down why this happens only for showcases as we are using the most recent version 1.4.4 which is described as compatible with CKAN 2.9
Additional Notes:
migrate_package_activity.py
script which will also present errors but when navigating to the showcases directly we can display them as well as the activities