After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597273 - Tasque no longer starts - RTM Backend Errors?
Tasque no longer starts - RTM Backend Errors?
Status: RESOLVED DUPLICATE of bug 578279
Product: Tasque
Classification: Other
Component: General
unspecified
Other Linux
: Normal major
: ---
Assigned To: tasque-maint
tasque-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-04 11:23 UTC by Evan
Modified: 2009-10-04 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Evan 2009-10-04 11:23:31 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.
Comment 1 Sandy Armstrong 2009-10-04 14:38:19 UTC
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.
Comment 2 Evan 2009-10-04 15:39:06 UTC
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!
Comment 3 Sandy Armstrong 2009-10-04 16:07:37 UTC

*** This bug has been marked as a duplicate of bug 578279 ***