On Monday 03,August,2009 01:05 AM, Brett wrote: > 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 > I'll consider adding this patch if/when it gets committed.
-- Kind regards, Chow Loong Jin (GPG: 0x8F02A411) Ubuntu Contributing Developer -- 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
