ClojureScriptOne remote

2012-04-25 Thread Pierre-Henry Perret
When returning a response from a remote call, it fails to a server error:

__
Uncaught Error: No protocol method ILookup.-lookup defined for type object: 
[object Object] 


Have someone any idea what it origins from ?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: ClojureScriptOne remote

2012-04-25 Thread David Nolen
Perhaps you are calling 'get' on something which has not implemented or not
been extended to ILookup.

On Wed, Apr 25, 2012 at 2:38 PM, Pierre-Henry Perret wrote:

> When returning a response from a remote call, it fails to a server error:
>
> __
> Uncaught Error: No protocol method ILookup.-lookup defined for type
> object: [object Object]
> 
>
> Have someone any idea what it origins from ?
>
> Thanks
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: ClojureScriptOne remote

2012-04-26 Thread Pierre-Henry Perret
Yes, that was it, just adding a key solved it.
Thanks

Le mercredi 25 avril 2012 20:42:42 UTC+2, David Nolen a écrit :
>
> Perhaps you are calling 'get' on something which has not implemented or 
> not been extended to ILookup. 
>
> On Wed, Apr 25, 2012 at 2:38 PM, Pierre-Henry Perret  wrote:
>
>> When returning a response from a remote call, it fails to a server error:
>>
>> __
>> Uncaught Error: No protocol method ILookup.-lookup defined for type 
>> object: [object Object] 
>> 
>>
>> Have someone any idea what it origins from ?
>>
>> Thanks
>>
>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en