Open Gutelvam opened 1 year ago
My first advice is to rotate the Beaker secret and CSRF secret on whichever environment this came from, since they're publicly exposed. Also the API token.
Second, the example schema references the 'unicode' validator. That's where the problem comes from.
My first advice is to rotate the Beaker secret and CSRF secret on whichever environment this came from, since they're publicly exposed. Also the API token.
First of all, thanks for the advice. However, it doesn't impact anything since it's a local environment on a VirtualBox VM machine for testing purposes. Second, thanks for the answer. I'll try to fix it.
I'm encountering this error even after a clean installation. I've attempted this with CKAN version 2.10.1, 2.9.9 and Python versions 3.10, 3.8.13, and 3.9.18, and in all cases, I encountered the same error when attempting to upload a file. Unfortunately, I don't have any additional information to provide about the error at this time. Here's the content of my ckan.ini file:
I've double-checked the version of ckanext-scheming, and it appears to be up to date at version 3.0.0. Here is a list of the libraries installed in the environment:
and for information, here is the error mensage when i try to upload something:
Given this situation, I would greatly appreciate any assistance in resolving this issue. Thank you very much.
Originally posted by @Gutelvam in https://github.com/frictionlessdata/ckanext-validation/issues/90#issuecomment-1756296738