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
Traceback (most recent call last):
File "/home/shankar/nOBEX/examples/pbapclient.py", line 133, in
sys.exit(main(sys.argv))
File "/home/shankar/nOBEX/examples/pbapclient.py", line 107, in main
c.connect()
File "/home/shankar/nOBEX/examples/clients/pbap.py", line 23, in connect
super(PBAPClient, self).connect(header_list = [headers.Target(uuid)])
File "/usr/local/lib/python3.10/dist-packages/nOBEX/client.py", line 152, in connect
response = self._send_headers(request, header_list, max_length)
File "/usr/local/lib/python3.10/dist-packages/nOBEX/client.py", line 87, in _send_headers
self.socket.sendall(request.encode())
ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/shankar/nOBEX/examples/pbapclient.py", line 133, in
sys.exit(main(sys.argv))
File "/home/shankar/nOBEX/examples/pbapclient.py", line 107, in main
c.connect()
File "/home/shankar/nOBEX/examples/clients/pbap.py", line 23, in connect
super(PBAPClient, self).connect(header_list = [headers.Target(uuid)])
File "/usr/local/lib/python3.10/dist-packages/nOBEX/client.py", line 152, in connect
response = self._send_headers(request, header_list, max_length)
File "/usr/local/lib/python3.10/dist-packages/nOBEX/client.py", line 87, in _send_headers
self.socket.sendall(request.encode())
ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered: