qpython icon indicating copy to clipboard operation
qpython copied to clipboard

Contacts facade not working

Open Kaki-In opened this issue 1 year ago • 1 comments

The contacts cannot be loaded.

/data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
/ $ /data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
Python 3.11.6 (main, Oct  4 2023, 09:27:52) [Clang 14.0.7 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0 on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from androidhelper import Android
>>> a = Android()
>>> a.contactsGet()
Result(id=1, result=[], error=None)
>>> a.contactsGetCount()
Result(id=2, result=0, error=None)

The contacts api does not see any contact.

Kaki-In avatar Aug 06 '24 16:08 Kaki-In

Los contactos no se pueden cargar.

/data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
/ $ /data/user/0/org.qpython.qpy/files/bin/qpython3.sh && exit
Python 3.11.6 (main, Oct  4 2023, 09:27:52) [Clang 14.0.7 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0 on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from androidhelper import Android
>>> a = Android()
>>> a.contactsGet()
Result(id=1, result=[], error=None)
>>> a.contactsGetCount()
Result(id=2, result=0, error=None)

La API de contactos no ve ningún contacto.

LOKOTE013 avatar Oct 02 '25 12:10 LOKOTE013