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 am getting this error while using the software. After clicking the start button for Rover - Single solution, the GUI terminates and the following error is shown on the terminal. Hope you can help me with this error.
libEGL warning: DRI2: failed to authenticate
/bin/sh: 1: /home/pi/RTKLIB/app/rtkrcv/gcc/rtkrcv: not found
Traceback (most recent call last):
File "TouchRTKStation.py", line 387, in startRoverToggled
self.tn = telnetlib.Telnet('localhost',self.tnport)
File "/usr/lib/python3.5/telnetlib.py", line 218, in __init__
self.open(host, port, timeout)
File "/usr/lib/python3.5/telnetlib.py", line 234, in open
self.sock = socket.create_connection((host, port), timeout)
File "/usr/lib/python3.5/socket.py", line 712, in create_connection
raise err
File "/usr/lib/python3.5/socket.py", line 703, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
Aborted
The text was updated successfully, but these errors were encountered:
Hi taroz.
I am getting this error while using the software. After clicking the start button for Rover - Single solution, the GUI terminates and the following error is shown on the terminal. Hope you can help me with this error.
The text was updated successfully, but these errors were encountered: