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