You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an error for some translations, e.g. romanian, that result in a 500 error on a route for i18n.
Additional details
I found the source in ckan/views/api.py and ckan/lib/i18n.py and corrected it. I thought I should let you know.
I should mention that I use Ckan in Docker, and though I don't know why, it uses python2 instead of python3.
The text was updated successfully, but these errors were encountered:
The issue is partially fixed with #6531
It only fixes the non py2 compatible open function use in the ckan/views/api.py. The i18n module still uses py3 only code.
CKAN version
2.9.4
Describe the bug
There is an error for some translations, e.g. romanian, that result in a 500 error on a route for i18n.
Additional details
I found the source in ckan/views/api.py and ckan/lib/i18n.py and corrected it. I thought I should let you know.
I should mention that I use Ckan in Docker, and though I don't know why, it uses python2 instead of python3.
The text was updated successfully, but these errors were encountered: