GNOME Bugzilla – Bug 629767
Rating a song from the command line fails
Last modified: 2010-09-16 00:31:54 UTC
Banshee's command line switch --set-rating seems to be broken. Using this switch, the shell shows the following lines (no rating change to the track will be made): ath@nbath2 ~ $ banshee-1 --set-rating=5 Unhandled Exception: System.ArgumentNullException: Cannot handle a null message; maybe the bus was disconnected Parameter name: msg at NDesk.DBus.Connection.HandleMessage (NDesk.DBus.Message msg) [0x00000] at NDesk.DBus.PendingCall.get_Reply () [0x00000] at NDesk.DBus.Connection.SendWithReplyAndBlock (NDesk.DBus.Message msg) [0x00000] at NDesk.DBus.BusObject.SendMethodCall (System.String iface, System.String member, System.String inSigStr, NDesk.DBus.MessageWriter writer, System.Type retType, System.Exception& exception) [0x00000] at Banshee.MediaEngine.IPlayerEngineServiceProxy.set_Rating (Byte ) [0x00000] at Halie.Client.HandlePlayerCommands () [0x00000] at Halie.Client.Main () [0x00000] at (wrapper managed-to-native) System.AppDomain:ExecuteAssembly (System.Reflection.Assembly,string[]) at System.AppDomain.ExecuteAssemblyInternal (System.Reflection.Assembly a, System.String[] args) [0x00000] at System.AppDomain.ExecuteAssembly (System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args) [0x00000] at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string,System.Security.Policy.Evidence,string[]) at System.AppDomain.ExecuteAssembly (System.String assemblyFile) [0x00000] at (wrapper remoting-invoke-with-check) System.AppDomain:ExecuteAssembly (string) at Booter.Booter.BootClient (System.String clientName) [0x00000] at Booter.Booter.Main () [0x00000]
See bug 541279, comment 7 *** This bug has been marked as a duplicate of bug 541279 ***