Advertisement
silver2row

Errors_for_gpsdclient

May 10th, 2022
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. Done and now exiting!
  2. Traceback (most recent call last):
  3.   File "/home/debian/GPS/./SixGPS.py", line 12, in <module>
  4.     for msg in client.dict_stream():
  5.   File "/home/debian/.local/lib/python3.9/site-packages/gpsdclient/client.py", line 52, in dict_stream
  6.     for line in self.json_stream(filter=filter):
  7.   File "/home/debian/.local/lib/python3.9/site-packages/gpsdclient/client.py", line 31, in json_stream
  8.     self.sock = socket.create_connection(address=(self.host, int(self.port)))
  9.   File "/usr/lib/python3.9/socket.py", line 843, in create_connection
  10.     raise err
  11.   File "/usr/lib/python3.9/socket.py", line 831, in create_connection
  12.     sock.connect(sa)
  13. ConnectionRefusedError: [Errno 111] Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement