I found all my commands using async noun_types stopped working after
upgrading to 0.1.7. Perhaps you are seeing the same problem?

>From my basic understanding it seemed to be due to a change in the way
the noun suggest methods are handled, it seems that if they do not
return a valid suggestion synchronously the command is ignored.
Previously returning an empty array was ok, and the async suggestions
could be slotted in as they arrive.

Most people seem to be reporting this issue in relation to the 0.2 pre
releases, but I am definitely seeing it in the 0.1.7 release as well.
Hopefully this is a temporary problem and it will be reverted to the
previous behaviour? In any case, there is a bug report raised for this
issue, if it is indeed the same as you are experiencing.

http://ubiquity.mozilla.com/trac/ticket/619

Steve

On Mar 27, 7:18 am, Alex Hough <[email protected]> wrote:
> I'm having the same problems: commands i wrote not working any more.
>
> makeSearchCommand({
> name: "scholar",
> url: "http://www.google.com/scholar?q={QUERY}";,
> icon: "http://www.google.com/favicon.ico";,
> description: "Searches Google Scholar for your words."
>
> });
>
> Alex
>
> 2009/3/22 Christian Sonne <[email protected]>:
>
>
>
> > On Sun, Mar 22, 2009 at 10:55 PM, some_guy <[email protected]>
> > wrote:
>
> >> Still nothing with changed names to contain no space. I'm using
> >> 0.2pre24. Is there anything I can try?
>
> > I just noticed I hadn't updated my hg version for a while, and after pulling
> > tip I'm facing the same problem as you. I notice this in the error console
> > (always a good place to look in these cases)
> > Error: s.success is not a function
> > Source File:
> > file:///home/<user>/.mozilla/firefox-3.2/<profile>/extensions/[email protected]/modules/webjsm.js
> > -> resource://ubiquity/scripts/jquery.js
> > Line: 3645
>
> > I haven't figured what causes this yet, but I'll have a look or trick
> > someone else into doing it :-)
>
> > Best regards
> > -- cers / Christian Sonne
>
> --
> t: 0161 442 2202
> m: 0781 372 50 17
> skype: alexhough
> delicious: alexhough
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to