taroz / TouchRTKStation

Single-Frequency RTK-GNSS Rover/Base Station based on RTKLIB
MIT License
91 stars 43 forks source link

ConnectionRefusedError #7

Open crperez-high opened 2 years ago

crperez-high commented 2 years ago

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.

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