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
I am trying to run your solution on Ubuntu 16.04. When I run the pbapclient-download.py to download contacts from my phone (I tried Galaxy S7 and Galaxy S6) I am getting the following error:
File "examples/pbapclient-download.py", line 84, in dump_dir
hdrs, cards = c.get(src_path, header_list=[headers.Type(b'x-bt/vcard-listing')])
TypeError: 'UnknownResponse' object is not iterable
And this is the full traces of what I am getting:
Traceback (most recent call last):
File "examples/pbapclient-download.py", line 150, in
sys.exit(main())
File "examples/pbapclient-download.py", line 127, in main
dump_dir(c, prefix+"telecom/pb", dest_dir+prefix+"telecom/pb")
File "examples/pbapclient-download.py", line 84, in dump_dir
hdrs, cards = c.get(src_path, header_list=[headers.Type(b'x-bt/vcard-listing')])
TypeError: 'UnknownResponse' object is not iterable
Can you please help?
The text was updated successfully, but these errors were encountered:
I am trying to run your solution on Ubuntu 16.04. When I run the pbapclient-download.py to download contacts from my phone (I tried Galaxy S7 and Galaxy S6) I am getting the following error:
File "examples/pbapclient-download.py", line 84, in dump_dir
hdrs, cards = c.get(src_path, header_list=[headers.Type(b'x-bt/vcard-listing')])
TypeError: 'UnknownResponse' object is not iterable
And this is the full traces of what I am getting:
Traceback (most recent call last):
File "examples/pbapclient-download.py", line 150, in
sys.exit(main())
File "examples/pbapclient-download.py", line 127, in main
dump_dir(c, prefix+"telecom/pb", dest_dir+prefix+"telecom/pb")
File "examples/pbapclient-download.py", line 84, in dump_dir
hdrs, cards = c.get(src_path, header_list=[headers.Type(b'x-bt/vcard-listing')])
TypeError: 'UnknownResponse' object is not iterable
Can you please help?
The text was updated successfully, but these errors were encountered: