GNOME Bugzilla – Bug 597273
Tasque no longer starts - RTM Backend Errors?
Last modified: 2009-10-04 16:07:37 UTC
I use Tasque with RTM backend and everything was working fine earlier today. Due to a bout of insomnia, I got up to do some work and noticed that Tasque did not start up automatically at login, as it should do on my system (Ubuntu 9.04). So, I tried to start it from within terminal, and here is the output I received: [Debug]: Tasque remote control active. [Debug]: Found Available Backend: Tasque.Backends.RtmBackend.RtmBackend [Debug]: Found Available Backend: Tasque.Backends.Sqlite.SqliteBackend [Debug]: Found Available Backend: Tasque.Backends.EDS.EDSBackend [Debug]: Tasque.exe location: /usr/lib/tasque/Tasque.exe [Info]: Searching for Backend DLLs in: /usr/lib/tasque [Info]: Reading /usr/lib/tasque/RtmNet.dll [Debug]: Storing 'Tasque.Backends.RtmBackend.RtmBackend' = 'Remember the Milk' [Debug]: Storing 'Tasque.Backends.Sqlite.SqliteBackend' = 'Local File' [Debug]: Storing 'Tasque.Backends.EDS.EDSBackend' = 'Evolution Data Server' [Debug]: CurrentBackend specified in Preferences: Tasque.Backends.RtmBackend.RtmBackend [Info]: Using backend: Remember the Milk (Tasque.Backends.RtmBackend.RtmBackend) [Debug]: Found AuthToken, checking credentials... Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. RtmNet.ResponseXmlException: Invalid response received from Rtm. ---> System.InvalidOperationException: There is an error in XML document. ---> System.InvalidOperationException: <html xmlns='http://www.w3.org/1999/xhtml'> was not expected at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadRoot (System.Xml.Serialization.XmlTypeMapping rootMap) [0x00000] at System.Xml.Serialization.XmlSerializationReaderInterpreter.ReadRoot () [0x00000] at System.Xml.Serialization.XmlSerializer.Deserialize (System.Xml.Serialization.XmlSerializationReader reader) [0x00000] --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize (System.Xml.Serialization.XmlSerializationReader reader) [0x00000] at System.Xml.Serialization.XmlSerializer.Deserialize (System.Xml.XmlReader xmlReader) [0x00000] at System.Xml.Serialization.XmlSerializer.Deserialize (System.IO.TextReader textReader) [0x00000] at RtmNet.Utils.Deserialize (System.String responseString) [0x00000] --- End of inner exception stack trace --- at RtmNet.Utils.Deserialize (System.String responseString) [0x00000] at RtmNet.Rtm.GetResponse (System.Collections.Hashtable parameters) [0x00000] at RtmNet.Rtm.AuthCheckToken (System.String token) [0x00000] at Tasque.Backends.RtmBackend.RtmBackend.Initialize () [0x00000] at Tasque.Application.set_Backend (IBackend value) [0x00000] at Tasque.Application.InitializeIdle () [0x00000] at GLib.Idle+IdleProxy.Handler () [0x00000] at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) at GLib.Idle+IdleProxy.Handler() at Gtk.Application.gtk_main() at Gtk.Application.Run() at Gnome.Program.Run() at Tasque.GnomeApplication.StartMainLoop() at Tasque.Application.StartMainLoop() at Tasque.Application.Main(System.String[] args) Afterwards, I tried to login to the RTM website and saw that they were performing maintenance. Once the RTM website was up and running once more, I logged out of my machine, logged back in and experienced the same errors described above.
Hmm, working for me. What version of Tasque is this? The latest is 0.1.8. Crashing on this sort of error is definitely bad.
I have 0.1.8-1build2 installed (from the Ubuntu Jaunty repos). Any thoughts? I'm going to try reinstalling right now, and will update afterward. OK the reinstall worked, so this is not a bug: sorry for jumping the gun!
*** This bug has been marked as a duplicate of bug 578279 ***