Hi, I am having problems using Announcements framework (Announcements.g-DaleHenrichs.13).<br>I get this error: <br><br>InterpreterError 2003: An indexable object or NSC &lt;anIdentityCollisionBucket&gt; was referenced with an index &lt;3&gt; that was out of range. <br>
<br>The problem occurs when I do:<br>self session announcer announce: (EditRecordItemSelected new item: item), <br>it crashes on IdentityDictionary&gt;&gt;keysAndValuesDo:<br><br>and I am registering the announcements on this way:<br>
<br>registerAnnouncements<br><br>    self session announcer <br>        on: EditRecordItemSelected<br>        do: [ :each | self editRecord: each item ].<br>  <br>The weird thing is that if I request the page on a second time, before the error, it works.<br>
<br>Any idea?<br><br>Sebastian<br>