rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

Authentication mismatch with jetson-stats server #84

Closed CNSaintNeo closed 3 years ago

CNSaintNeo commented 4 years ago

When I run jtop after being installed,it rise the words that authentication mismatch with jetson-stats server without any hints. How can we go through this problem, thanks!

cylee81 commented 3 years ago

Reboot the board is helpful!

rbonghi commented 3 years ago

Hi @CNSaintNeo I am sorry for my late reply, but if you fixed following the @cylee81 hint this issue should be close. Otherwise, keep free to open again this issue

tensorturtle commented 3 years ago

I encountered this issue when trying to use jtop_logger.py it in my project. The silly mistake was using Python 3 to run the script instead of Python 2.7.

For example, I should NOT have done python3 jtop_logger.py

and instead use: python jtop_logger.py.