-
Couldn't load subscription status.
- Fork 2k
Description
Recently getting cffi crash bug when referencing Cryptodome.Cipher classes. Not sure is this has been been recently introduced and/or is a known issue? It was working a couple of weeks ago.
10-18 13:18:36.402 9707 9844 I python : Traceback (most recent call last):
10-18 13:18:36.402 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/platform/build-arm64-v8a/build/python-installs/app/arm64-v8a/Cryptodome/Util/_raw_api.py", line 77, in
10-18 13:18:36.402 9707 9844 I python : ImportError: CFFI with optimize=2 fails due to pycparser bug.
10-18 13:18:36.402 9707 9844 I python :
10-18 13:18:36.402 9707 9844 I python : During handling of the above exception, another exception occurred:
10-18 13:18:36.402 9707 9844 I python :
10-18 13:18:36.403 9707 9844 I python : Traceback (most recent call last):
10-18 13:18:36.403 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/app/main.py", line 8, in
10-18 13:18:36.403 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/app/utils/helpers.py", line 10, in
10-18 13:18:36.403 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/platform/build-arm64-v8a/build/python-installs/app/arm64-v8a/Cryptodome/Cipher/AES.py", line 26, in
10-18 13:18:36.403 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/platform/build-arm64-v8a/build/python-installs/app/arm64-v8a/Cryptodome/Util/_raw_api.py", line 209, in
10-18 13:18:36.403 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/platform/build-arm64-v8a/build/other_builds/python3/arm64-v8a__ndk_target_26/python3/Lib/ctypes/init.py", line 389, in getattr
10-18 13:18:36.404 9707 9844 I python : File "/home/runner/work/app/.buildozer/android/platform/build-arm64-v8a/build/other_builds/python3/arm64-v8a__ndk_target_26/python3/Lib/ctypes/init.py", line 394, in getitem
10-18 13:18:36.404 9707 9844 I python : AttributeError: undefined symbol: PyObject_GetBuffer
10-18 13:18:36.404 9707 9844 I python : Python for android ended.