The Banshee developers have worked on this.  There is a patch that needs
to be applied, perhaps Ubuntu could apply this patch to their deb files?

See this link:

http://bugzilla.gnome.org/show_bug.cgi?id=487203

Here is a copy of the patch file that fixes the issue:

Index: src/Extensions/Banshee.Daap/Daap/Client.cs
===================================================================
--- src/Extensions/Banshee.Daap/Daap/Client.cs  (revisiĆ³n: 4912)
+++ src/Extensions/Banshee.Daap/Daap/Client.cs  (copia de trabajo)
@@ -87,8 +87,6 @@
             this.port = port;
             fetcher = new ContentFetcher (address, port);
 
-            bag = ContentCodeBag.ParseCodes (fetcher.Fetch ("/content-codes"));
-
             ContentNode node = ContentParser.Parse (ContentCodeBag.Default, 
fetcher.Fetch ("/server-info"));
             serverInfo = ServerInfo.FromNode (node);
         }
@@ -123,6 +121,7 @@
             fetcher.Password = password;
 
             try {
+                bag = ContentCodeBag.ParseCodes (fetcher.Fetch 
("/content-codes"));
                 ContentNode node = ContentParser.Parse (bag, fetcher.Fetch 
("/login"));
                 ParseSessionId (node);


** Bug watch added: GNOME Bug Tracker #487203
   http://bugzilla.gnome.org/show_bug.cgi?id=487203

-- 
banshee fails to connect to functional mt-daapd server
https://bugs.launchpad.net/bugs/308233
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to