You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error: Can't open display
Traceback (most recent call last):
File "server.py", line 12, in
width,height =[int(a) for a in str(subprocess.check_output("xrandr | grep '' | awk '{print $1}'", shell=True))[2:-3].split('x')]
File "server.py", line 12, in
width,height =[int(a) for a in str(subprocess.check_output("xrandr | grep '' | awk '{print $1}'", shell=True))[2:-3].split('x')]
ValueError: invalid literal for int() with base 10: ''
Hello!
Please, how can I use it on centos?
The text was updated successfully, but these errors were encountered: