ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Ckanapi hanging after load command #202

Closed sparsons808 closed 2 years ago

sparsons808 commented 2 years ago

Each time I try to run ckanpapi load command ckanapi just hangs. Is there any support for this? does anyone know why this might be happening?

wardi commented 2 years ago

if you don't pass -I then ckanapi is waiting for input on stdin

sparsons808 commented 2 years ago

So I do pass -I and some of the datasets load, but some don't, and the program is just left hanging until i abort it. thank you for your response.

wardi commented 2 years ago

if some of them are loading it sounds like a ckan or extension issue and not a ckanapi one. What happens when you load data with curl or another tool instead?

sparsons808 commented 2 years ago

so same thing happens even when I load data with curl

wardi commented 2 years ago

You might have an issue with ckan or an extension, try removing extensions to see if one of them is causing the issue and open the issue with that extension. If not, open a new issue on the ckan repo instead.