[Pharo-project] Iliad in Pharo 1.3
Hi lists, I don't know whether this issue is Pharo's or Iliad's, so I'm writing to both lists. I've just tried to pull Iliad 0.9.1 from the repos into a fresh Pharo 1.3 image and I keep getting the error "receiver of session is nil" every time I execute an action. If I click proceed in the debugger and manually refresh the page, it works as it should. So I tried to install 0.9.2 instead, and now no actions work and nothing happens when clicking an anchor. I tried the examples (counter, todo, etc) and they're not working either. ILErrorHandler is in debugMode but I'm not getting any error walkbacks either. Here's a 30 second demo of the problem: http://screenr.com/DCNs Any clues? Cheers! -- Bernat Romagosa.
Hi Bernat, if you have the latest versions, you can do in a workspace: Compiler recompileAll it seems to solve the problem. Cheers! -- Sébastien AUDIER ObjectFusion S.A.R.L. Applications web, consulting, design http://www.objectfusion.fr
Thanks Sebastien, It fixed the "not doing anything" problem, but I still get the MessageNotUnderstood: receiver of "sender" is nil error. It seems it happens whenever I use an announcement... did anything change? 2011/6/28 sebastien audier <sebastien.audier@gmail.com>
Hi Bernat, if you have the latest versions, you can do in a workspace:
Compiler recompileAll
it seems to solve the problem.
Cheers!
-- Sébastien AUDIER
ObjectFusion S.A.R.L. Applications web, consulting, design http://www.objectfusion.fr
-- Bernat Romagosa.
Actually, I traced the problem back to when I call self session from a widget. 2011/6/28 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Thanks Sebastien,
It fixed the "not doing anything" problem, but I still get the MessageNotUnderstood: receiver of "sender" is nil error.
It seems it happens whenever I use an announcement... did anything change?
2011/6/28 sebastien audier <sebastien.audier@gmail.com>
Hi Bernat, if you have the latest versions, you can do in a workspace:
Compiler recompileAll
it seems to solve the problem.
Cheers!
-- Sébastien AUDIER
ObjectFusion S.A.R.L. Applications web, consulting, design http://www.objectfusion.fr
-- Bernat Romagosa.
-- Bernat Romagosa.
Sorry for the mail flood, but I just found out it only happens when I call self session from an initialize method in a widget, which is when I have to use announcements, as in: SomeWidget >> initialize super initialize. self session announcer "<--- It never goes past self session" on: WhateverAnnouncement do: [:it | it doWhatever] 2011/6/28 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Actually, I traced the problem back to when I call self session from a widget.
2011/6/28 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Thanks Sebastien,
It fixed the "not doing anything" problem, but I still get the MessageNotUnderstood: receiver of "sender" is nil error.
It seems it happens whenever I use an announcement... did anything change?
2011/6/28 sebastien audier <sebastien.audier@gmail.com>
Hi Bernat, if you have the latest versions, you can do in a workspace:
Compiler recompileAll
it seems to solve the problem.
Cheers!
-- Sébastien AUDIER
ObjectFusion S.A.R.L. Applications web, consulting, design http://www.objectfusion.fr
-- Bernat Romagosa.
-- Bernat Romagosa.
-- Bernat Romagosa.
participants (2)
-
Bernat Romagosa -
sebastien audier