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

Error (TypeError: 'NoneType' object is not subscriptable) when running stressberry-plot #133

Open
MohammedFadin opened this issue Aug 23, 2023 · 0 comments

Comments

@MohammedFadin
Copy link

MohammedFadin commented Aug 23, 2023

Hi Everyone,

on Raspberry Pi, I'm getting the following error after executing "MPLBACKEND=Agg stressberry-plot -f out.dat -o out.png"

root@rasberry:~/stress-test# MPLBACKEND=Agg stressberry-plot -f out.dat -o out.png
Traceback (most recent call last):
  File "/usr/local/bin/stressberry-plot", line 8, in <module>
    sys.exit(plot())
             ^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/stressberry/cli/plot.py", line 23, in plot
    temperature_data = d["temperature"]
                       ~^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable

I'm using the latest version of Stressberry and stress as well.

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

1 participant