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
Trying to create Organisation in the local latest HDX-CKAN instance. Request is getting placed but no org. is actually created in the system. SMTP settings are working as well. I am only getting a notification of a request submitted.
Can you please suggest, what to do to create organization in the local running instance of HDX-CKAN ?
The text was updated successfully, but these errors were encountered:
.create_in_hdx()
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/hdx/data/organization.py", line 117, in create_in_hdx
self._create_in_hdx('organization', 'id', 'name')
File "/usr/local/lib/python2.7/dist-packages/hdx/data/hdxobject.py", line 325, in _create_in_hdx
self._save_to_hdx('create', name_field_name, file_to_upload)
File "/usr/local/lib/python2.7/dist-packages/hdx/data/hdxobject.py", line 291, in _save_to_hdx
result = self._write_to_hdx(action, self.data, id_field_name, file_to_upload)
File "/usr/local/lib/python2.7/dist-packages/hdx/data/hdxobject.py", line 273, in _write_to_hdx
raisefrom(HDXError, 'Failed when trying to %s %s! (POST)' % (action, data[id_field_name]), e)
File "/usr/local/lib/python2.7/dist-packages/hdx/utilities/init.py", line 23, in raisefrom
six.reraise(exc_type, '%s - %s' % (message, exc), sys.exc_info()[2])
TypeError: str returned non-string (type dict)
Trying to create Organisation in the local latest HDX-CKAN instance. Request is getting placed but no org. is actually created in the system. SMTP settings are working as well. I am only getting a notification of a request submitted.
Can you please suggest, what to do to create organization in the local running instance of HDX-CKAN ?
The text was updated successfully, but these errors were encountered: