-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Cant launch jaspr serve or build #372
Comments
By dint of perseverance, I finally found a combination that works all the time:
and with build.yaml:
Launching the jaspr serve --verbose command works, but I still have 2 problems that I can't solve and that prevent me from using jaspr, as the process is definitely too long for debugging. Here my full log of jaspr serve --verbose
|
Did you have problems with build_runner before, without using jaspr? Also can you try setting up a pure dart web app (as here: https://dart.dev/web/get-started) to figure out if its a jaspr or general web thing. |
Hi @schultek : never have problems with build_runner before, I use it for json_serializable, riverpod, etc I will try to start a pure dart webapp and show there the results |
Re: Here are the result, the quickstart project from dart is much faster than with jaspr ... I can't figure out why
Build result:
|
Directly running jaspr after, connecting to daemon took 2 minutes again...
|
I see that, for the dart quickstart web example, But when I launch jaspr server, it pops 2 DartWorker process, and the first popped use 1 cpu
and I think this is this process that take so much time to work |
On Windows, fresh install, no problem. It works fine. |
On Fedora 41, fresh install, no problem. It works fine. |
Finally, on Kubuntu 24.04... it works fine! |
Description
With a fresh install of Flutter 3.27.3 stable and a fresh activation of Jaspr on a fresh Ubuntu 24.10 virtual machine, and similarly with my current install of flutter inside VSCode on my linux desktop, the step "[BUILDER] Connecting to the build daemon..." takes a very long time to execute, about 2 minutes.
I can't figure out...
In the output below you can see :
f�vr. 02 16:55:37 [BUILDER] Connecting to the build daemon...
f�vr. 02 16:57:40 [BUILDER] Generating build script...
2 minutes!
Additional Context
jaspr doctor output :
jaspr serve --verbose output :
The text was updated successfully, but these errors were encountered: