This forum has been archived. All content is frozen. Please use KDE Discuss instead.

wabaroK Script Malfunction

Tags: None
(comma "," separated)
FreakyT
Karma
0

wabaroK Script Malfunction

Sun Feb 05, 2006 8:07 am
Hope I\'m not getting too annoying here, but I have another problem.

I installed the wabaroK script, and it worked fine. That is, until amarok crashed once. Now, the script always exits with the error message:

Traceback (most recent call last):
File \"/home/dan/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py\", line 325, in ?
httpd = HTTPServer((\'\',conf[\'port\']), HTTPHandler)
File \"/usr/lib/python2.4/SocketServer.py\", line 330, in __init__
self.server_bind()
File \"/usr/lib/python2.4/BaseHTTPServer.py\", line 101, in server_bind
SocketServer.TCPServer.server_bind(self)
File \"/usr/lib/python2.4/SocketServer.py\", line 341, in server_bind
self.socket.bind(self.server_address)
File \"\", line 1, in bind
socket.error: (98, \'Address already in use\')
close failed: [Errno 11] Resource temporarily unavailable

I\'ve tried restarting the computer, to no avail. Any suggestions?
FreakyT
Karma
0

Re:wabaroK Script Malfunction

Mon Feb 06, 2006 12:06 am
Nevermind, I got it working.
outeris
Registered Member
Posts
4
Karma
0

wabaroK Script Malfunction

Thu Sep 28, 2006 9:49 pm
i dont wana post another topic, so im writing here
---------------------------------------------------------------------------------
instaled wabarok.. starting with run... and..
The script 'wabaroK.py' exited with error code: 1

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'

what should i do, how ? plz..
User avatar
dangle_wtf
Moderator
Posts
1252
Karma
0

Re: wabaroK Script Malfunction

Thu Sep 28, 2006 10:17 pm
perhaps ask on the script's kde-apps.org page. You can find the URL on the script's  "about" screen.


"There are two theories to arguing with women. Neither one works."
.
If men could get pregnant, we'd learn the true meaning of "screaming nancyboy wuss"
JJL
Registered Member
Posts
1
Karma
0

Re: wabaroK Script Malfunction

Fri Sep 29, 2006 6:42 pm
Hi,

outeris wrote: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'

Hum, this is not nice :(

You should correct that by replacing :
Code: Select all
self.data["CollFolders"].join(',')

by
Code: Select all
 ','.join(self.data["CollFolders"])

in the line 79 of file wabaConf.py

BTW, have you defined your collection folders in amaroK ? If yes, you should never go through this bad code.
outeris
Registered Member
Posts
4
Karma
0

Re: wabaroK Script Malfunction

Sat Sep 30, 2006 6:54 am
Configure colection - amarok. And pointed to my music folders, so yes..
In amarok playlist i have all music that i need.
outeris
Registered Member
Posts
4
Karma
0

Re: wabaroK Script Malfunction

Sat Sep 30, 2006 7:43 am
i do by
Code:
','.join(self.data["CollFolders"])
in the line 79 of file wabaConf.py  :
  ..& run

Traceback (most recent call last):
  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
outeris
Registered Member
Posts
4
Karma
0

Re: wabaroK Script Malfunction

Sat Sep 30, 2006 10:27 am
and moore...:
The XML in the playlist was invalid. Please report this as a bug to the Amarok developers. Thank you.
User avatar
dangle_wtf
Moderator
Posts
1252
Karma
0

Re: wabaroK Script Malfunction

Sat Sep 30, 2006 1:05 pm
again, have you reported your problems on the script author's site, or checked for an update to the script?

as I said before, you can find the correct URL on the 'about' screen for that script, or by searching http://kde-apps.org


"There are two theories to arguing with women. Neither one works."
.
If men could get pregnant, we'd learn the true meaning of "screaming nancyboy wuss"


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]