2015-07-28, 16:42
Quick reply: i have removed pycrypto requirements too, the plugin now uses standard hashlib.
21:52:50.215 T:3692032928 NOTICE: http://myserver/server/xml.server.php?action=handshake&auth=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx×tamp=1494186770&version=350001&user=myuser
21:53:09.025 T:3692032928 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 'encode'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.audio.ampache/default.py", line 471, in <module>
get_items(object_type="albums", limit=limit)
File "/storage/.kodi/addons/plugin.audio.ampache/default.py", line 272, in get_items
fullname = node.findtext("name").encode("utf-8")
AttributeError: 'NoneType' object has no attribute 'encode'
-->End of Python script error report<--
21:53:09.205 T:4117217280 ERROR: GetDirectory - Error getting plugin://plugin.audio.ampache/?mode=2&name=Albums%20(2270)&object_id=None
21:53:09.205 T:4117217280 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.ampache/?mode=2&name=Albums%20(2270)&object_id=None) failed
(2017-07-16, 19:28)lusum Wrote: Ok, name of the song , number of track, album and artist is ok. ( Pick me tonight, 08, Acid Queen, Tina Turner ), album art maybe it is not present, check it on your ampache server.Oh, thanks!