I have already filled a ticket <a href="http://dev.laptop.org/ticket/11372">http://dev.laptop.org/ticket/11372</a><br>I have attached a file with the content of the Journal (only 4 entries) and you can see <br>what the problem is. More info in the ticket.<br>
<br>Gonzalo<br><br><div class="gmail_quote">On Tue, Nov 1, 2011 at 9:54 AM, Sascha Silbe <span dir="ltr"><<a href="mailto:sascha-ml-reply-to-2011-4@silbe.org">sascha-ml-reply-to-2011-4@silbe.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Excerpts from Gonzalo Odiard's message of 2011-11-01 13:09:55 +0100:<br>
<br>
[Trimmed the CC list to spare others from the gory details]<br>
<br>
> Reproduced here, datastore.log does not show anything, but shell.log show:<br>
[...]<br>
<br>
Thanks!<br>
<br>
Can you file a ticket at bugs.sl.o (if you use the link from my previous<br>
email most of the fields should get pre-filled), please?<br>
<br>
It would be useful to install IPython so we'll get Tracebacks annotated<br>
with the values of all the parameters, especially the value of object_id<br>
passed to<br>
jarabe.journal.journalactivity.JournalActivity.__detail_clicked_cb().<br>
<br>
Assuming it shows object_id='' as I suspect, please apply the following<br>
patch to provide further debugging output:<br>
<br>
diff --git i/src/jarabe/journal/model.py w/src/jarabe/journal/model.py<br>
index 5285a7c..1f45683 100644<br>
--- i/src/jarabe/journal/model.py<br>
+++ w/src/jarabe/journal/model.py<br>
@@ -36,6 +36,7 @@ import gconf<br>
 from sugar import dispatch<br>
 from sugar import mime<br>
 from sugar import util<br>
+from sugar.logger import trace<br>
<br>
<br>
 DS_DBUS_SERVICE = 'org.laptop.sugar.DataStore'<br>
@@ -220,6 +221,7 @@ class DatastoreResultSet(BaseResultSet):<br>
<br>
         BaseResultSet.__init__(self, query, page_size)<br>
<br>
+    @trace()<br>
     def find(self, query):<br>
         entries, total_count = _get_datastore().find(query, PROPERTIES,<br>
                                                      byte_arrays=True)<br>
<br>
<br>
You will need to set SUGAR_LOGGER_LEVEL to 'trace' (or 'all'), e.g. via<br>
~/.sugar/debug. Please attach the shell.log will the new information to<br>
the ticket.<br>
<br>
A copy of the data store - or even just the single entry that triggers<br>
this behaviour - would still be useful.<br>
<br>
Sascha<br>
<font color="#888888"><br>
--<br>
<a href="http://sascha.silbe.org/" target="_blank">http://sascha.silbe.org/</a><br>
<a href="http://www.infra-silbe.de/" target="_blank">http://www.infra-silbe.de/</a><br>
</font><br>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><br>