banshee crashes when I press Lastfm button

Bug #574148 reported by Mehdi Hassanpour
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
banshee (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: banshee

Banshee crashes when I press Lastfm button on the left side panel...

mehdi@mehdi-desktop:~$ banshee-1
[Info 07:15:08.799] Running Banshee 1.6.0: [Ubuntu lucid (development branch) (linux-gnu, i486) @ 2010-04-04 14:18:33 UTC]
[Info 07:15:10.977] All services are started 1.514166s
** (Banshee:12603): DEBUG: Loading the real store page
** (Banshee:12603): DEBUG: navigation requested to https://one.ubuntu.com/music/store-no-token
[Info 07:15:12.145] nereid Client Started
** (Banshee:12603): DEBUG: navigation requested to http://stores.7digital.com/default.aspx?shop=496&partner=983
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Xml.XmlException: 'meta' is expected file:///home/mehdi/.cache/banshee-1/extensions/lastfm/3c/3c208b2a Line 5, position 4.
  at Mono.Xml2.XmlTextReader.Expect (System.String expected) [0x00000]
  at Mono.Xml2.XmlTextReader.ReadEndTag () [0x00000]
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000]
  at Mono.Xml2.XmlTextReader.ReadContent () [0x00000]
  at Mono.Xml2.XmlTextReader.Read () [0x00000]
  at System.Xml.XmlTextReader.Read () [0x00000]
  at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000]
  at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000]
  at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000]
  at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000]
  at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader reader) [0x00000]
  at System.Xml.XmlDocument.Load (System.Xml.XmlReader xmlReader) [0x00000]
  at Lastfm.Data.LastfmData`1[Lastfm.Data.RecentTrack].GetData () [0x00000]
  at Lastfm.Data.LastfmData`1[Lastfm.Data.RecentTrack].Refresh () [0x00000]
  at Lastfm.Data.LastfmData`1[Lastfm.Data.RecentTrack]..ctor (System.String dataUrlFragment, CacheDuration cacheDuration, System.String xpath) [0x00000]
  at Lastfm.Data.LastfmData`1[Lastfm.Data.RecentTrack]..ctor (System.String dataUrlFragment, System.String xpath) [0x00000]
  at Lastfm.Data.LastfmUserData.Get[RecentTrack] (System.String fragment, System.String xpath) [0x00000]
  at Lastfm.Data.LastfmUserData.Get[RecentTrack] (System.String fragment) [0x00000]
  at Lastfm.Data.LastfmUserData.get_RecentLovedTracks () [0x00000]
  at Banshee.Lastfm.Radio.LastfmSourceContents.UpdateForUser (System.String username) [0x00000]
  at Banshee.Lastfm.Radio.LastfmSourceContents.<HandleConnectionStateChanged>m__A () [0x00000]
  at Hyena.ThreadAssist.ProxyToMain (Hyena.InvokeHandler handler) [0x00000]
  at Banshee.Lastfm.Radio.LastfmSourceContents.HandleConnectionStateChanged (System.Object sender, Lastfm.ConnectionStateChangedArgs args) [0x00000]
  at (wrapper delegate-invoke) Lastfm.RadioConnection/StateChangedHandler:invoke_void__this___RadioConnection_ConnectionStateChangedArgs (Lastfm.RadioConnection,Lastfm.ConnectionStateChangedArgs)
  at Lastfm.RadioConnection.set_State (ConnectionState value) [0x00000]
  at Lastfm.RadioConnection.Connect () [0x00000]
  at Banshee.Lastfm.Radio.LastfmSource.Activate () [0x00000]
  at Banshee.Sources.SourceManager.SetActiveSource (Banshee.Sources.Source source, Boolean notify) [0x00000]
  at Banshee.Sources.SourceManager.SetActiveSource (Banshee.Sources.Source source) [0x00000]
  at Banshee.Sources.Gui.SourceView.OnButtonPressEvent (Gdk.EventButton press) [0x00000]
  at Gtk.Widget.buttonpressevent_cb (IntPtr widget, IntPtr evnt) [0x00000]
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Widget.buttonpressevent_cb(IntPtr widget, IntPtr evnt)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Banshee.Gui.GtkBaseClient.Run()
   at Banshee.Gui.GtkBaseClient.Startup()
   at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
   at Banshee.Gui.GtkBaseClient.Startup()
   at Banshee.Gui.GtkBaseClient.Startup(System.String[] args)
   at Nereid.Client.Main(System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.Reflection.Assembly , System.String[] )
   at System.AppDomain.ExecuteAssemblyInternal(System.Reflection.Assembly a, System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile)
   at Booter.Booter.BootClient(System.String clientName)
   at Booter.Booter.Main()
mehdi@mehdi-desktop:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: banshee 1.6.0-1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon May 3 07:21:19 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: banshee

Revision history for this message
Mehdi Hassanpour (mehdi) wrote :
Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for the report, may you please run banshee as: banshee --debug &> banshee-debug.txt ; reproduce the crash and attach that resulting log file to the report? thanks in advance.

Changed in banshee (Ubuntu):
importance: Undecided → Medium
status: New → Incomplete
Revision history for this message
Victor Vargas (kamus) wrote :

Mehdi, any news about this issue?

Revision history for this message
Mehdi Hassanpour (mehdi) wrote :

It's solved! I'm on maverick and banshee 1.8

Revision history for this message
Chow Loong Jin (hyperair) wrote : Re: [Bug 574148] Re: banshee crashes when I press Lastfm button

On Tuesday 09,November,2010 11:22 AM, Mehdi Hassanpour wrote:
> It's solved! I'm on maverick and banshee 1.8
>
  affects ubuntu/banshee
  status fixreleased

--
Kind regards,
Loong Jin

Changed in banshee (Ubuntu):
status: Incomplete → Fix Released
Revision history for this message
Beely (beelymagee) wrote :

I have similar situation. Possible exception is I mistyped my Last.FM username and Banshee's Last.FM plugin never let me correct the mistake - now always closes when I attempt to click on the Last.FM icon in the option list in left panel. I've attached the --debug data in a text file as previous user was instructed.

-*-Bill

Revision history for this message
Beely (beelymagee) wrote :

Oh sorry, forgot to include the "policy" info from the apt-cache policy command, (even though I'm using the 11.04 Natty Narwhal version):

banshee:
  Installed: 1.8.0-2ubuntu1~maverick2
  Candidate: 1.8.0-2ubuntu1~maverick2
  Version table:
 *** 1.8.0-2ubuntu1~maverick2 0
        500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/universe amd64 Packages
        100 /var/lib/dpkg/status
     1.7.6-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe amd64 Packages

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.