-
Notifications
You must be signed in to change notification settings - Fork 271
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
[Bug]: Error: Cannot read properties of undefined (reading 'name') #1724
Comments
That's very strange, I am unable to reproduce on Ubuntu (I don't have Mint installed). To confirm, is this the exact contents of your widgets.json file? Could you send us your logs? You can find them at |
First, thank you for responding to my ticket. To confirm, the Now, since restarting my machine, I am experiencing new behavior. Clicking the I am attaching my logfile. I deleted it to start fresh and and then restarted |
Wow that's a lot of CPUs! Are you running a Threadripper? |
I wish. It's just an HP Z8 G4 workstation with 2x Xeon Golds. |
I think I have an idea of where the
It should spit out a few of the block properties. For instance, the output when i run it looks like
|
This is what I get when trying the procedure for the block that shows the errors:
Here's what I get for the
|
I wouldn't expect an all caps |
Thank you for looking into this. The all caps |
While it is rare, we have had users report an error where the access of `.name` in SingleLinePlot causes a bug. The only time this could happen would be a null `yvalMeta`. This makes it so the .name check is skipped if yvalMeta is null. Addresses #1724.
After updating to Thank you to all those involved in this fix and in the development of |
Current Behavior
I have created a
widgets.json
file mirroring an example in the documentation (https://docs.waveterm.dev/customwidgets).When I run it, I get the following error
Expected Behavior
I expect that my output would be similar to that in the documentation
Steps To Reproduce
widgets.json
file with the following contents:all-cpu
button in the toolbar.Wave Version
Client Version 0.10.4 (202412210242)
Platform
Linux
OS Version/Distribution
Linux Mint 21.3: Kernel 6.8.0-51-generic #52~22.04.1-Ubuntu
Architecture
x64
Anything else?
Changing
sysinfo:type
fromALL CPU
toCPU + Mem
works as documented.As per the instructions, I installed Wave through
snap
Questionnaire
The text was updated successfully, but these errors were encountered: