Citezen bug MessageNotUnderstood: Metaclass>>allMethodsInCategory:
Hi, I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this? [1] http://zotero.org/ Thanks, Offray
Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package? Is good to have a chat channel for this knowledge... it's a shame that all this will be lost, like "tears in the rain" because we're relying on privative infrastructure for community memory... :-/. I have started to test rocket.chat/deploy and seems pretty good. I have deployed https://pharochat.rocket.chat/ in seconds. Now I'm asking about data migration from slack and costs for open source communities. Cheers, Offray On 11/02/17 17:30, Offray Vladimir Luna Cárdenas wrote:
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
On which version are you working? I should add an inbox to citezen (waiting to migrate to github).
Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package?
Is good to have a chat channel for this knowledge... it's a shame that all this will be lost, like "tears in the rain" because we're relying on privative infrastructure for community memory... :-/.
I have started to test rocket.chat/deploy and seems pretty good. I have deployed https://pharochat.rocket.chat/ in seconds. Now I'm asking about data migration from slack and costs for open source communities.
Cheers,
Offray
On 11/02/17 17:30, Offray Vladimir Luna Cárdenas wrote:
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
-- Using Opera's mail client: http://www.opera.com/mail/
what is your account on smalltalkhub? On Sun, 12 Feb 2017 00:52:10 +0100, Offray Vladimir Luna Cárdenas <offray.luna@mutabit.com> wrote:
Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package?
Is good to have a chat channel for this knowledge... it's a shame that all this will be lost, like "tears in the rain" because we're relying on privative infrastructure for community memory... :-/.
I have started to test rocket.chat/deploy and seems pretty good. I have deployed https://pharochat.rocket.chat/ in seconds. Now I'm asking about data migration from slack and costs for open source communities.
Cheers,
Offray
On 11/02/17 17:30, Offray Vladimir Luna Cárdenas wrote:
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
-- Using Opera's mail client: http://www.opera.com/mail/
My user account is Offray ( http://smalltalkhub.com/#!/~Offray ). I'm using the Citizen version provided by ConfigurationOfCitezen (StephaneDucasse.137). Thanks, Offray On 12/02/17 09:30, stepharong wrote:
what is your account on smalltalkhub?
On Sun, 12 Feb 2017 00:52:10 +0100, Offray Vladimir Luna Cárdenas <offray.luna@mutabit.com> wrote:
Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package?
Is good to have a chat channel for this knowledge... it's a shame that all this will be lost, like "tears in the rain" because we're relying on privative infrastructure for community memory... :-/.
I have started to test rocket.chat/deploy and seems pretty good. I have deployed https://pharochat.rocket.chat/ in seconds. Now I'm asking about data migration from slack and costs for open source communities.
Cheers,
Offray
On 11/02/17 17:30, Offray Vladimir Luna Cárdenas wrote:
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
Hi offray I generate all my web page and cv with Citezen. Can you tell which version of citezen? how you load it? which version of Pharo the expressions you executed? Stef
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
-- Using Opera's mail client: http://www.opera.com/mail/
Hi, On 12/02/17 09:19, stepharong wrote:
Hi offray
I generate all my web page and cv with Citezen. Can you tell
which version of citezen?
The one provided by ConfigurationOfCitezen (StephaneDucasse.137)
how you load it?
From the spotter, so I imagine is reading the Pharo catalog.
which version of Pharo
Pharo5.0 Latest update: #50761
the expressions you executed?
I ran the expression on CZBibTest. After applying the fix proposed by Cyril on Citezen-Redenring (StephaneDucasse.42), the test went all green. So it seems a matter of replacing #allMethodsInCategory by #allSelectorsInProtocol Thanks, Offray
Stef
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
Ok I will have a look. Ping me if I forget.
Hi,
On 12/02/17 09:19, stepharong wrote:
Hi offray
I generate all my web page and cv with Citezen. Can you tell
which version of citezen?
The one provided by ConfigurationOfCitezen (StephaneDucasse.137)
how you load it?
From the spotter, so I imagine is reading the Pharo catalog.
which version of Pharo
Pharo5.0 Latest update: #50761
the expressions you executed?
I ran the expression on CZBibTest. After applying the fix proposed by Cyril on Citezen-Redenring (StephaneDucasse.42), the test went all green. So it seems a matter of replacing #allMethodsInCategory by #allSelectorsInProtocol
Thanks,
Offray
Stef
Hi,
I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm preparing a couple of papers for my PhD. For that, I'm using Citezen, but when I try to run the renderers to create bibTeX outputs I got the error "MessageNotUnderstood: Metaclass>>allMethodsInCategory:". How can I solve this?
Thanks,
Offray
-- Using Opera's mail client: http://www.opera.com/mail/
participants (2)
-
Offray Vladimir Luna Cárdenas -
stepharong