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

Loading Austlang times out in the develop app #103

Open
beepsoft opened this issue Jun 26, 2024 · 3 comments
Open

Loading Austlang times out in the develop app #103

beepsoft opened this issue Jun 26, 2024 · 3 comments

Comments

@beepsoft
Copy link
Contributor

For some time now the develop app fails loading the datapacks:

> npm run develop

> @describo/crate-builder-component@0.76.2 develop
> npm install && npm run update-dependencies && npm run start:elastic && vite && npm run stop:elastic


up to date, audited 1255 packages in 2s

227 packages are looking for funding
  run `npm fund` for details

18 vulnerabilities (1 low, 8 moderate, 9 high)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> @describo/crate-builder-component@0.76.2 update-dependencies
> bash -x ./update-deps.sh

+ npx esbuild ./node_modules/validate-iri/lib/Validate.js --bundle --format=esm --outfile=./src/crate-builder/lib/validate-iri.js

  src/crate-builder/lib/validate-iri.js  4.1kb

⚡ Done in 68ms

> @describo/crate-builder-component@0.76.2 start:elastic
> docker compose up -d && npm run load:datapacks

[+] Running 1/1
 ✔ Container crate-builder-component-search-1  Started                                                                                                                                                                                                                         2.7s 

> @describo/crate-builder-component@0.76.2 load:datapacks
> sleep 10 && node ./load-data-packs.cjs

Loading Austlang
Request timed out

To be able to proceed I disable datapack loading in load-data-packs.cjs for now, but then these datapack based properties won't work.

@marcolarosa
Copy link
Contributor

I'm not seeing that. What branch are you on? Though it shouldn't matter.

Screenshot 2024-06-26 at 7 48 08 PM

@beepsoft
Copy link
Contributor Author

I'm on the revise-routing-config branch, but it happens on the main as well.

What URL-s does it try to connect to?

@marcolarosa
Copy link
Contributor

https://github.com/describo/data-packs/blob/master/src/index.js

They come from github. The path in each of the entries in the datapacks object are appended to the host.

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

No branches or pull requests

2 participants