Protocol-X / script.video.funimationnow

Unified FunimationNOW Kodi Add-On
GNU General Public License v3.0
3 stars 2 forks source link

Getting error while opening plugin on android #8

Open saratchandrakarumuri opened 6 years ago

saratchandrakarumuri commented 6 years ago

Getting error while opening plugin on android. The following found in the log

20:55:38.586 T:547288691792  NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 56704 m_frames: 3544 m_frameSize: 8 channels: 2
20:55:41.333 T:547194152016   ERROR: [script.video.funimationnow] getToken : no such table: tokens
20:55:41.340 T:547194152016 WARNING: CSkinInfo: failed to load skin settings
20:55:41.376 T:547194152016   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: dlopen failed: library "./_imaging.so" not found
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/default.py", line 130, in <module>
                                                loginWindow();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/default.py", line 52, in loginWindow
                                                result = trialscreen();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/gui/trialgui.py", line 264, in trialscreen
                                                trialgui.createTrialSplash();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/gui/trialgui.py", line 175, in createTrialSplash
                                                self.control30600size = utils.text2Image(lang(30600).encode('utf-8'), 'RGBA', (255, 0, 0, 0), (255, 255, 255), 66, 'Regular', tempImg, 1, True);
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/modules/utils.py", line 462, in text2Image
                                                from PIL import Image;
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/Image.py", line 66, in <module>
                                                from PIL import _imaging as core
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/_imaging.py", line 7, in <module>
                                                __bootstrap__()
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/_imaging.py", line 6, in __bootstrap__
                                                imp.load_dynamic(__name__,__file__)
                                            ImportError: dlopen failed: library "./_imaging.so" not found
                                            -->End of Python script error report<--
20:55:56.340 T:547206153296   ERROR: [script.video.funimationnow] getToken : no such table: tokens
20:55:56.345 T:547206153296 WARNING: CSkinInfo: failed to load skin settings
20:55:56.373 T:547206153296   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: dlopen failed: library "./_imaging.so" not found
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/default.py", line 130, in <module>
                                                loginWindow();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/default.py", line 52, in loginWindow
                                                result = trialscreen();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/gui/trialgui.py", line 264, in trialscreen
                                                trialgui.createTrialSplash();
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/gui/trialgui.py", line 175, in createTrialSplash
                                                self.control30600size = utils.text2Image(lang(30600).encode('utf-8'), 'RGBA', (255, 0, 0, 0), (255, 255, 255), 66, 'Regular', tempImg, 1, True);
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.video.funimationnow/resources/lib/modules/utils.py", line 462, in text2Image
                                                from PIL import Image;
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/Image.py", line 66, in <module>
                                                from PIL import _imaging as core
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/_imaging.py", line 7, in <module>
                                                __bootstrap__()
                                              File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/_imaging.py", line 6, in __bootstrap__
                                                imp.load_dynamic(__name__,__file__)
                                            ImportError: dlopen failed: library "./_imaging.so" not found
                                            -->End of Python script error report<--