Comment 14 for bug 308233

Revision history for this message
Chow Loong Jin (hyperair) wrote : Re: [Bug 308233] Re: banshee fails to connect to functional mt-daapd server

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