rill icon indicating copy to clipboard operation
rill copied to clipboard

Integrate runtime

Open begelundmuller opened this issue 3 years ago • 2 comments

Addresses: https://github.com/rilldata/rill-developer/issues/861

begelundmuller avatar Aug 30 '22 20:08 begelundmuller

@begelundmuller @AdityaHegde : I tried switching to this branch ran npm run install-and-build and then ran the server and hit below issues. Am I missing any step here?

`nishant@Nishants-MacBook-Pro rill-developer % npm run dev

@rilldata/[email protected] dev ts-node-dev --quiet --project tsconfig.node.json src/dev.ts

Starting "npm run dev:ui" Starting "npm run dev:backend"

@rilldata/[email protected] dev:ui vite dev

@rilldata/[email protected] dev:backend ts-node-dev --project tsconfig.node.json -- src/server/server.ts

[INFO] 08:57:44 ts-node-dev ver. 1.1.8 (using ts-node ver. 9.1.1, typescript ver. 4.6.3) Your tsconfig.json should extend the configuration generated by SvelteKit: { "extends": "./.svelte-kit/tsconfig.json" }

VITE v3.1.0-beta.2 ready in 467 ms

➜ Local: http://localhost:3000/ ➜ Network: use --host to expose TypeError: Invalid URL at new NodeError (node:internal/errors:388:5) at URL.onParseError (node:internal/url:564:9) at new URL (node:internal/url:644:5) at DuckDBClient.request (/Users/nishant/dev/rill/rill-developer/src/common/database-service/DuckDBClient.ts:139:17) at DuckDBClient.connectRuntime (/Users/nishant/dev/rill/rill-developer/src/common/database-service/DuckDBClient.ts:118:28) at DuckDBClient.init (/Users/nishant/dev/rill/rill-developer/src/common/database-service/DuckDBClient.ts:36:16) at processTicksAndRejections (node:internal/process/task_queues:95:5) at DatabaseService.init (/Users/nishant/dev/rill/rill-developer/src/common/database-service/DatabaseService.ts:57:5) at DataModelerService.init (/Users/nishant/dev/rill/rill-developer/src/common/data-modeler-service/DataModelerService.ts:96:5) at RillDeveloper.init (/Users/nishant/dev/rill/rill-developer/src/server/RillDeveloper.ts:45:5) [ERROR] 08:57:46 TypeError: Invalid URL`

nishantmonu51 avatar Sep 19 '22 03:09 nishantmonu51

I also see the test cases are still failing, @AdityaHegde : Any updates on the test cases ?

nishantmonu51 avatar Sep 19 '22 03:09 nishantmonu51