Sometimes you get the same message as the question with the headline:
This resource cannot be viewed at this time.
But when you click "Click here for more information," it says:
Failed to load preview: DataProxy returned an error (Data conversion error. Error: An error occurred while connecting to the server: DNS lookup failed for URL: http: /// dataset / c3ce226b-73bd-4b06-9d1b-ffea13d5f770 / resource / 580fb05f -6d86-4748-aac7-560b904a208f / download / foo.csv)
In this case, it is possible that the datapusher plugin is not working. First follow the instructions for the datapusher in the CKAN manual. If you already did this or you installed CKAN from a package, check the CKAN configuration in the production.ini file (development.ini). A small checklist to solve the problem:
- add datapusher to "ckan.plugins"
- set "ckan.site_url"
- install "ckan.datapusher.url"
- check apache server logs / nginx (/var/log/apache2/datapusher.*.log,/var/log/apache2/ckan_default*.log)
source share