PlasmaPower / rhythmbox-ampache

Automatically exported from code.google.com/p/rhythmbox-ampache
0 stars 0 forks source link

Rhythmbox is not able to fetch ampache library songs and will result in the DBus error listet below #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.(Re)Fetching Ampache Library
2.
3.

What is the expected output? What do you see instead?
List of songs should appear but instead the DBus error written below will show 
up. At the same time the plugin will continue to try to fetch songs.

Please provide any additional information below.
DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.

It seems that the error is due to the value of limit which is specified in 
class AmpacheBrowser (line 136). It is currently set to 5000, which seems to 
high for my low memory plugcomputer on which ampache is running. Setting the 
value to e.g. 50 seems to solve the issue.

Original issue reported on code.google.com by forsms...@gmail.com on 31 Jul 2012 at 9:41

GoogleCodeExporter commented 9 years ago
That hack (5000→50) worked for me, too. Thank you!

Original comment by sethclim...@gmail.com on 21 Sep 2012 at 11:27

GoogleCodeExporter commented 9 years ago
I can reproduce this issue on Ubuntu 12.10 with version 0.11.1+svn34-0ubuntu1 
from the Ubuntu repository.  I changed the timeout value to 1000 and was able 
to work around the issue.  

Original comment by rob...@gmail.com on 8 Nov 2012 at 10:41

GoogleCodeExporter commented 9 years ago
robled: What timeout value were you talking about?

Did you change the chunksize like forsmsng9, sethclimans?

I'm a bit hesitant to change chunksize to 50 as it increases overall download 
time.

Maybe an option in the preferences would be an idea.  Anyone has a better 
suggestion?

Original comment by lotan...@gmx.de on 26 Jan 2013 at 10:03

GoogleCodeExporter commented 9 years ago
Hi there, this is Seth. I did change the chunksize to 50 and, as you say, it 
has greatly increased the download time. Definitely not ideal.

Original comment by sethclim...@gmail.com on 26 Jul 2013 at 4:21

GoogleCodeExporter commented 9 years ago
Just changed it to 1000 and it works; not too slow this way.

Original comment by sethclim...@gmail.com on 26 Jul 2013 at 4:28