Skip to content

UnknownResponse for vcard listing on Samsung #3

@reematt

Description

@reematt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions