2016-02-29, 17:12
Hi,
I have a similar issue on my Android device (Xiaomi MiBOX2 with Android 4.4.2 API level 19, kernel: Linux ARM 32-bit version 3.10.33). The log shows this message:
(Kodi 16.0)
Any suggestions what I have to modify? Thanks in advance.
I have a similar issue on my Android device (Xiaomi MiBOX2 with Android 4.4.2 API level 19, kernel: Linux ARM 32-bit version 3.10.33). The log shows this message:
(Kodi 16.0)
Code:
22:59:35 T:1912425816 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute 'GetFolderList'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.image.photoapp/addon.py", line 299, in <module>
items = photoApp.list_albums(folderUuid[0])
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.image.photoapp/addon.py", line 145, in list_albums
folders = self.db.GetFolderList(folderUuid)
AttributeError: 'NoneType' object has no attribute 'GetFolderList'
-->End of Python script error report<--
22:59:35 T:1843734568 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.image.photoapp/?action=albums&folderUuid=TopLevelAlbums
22:59:35 T:1843734568 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.image.photoapp/?action=albums&folderUuid=TopLevelAlbums) failed