okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

CKAN - Could not load view: DataProxy returned an error #85

Open davidloz86 opened 2 years ago

davidloz86 commented 2 years ago

Hi,

I would like to see CSV visualization on CKAN, but only appear the next following message error: Could not load view: DataProxy returned an error.

I replicated this steps:

After that, when I log in as ckan-admin in http://localhost:5000/, if I add a organization and create a CVS dataset and I preview it don't appear nothing, only the message error.

Could you help me?

Thanks, David

mikelhpdatke commented 2 years ago

This is the datapusher's error. You could try keitaro instead. For example:


  datapusher:
    container_name: datapusher
    image: keitaro/ckan-datapusher:latest

    ports:
      - "8000:8000"
    environment:
      - DATAPUSHER_MAX_CONTENT_LENGTH=${DATAPUSHER_MAX_CONTENT_LENGTH}
      - DATAPUSHER_CHUNK_SIZE=${DATAPUSHER_CHUNK_SIZE}
      - DATAPUSHER_CHUNK_INSERT_ROWS=${DATAPUSHER_CHUNK_INSERT_ROWS}
      - DATAPUSHER_DOWNLOAD_TIMEOUT=${DATAPUSHER_DOWNLOAD_TIMEOUT}
      - DATAPUSHER_SSL_VERIFY=${DATA_PUSHER_SSL_VERIFY}
      - DATAPUSHER_REWRITE_RESOURCES=${DATAPUSHER_REWRITE_RESOURCES}
      - DATAPUSHER_REWRITE_URL=${DATAPUSHER_REWRITE_URL}