I get a similar problem as the guy further down this page. I am running Amarok 2.3.1 on Debian Sid, with the latest versions of this script and the qt library installed, and every time I try to use the script to edit the labels, I get,
Quote:
Unexpected exception: Unexpected keys.length != res.length: 1 0. Check the debug log for info
The output from the script log is exactly the same each time:
Quote:
SQL query: select sum(id) from urls
SQL query: select sum(id) from labels
SQL query: select concat(sum(url),sum(label)) from urls_labels
SQL query: select label from labels
SQL query: select id,label from labels where label in ('fuzzy','rock','weird')
SQL query: select id,rpath from urls where rpath in ('./media/music/bright_eyes/2002--Lifted or the Story Is in the Soil, Keep Your Ear to the Ground/03 False Advertising.mp3')
'./media/music/bright_eyes/2002--Lifted or the Story Is in the Soil, Keep Your Ear to the Ground/03 False Advertising.mp3' not in res
It happens every time. I thought it might be the external MySQL database I use for my collection, but it happens when I use Amarok without the database as well. The songs I am playing are all definitely in my library.
Although oddly, the few labels I have made manually do not appear in the drop-down menu in the Edit Track Details menu. Perhaps there is some relation?
I would be grateful if you could provide any assistance.
- Sep 13 2010
Quote:
The output from the script log is exactly the same each time:
Quote:
SQL query: select sum(id) from labels
SQL query: select concat(sum(url),sum(label)) from urls_labels
SQL query: select label from labels
SQL query: select id,label from labels where label in ('fuzzy','rock','weird')
SQL query: select id,rpath from urls where rpath in ('./media/music/bright_eyes/2002--Lifted or the Story Is in the Soil, Keep Your Ear to the Ground/03 False Advertising.mp3')
'./media/music/bright_eyes/2002--Lifted or the Story Is in the Soil, Keep Your Ear to the Ground/03 False Advertising.mp3' not in res
It happens every time. I thought it might be the external MySQL database I use for my collection, but it happens when I use Amarok without the database as well. The songs I am playing are all definitely in my library.
Although oddly, the few labels I have made manually do not appear in the drop-down menu in the Edit Track Details menu. Perhaps there is some relation?
I would be grateful if you could provide any assistance. - Sep 13 2010