-
Notifications
You must be signed in to change notification settings - Fork 7
App crash in release mode #3
Description
App crash in release mode
Error:
E/AndroidRuntime(29521): FATAL EXCEPTION: Thread-11
E/AndroidRuntime(29521): Process: com.example.app, PID: 29521
E/AndroidRuntime(29521): com.chaquo.python.PyException: AttributeError: 'i$a' object has no attribute 'onProgress'
E/AndroidRuntime(29521): at .java.chaquopy.setup_object_class.JavaObject.getattribute(class.pxi:216)
E/AndroidRuntime(29521): at .java.chaquopy.setup_object_class.JavaObject.getattribute(class.pxi:222)
E/AndroidRuntime(29521): at .yt_dlp_helper.progress_hook(yt_dlp_helper.py:67)
E/AndroidRuntime(29521): at .yt_dlp.downloader.common._hook_progress(common.py:479)
E/AndroidRuntime(29521): at .yt_dlp.downloader.http.download(http.py:305)
E/AndroidRuntime(29521): at .yt_dlp.downloader.http.real_download(http.py:368)
E/AndroidRuntime(29521): at .yt_dlp.downloader.common.download(common.py:464)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.dl(YoutubeDL.py:3212)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.process_info(YoutubeDL.py:3492)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.wrapper(YoutubeDL.py:177)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.process_video_result(YoutubeDL.py:3024)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.process_ie_result(YoutubeDL.py:1852)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.__extract_info(YoutubeDL.py:1793)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.wrapper(YoutubeDL.py:1637)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.extract_info(YoutubeDL.py:1626)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.wrapper(YoutubeDL.py:3591)
E/AndroidRuntime(29521): at .yt_dlp.YoutubeDL.download(YoutubeDL.py:3618)
E/AndroidRuntime(29521): at .yt_dlp_helper.download_format(yt_dlp_helper.py:91)
E/AndroidRuntime(29521): at .chaquopy_java.call(chaquopy_java.pyx:354)
E/AndroidRuntime(29521): at .chaquopy_java.Java_com_chaquo_python_PyObject_callAttrThrowsNative(chaquopy_java.pyx:326)
E/AndroidRuntime(29521): at com.chaquo.python.PyObject.callAttrThrowsNative(Native Method)
E/AndroidRuntime(29521): at com.chaquo.python.PyObject.callAttrThrows(Unknown Source:0)
E/AndroidRuntime(29521): at com.chaquo.python.PyObject.callAttr(Unknown Source:0)
E/AndroidRuntime(29521): at k0.i.f(Unknown Source:104)
E/AndroidRuntime(29521): at k0.g$a.a(Unknown Source:83)
E/AndroidRuntime(29521): at k0.g$a.invoke(Unknown Source:0)
E/AndroidRuntime(29521): at m5.a$a.run(Unknown Source:2)