Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConnectionRefusedError #7

Open
crperez-high opened this issue Jan 7, 2022 · 0 comments
Open

ConnectionRefusedError #7

crperez-high opened this issue Jan 7, 2022 · 0 comments

Comments

@crperez-high
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant