-
Notifications
You must be signed in to change notification settings - Fork 87
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
Some errors in compilation/execution don't appear in the CLI output #74
Comments
Ah. This can occasionally happen, and should be listed in the docs (and further investigated generally). You should be able to view the error logs by moving into the |
I'll leave this issue open until I've sorted this problem out more broadly, because it can be very cryptic! |
ok, I've found one of the culprits, taken from your |
Okay, I know I've had this issue before, but now that I'm trying to cause it, I'm having trouble! @afidegnum, could you describe exactly (step-by-step) how to generate this bug from one of the examples? I have a good idea of what the problem is, but I need to check if my solution has actually worked. |
It seems sometimes the CLI misses some errors otherwise. Note that this isn't yet confirmed to be the solution to #74.
ok, let me try to replicate the bug from my end again. but here is the workflow: |
As a side note, I've added |
Thanks a lot, i'm going to make a good use of it |
@afidegnum I've released beta 18, does this issue still apply to you? Otherwise, I'll close it. |
Thanks, don't close it yet, currently working on sycamore, will come back to Perseus before the end of the day. |
@afidegnum any progress on this yet? |
yes, there is still work in the background, I'm working on the backend with sycamore and will bridge with Perseus. I was also working with some API stuffs too... I will update you shortly |
Okay, I've encountered another manifestation of this bug, so I'll keep this open for now and do some more testing. |
Okay, this doesn't seem to be an issue anymore, so I'm tentatively closing this. If anyone experiences this issue again, please let me know with an MRE, because getting this bug to happen is quite difficult when you're trying! |
Describe the bug
I ran cargo check, everything works well with no error but when I ran
persus serve
the servers compiles then exitsthis is the current state from the shell
Finished dev [unoptimized + debuginfo] target(s) in 29.30s
Running
target/debug/perseus-builder
[1/4] 🔨 Generating your app...❌
[2/4] 🏗️ Building your app to Wasm...✅
[3/4] 📡 Building server...✅
Expected behavior
Is there a way to print the error log?
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: