Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data loaded from 'stores' error #102

Closed
coret opened this issue Jul 11, 2024 · 2 comments · Fixed by #105
Closed

No data loaded from 'stores' error #102

coret opened this issue Jul 11, 2024 · 2 comments · Fixed by #105
Labels

Comments

@coret
Copy link

coret commented Jul 11, 2024

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
Copy link
Member

ddeboer commented Jul 11, 2024

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.

Copy link

🎉 This issue has been resolved in version 2.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants