Hi,
i have problem to run dropbox add-on after install.
There is a log:
08:58:20.979 T:1959031728 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
08:58:22.485 T:1461711856 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc4 in position 11: ordinal not in range(128)
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.dbmc/addon.py", line 74, in <module>
current_module.run(params)
File "/home/osmc/.kodi/addons/plugin.dbmc/browse_account.py", line 317, in run
browser.buildList()
File "/home/osmc/.kodi/addons/plugin.dbmc/browse_account.py", line 102, in buildList
self.add_account(name)
File "/home/osmc/.kodi/addons/plugin.dbmc/browse_account.py", line 123, in add_account
listItem = xbmcgui.ListItem(name.encode("utf-8"), iconImage=iconImage, thumbnailImage=iconImage)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 11: ordinal not in range(128)
-->End of Python script error report<--
08:58:22.614 T:1959031728 ERROR: GetDirectory - Error getting plugin://plugin.dbmc/?content_type=video
08:58:22.615 T:1959031728 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.dbmc/?content_type=video) failed
please, help
Daniel