Open SijmenHuizenga opened 2 months ago
Hey! Just some added info. I had the same issue on a new AGX Orin. It went away after running nvpmodel -m 0
for unrelated reasons. My guess is that the nvpmodel mode isn't set, so it can't get looked up.
Hi, thanks for the comment @dsconnol-impactai. We also had a misconfigured power mode (sudo nvpmodel -q --verbose
gave error). After fixing that, jtop works great.
Describe the bug
The jtop service crashes with the following error:
name=self._nvpmodel_now['name'] TypeError: 'NoneType' object is not subscriptable
To Reproduce
sudo pip3 install -U jetson-stats
sudo systemctl restsart jtop.service
Additional context
Add any other context about the problem here.
Board
Output from
jetson_release -v
:Log from jtop.service
Attach here the output from:
journalctl -u jtop.service -n 100 --no-pager
Log from jetson-stats installation
Output from:
sudo -H pip3 install --no-cache-dir -v -U jetson-stats
RAW Data
File from
jtop --error-log
attached