Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 23:50:23 T:4660 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.TypeError'>
  4. Error Contents: descriptor 'isdigit' requires a 'str' object but received a 'unicode'
  5. Traceback (most recent call last):
  6. File "d:\users\kodi\AppData\Roaming\Kodi\addons\xbmcbackup-master\default.py", line 69, in <module>
  7. backup.run(mode)
  8. File "d:\users\kodi\AppData\Roaming\Kodi\addons\xbmcbackup-master\resources\lib\backup.py", line 261, in run
  9. self._rotateBackups()
  10. File "d:\users\kodi\AppData\Roaming\Kodi\addons\xbmcbackup-master\resources\lib\backup.py", line 457, in _rotateBackups
  11. dirs = self.listBackups()
  12. File "d:\users\kodi\AppData\Roaming\Kodi\addons\xbmcbackup-master\resources\lib\backup.py", line 88, in listBackups
  13. if(file_ext == 'zip' and (len(folderName) == 12 or len(folderName) == 8) and str.isdigit(folderName)):
  14. TypeError: descriptor 'isdigit' requires a 'str' object but received a 'unicode'
  15. -->End of Python script error report<--
  16. 23:50:23 T:9548 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement