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 578291 - Parse XML crash
Parse XML crash
Status: RESOLVED DUPLICATE of bug 578279
Product: Tasque
Classification: Other
Component: General
0.1.8
Other All
: Normal critical
: ---
Assigned To: tasque-maint
tasque-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-07 19:50 UTC by Slawek Mikula
Modified: 2009-04-07 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Slawek Mikula 2009-04-07 19:50:43 UTC
Steps to reproduce:
Possible creating of this issue:
1. create task in Tasque or on the web
2. log onto RTM mobile interface (via mobile phone)
3. select task as "postponed" - something during this step happened, the task was not moved from "today" to "tomorrow" task list
4. after logging onto computer Tasque doesn't start


Stack trace:
[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)


Other information:
Comment 1 Sandy Armstrong 2009-04-07 20:14:02 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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