[ubuntu-mono] [Bug 308233] Re: banshee fails to connect to functional mt-daapd server

Chow Loong Jin hyperair at ubuntu.com
Sun Aug 2 19:33:53 UTC 2009


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 MOTU Mono
Team, which is subscribed to banshee in ubuntu.




More information about the Ubuntu-mono mailing list