------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=134925 Summary: wabaroK.py script exited with error code: 1 Product: amarok Version: 1.4.3 Platform: Mandriva RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: scripts AssignedTo: amarok-bugs-dist kde org ReportedBy: sauliavas lycos com Version: 1.4.3 (using KDE KDE 3.5.3) Installed from: Mandriva RPMs Compiler: gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) OS: Linux (i686) release 2.6.16.27.tex1.lve Traceback (most recent call last): Traceback (most recent call last): File "/home/outeris/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 315, in ? conf.setCollectionPath(localprefix) File "/home/outeris/.kde/share/apps/amarok/scripts/wabaroK/wabaConf.py", line 79, in setCollectionPath print " read from wabaroK config file (%s)"%(self.data["CollFolders"].join(',')) AttributeError: 'tuple' object has no attribute 'join' *******then (In amarok playlist i have all music that i need), i doo replacing : Code: self.data["CollFolders"].join(',') by Code: ','.join(self.data["CollFolders"]) in the line 79 of file wabaConf.py ********i get: File "/home/outeris/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 23, in ? class HTTPHandler (SimpleHTTPRequestHandler): File "/home/outeris/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 28, in HTTPHandler dico_artists = dcop.getArtists() File "/home/outeris/.kde/share/apps/amarok/scripts/wabaroK/amaroKdcop.py", line 18, in getArtists return dict(self.execSql("select id||'##'||name from artist")) ValueError: dictionary update sequence element #1351 has length 1; 2 is required