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

UnknownResponse for vcard listing on Samsung #3

Open
reematt opened this issue Dec 16, 2017 · 2 comments
Open

UnknownResponse for vcard listing on Samsung #3

reematt opened this issue Dec 16, 2017 · 2 comments

Comments

@reematt
Copy link

reematt commented Dec 16, 2017

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?

@reematt
Copy link
Author

reematt commented Dec 18, 2017

I have tried now with iphone7 and it worked so I think your script DOES NOT support Android

@sultanqasim sultanqasim changed the title Question UnknownResponse for vcard listing on Samsung Sep 6, 2018
@sultanqasim
Copy link
Collaborator

When I get time, I'll need to investigate the behaviour on Samsung devices

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

2 participants