netwerk-digitaal-erfgoed / ld-workbench

A CLI tool for transforming large RDF datasets using pure SPARQL.
5 stars 1 forks source link

No data loaded from 'stores' error #102

Closed coret closed 4 months ago

coret commented 4 months ago

Based on the nafotos-datadumps configuration (*) and with oxigraph running (per README.md) I get - after the "importing data to SPARQL store" step - an error on the "loading results from iterator" step:

pipeline NA fotocollectie (via datadumps) failed:
No data loaded
file:///home/http/.npm/_npx/4acbffebfeea8bcf/node_modules/@netwerk-digitaal-erfgoed/ld-workbench/build/import.js:44
                throw new Error('No data loaded');
                      ^

Error: No data loaded
    at pRetry.retries (file:///home/http/.npm/_npx/4acbffebfeea8bcf/node_modules/@netwerk-digitaal-erfgoed/ld-workbench/build/import.js:44:23)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RetryOperation._fn (file:///home/http/.npm/_npx/4acbffebfeea8bcf/node_modules/p-retry/index.js:57:20) {
  attemptNumber: 4,
  retriesLeft: 0
}
ddeboer commented 4 months ago

This means the data could not be queried after the import (retrying that 3 times).

Can you check whether your Oxigraph’s named graph import:yourfile.nt contains data?

I was able to reproduce your issue, so I’ll have a look.

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 2.5.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: