Dropbox add on
#1
I try to install the dropbox add on and the installation is ok. But when I try to start it it gives an error in the log file. Can anybody see what is wrong here?
Log file:
13:25:30 972.471252 T:1761047616 NOTICE: -->Python Interpreter Initialized<--
13:25:31 973.066040 T:1761047616 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 0xc3 in position 2: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.dbmc/addon.py", line 74, in <module>
current_module.run(params)
File "/storage/.kodi/addons/plugin.dbmc/browse_account.py", line 317, in run
browser.buildList()
File "/storage/.kodi/addons/plugin.dbmc/browse_account.py", line 102, in buildList
self.add_account(name)
File "/storage/.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 0xc3 in position 2: ordinal not in range(128)
-->End of Python script error report<--
13:25:31 973.277710 T:1968394240 ERROR: GetDirectory - Error getting plugin://plugin.dbmc/?content_type=executable
13:25:31 973.278076 T:1968394240 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.dbmc/?content_type=executable) failed
13:25:31 973.308899 T:1761047616 NOTICE: Thread BackgroundLoader start, auto delete: false
13:25:35 976.753479 T:1761047616 NOTICE: Thread LanguageInvoker start, auto delete: false
13:25:35 976.905579 T:1761047616 NOTICE: -->Python Interpreter Initialized<--
13:25:35 977.076355 T:1761047616 NOTICE: Kodi Log Uploader: started
13:25:35 977.076782 T:1761047616 NOTICE: Kodi Log Uploader: settings: len(email)=20
13:25:35 977.076965 T:1761047616 NOTICE: Kodi Log Uploader: settings: skip_oldlog=True
13:25:38 979.960510 T:1761047616 NOTICE: Kodi Log Uploader: reading log...
Reply
#2
Talk to the addon owner/dev to see why its throwing the error.

Cheers!
Reply
#3
Who is the owner of this add on? is he available in this forum? having another issue?
Reply
#4
http://kodi.wiki/index.php?title=Add-on:Dbmc
Reply
#5
(2015-12-12, 16:28)trogggy Wrote: http://kodi.wiki/index.php?title=Add-on:Dbmc

Thanks dude, really helpful on this forum
Reply

Logout Mark Read Team Forum Stats Members Help
Dropbox add on0