Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
397 Discussions

why i run time-series-analysis sample ia_visualizer get error log

fa2233
New Contributor I
818 Views

the logs of ia_influxdbconnector output is correct.

but the logs of ia_visualizer is wrong.

 

Labels (1)
0 Kudos
1 Solution
Jia-Shing_W_Intel
Moderator
798 Views

The output of ia_visualizer is defaulted to ":0", the console, specified in the docker-compose file. As such, if you didn't run "xhost +" to disable X11 access control or if the console isn't available for display (no one has logged on from the console), tkinter and thus ia_visualizer will fail, like what you see in your log.

View solution in original post

0 Kudos
2 Replies
fa2233
New Contributor I
812 Views

the ia_visualizer display wrong ,it show pc demo .

0 Kudos
Jia-Shing_W_Intel
Moderator
799 Views

The output of ia_visualizer is defaulted to ":0", the console, specified in the docker-compose file. As such, if you didn't run "xhost +" to disable X11 access control or if the console isn't available for display (no one has logged on from the console), tkinter and thus ia_visualizer will fail, like what you see in your log.

0 Kudos
Reply