Re: [Google Wave APIs] apps using wave api

2010-06-18 Thread Mark Fayngersh
http://code.google.com/p/wavealpha/ 

streams to

 
http://server.markfayngersh.com:8080/

i n realtime


On Fri, Jun 18, 2010 at 9:17 AM, Alex  wrote:

> Hi Guys,
>
> can you, please, share some interesting websites which using wave api
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>



-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] Re: Same code doesn't work on one address, but works on another

2010-03-21 Thread Mark Fayngersh
Oh, I see. How often is the robot cache cleared?

Thanks!

On Sun, Mar 21, 2010 at 11:10 PM, charlot  wrote:

> Hi Mark,
>
> I had the same problem. It's caused by caching from the AppEngine
> servers. In one of your addresses the API v.1 might still be cached,
> even though you changed the /waveapi files and your programming for
> API v.2 (I mean: it's not a new API v.2 robot, but a conversion from
> API v.1).
>
> Anyways, the short answer is that the caching should expire, or, as I
> was told in the following wave, can be forced to be cleared:
>
>
> https://wave.google.com/wave/?pli=1#minimized:nav,minimized:contact,restored:search:json,restored:wave:googlewave.com!w%252B9EgFHaidD
>
> On Mar 21, 8:42 pm, Mark Fayngersh  wrote:
> > On one appengine address, my robot works completely normally, everything
> the
> > way its supposed to. When i upload the same robot to a different address,
> i
> > get an error right of the bat:
> >
> > 'unicode' object has no attribute 'get'
> > Traceback (most recent call last):
> >   File
> "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
> > line 509, in __call__
> > handler.post(*groups)
> >   File
> "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/appengine_rob
> ot_runner.py",
> > line 82, in post
> > json_response = self._robot.process_events(json_body)
> >   File
> "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
> > line 356, in process_events
> > event_wavelet = self._wavelet_from_json(parsed, pending_ops)
> >   File
> "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
> > line 332, in _wavelet_from_json
> > blips[blip_id] = blip.Blip(raw_blip_data, blips, pending_ops)
> >   File
> "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/blip.py",
> > line 589, in __init__
> > self._blip_id = json.get('blipId')
> > AttributeError: 'unicode' object has no attribute 'get'
> >
> > I'm not exactly sure what this error means, but it is thrown right when i
> > add the robot to a wavelet. This; however, does not happen on a different
> > appengine domain. Any guidance much appreciated!
> >
> > P.S. This is with the new Python Robot API
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] Same code doesn't work on one address, but works on another

2010-03-21 Thread Mark Fayngersh
On one appengine address, my robot works completely normally, everything the
way its supposed to. When i upload the same robot to a different address, i
get an error right of the bat:


'unicode' object has no attribute 'get'
Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py",
line 509, in __call__
handler.post(*groups)
  File 
"/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/appengine_robot_runner.py",
line 82, in post
json_response = self._robot.process_events(json_body)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
line 356, in process_events
event_wavelet = self._wavelet_from_json(parsed, pending_ops)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/robot.py",
line 332, in _wavelet_from_json
blips[blip_id] = blip.Blip(raw_blip_data, blips, pending_ops)
  File "/base/data/home/apps/wave-alpha/1.340698364314225713/waveapi/blip.py",
line 589, in __init__
self._blip_id = json.get('blipId')
AttributeError: 'unicode' object has no attribute 'get'


I'm not exactly sure what this error means, but it is thrown right when i
add the robot to a wavelet. This; however, does not happen on a different
appengine domain. Any guidance much appreciated!

P.S. This is with the new Python Robot API

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] Re: Robot stopped working (cannot create blips)

2009-11-14 Thread Mark Fayngersh
tried, no cigar.

On Sat, Nov 14, 2009 at 11:20 PM, voidref  wrote:

> I think this error happens on a per-app basis, you might try creating
> a new app with all the same code and see if it works.
>
>
>
> On Nov 14, 1:37 pm, Sunny Luthra  wrote:
> > yup :|
> > On Sun, Nov 15, 2009 at 3:04 AM, Mark Fayngersh  >wrote:
> >
> >
> >
> >
> >
> > > so, apparently, it is a recent issue not yet mended?
> >
> > > On Sat, Nov 14, 2009 at 4:33 PM, Sunny Luthra  >wrote:
> >
> > >>http://code.google.com/p/google-wave-resources/issues/detail?id=158
> >
> > >> On Sun, Nov 15, 2009 at 3:00 AM, Mark Fayngersh <
> phunny.pha...@gmail.com>wrote:
> >
> > >>> I've tried my robot (WaveAlpha) on wave.google.com, wavesandbox.com,
> and
> > >>> on the test account on wavesandbox. It doesn't work on any of them. I
> have a
> > >>> presentation to do in school tomorrow and it would really be great if
> it
> > >>> could work by then.
> >
> > >>> No errors are coming up in the logs. The robot is processing the
> input
> > >>> just fine. The problem is that it cannot output onto a blip (nor can
> it
> > >>> create one).
> >
> > >>> Any guidance or help greatly appreciated.
> >
> > >>> --
> > >>> You received this message because you are subscribed to the Google
> Groups
> > >>> "Google Wave API" group.
> > >>> To post to this group, send email to
> google-wave-...@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> google-wave-api+unsubscr...@googlegroups.com
> 
> > >>> .
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/google-wave-api?hl=.
> >
> > >> --
> > >> Regards,
> > >> Sunny Luthra.
> >
> > >> Facebook-http://www.facebook.com/sunnyluthra
> > >> Twitter-http://twitter.com/SunnyLuthra
> > >> Gtalk- luthra.su...@gmail.com
> > >> Blog-http://MyPaaji.com
> > >> Works In-http://Mrova.com
> >
> > >>  --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Google Wave API" group.
> > >> To post to this group, send email to google-wave-api@googlegroups.com
> .
> > >> To unsubscribe from this group, send email to
> > >> google-wave-api+unsubscr...@googlegroups.com
> 
> > >> .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/google-wave-api?hl=.
> >
> > > --
> > > ~phunny.pha...@gmail.com
> > > ~mar...@archlinux.us
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Wave API" group.
> > > To post to this group, send email to google-wave-...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-wave-api+unsubscr...@googlegroups.com
> 
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-wave-api?hl=.
> >
> > --
> > Regards,
> > Sunny Luthra.
> >
> > Facebook-http://www.facebook.com/sunnyluthra
> > Twitter-http://twitter.com/SunnyLuthra
> > Gtalk- luthra.su...@gmail.com
> > Blog-http://MyPaaji.com
> > Works In-http://Mrova.com
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=.
>
>
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




Re: [Google Wave APIs] Robot stopped working (cannot create blips)

2009-11-14 Thread Mark Fayngersh
so, apparently, it is a recent issue not yet mended?

On Sat, Nov 14, 2009 at 4:33 PM, Sunny Luthra wrote:

> http://code.google.com/p/google-wave-resources/issues/detail?id=158
>
> On Sun, Nov 15, 2009 at 3:00 AM, Mark Fayngersh 
> wrote:
>
>> I've tried my robot (WaveAlpha) on wave.google.com, wavesandbox.com, and
>> on the test account on wavesandbox. It doesn't work on any of them. I have a
>> presentation to do in school tomorrow and it would really be great if it
>> could work by then.
>>
>> No errors are coming up in the logs. The robot is processing the input
>> just fine. The problem is that it cannot output onto a blip (nor can it
>> create one).
>>
>>
>> Any guidance or help greatly appreciated.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Wave API" group.
>> To post to this group, send email to google-wave-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-wave-api+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-wave-api?hl=.
>>
>
>
>
> --
> Regards,
> Sunny Luthra.
>
>
> Facebook- http://www.facebook.com/sunnyluthra
> Twitter- http://twitter.com/SunnyLuthra
> Gtalk- luthra.su...@gmail.com
> Blog- http://MyPaaji.com
> Works In- http://Mrova.com
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=.
>



-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] Robot stopped working (cannot create blips)

2009-11-14 Thread Mark Fayngersh
I've tried my robot (WaveAlpha) on wave.google.com, wavesandbox.com, and on
the test account on wavesandbox. It doesn't work on any of them. I have a
presentation to do in school tomorrow and it would really be great if it
could work by then.

No errors are coming up in the logs. The robot is processing the input just
fine. The problem is that it cannot output onto a blip (nor can it create
one).


Any guidance or help greatly appreciated.

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=.




[Google Wave APIs] WaveAlpha Robot Live Screencast

2009-11-05 Thread Mark Fayngersh
Starting in 5 minutes @ 7:00 PM in http://livestream.com/techlabs

Will be discussing Google Wave, focusing on Wave Alpha q&a.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Google Wave Web

2009-10-11 Thread Mark Fayngersh
This is your typical failed attempt at generating revenue from desperate web
surfers. In the words of Smola, "I advice against using it."

On Sun, Oct 11, 2009 at 12:58 PM, Smola  wrote:

>
> I visited that page and it seems a bit off.  I'm not sure why but the
> whole idea seems a little creepy.  Profiting off of GWave invites?
> Come on...
>
> I advise against using it.
>
> On Oct 10, 8:48 pm, Google İnvite  wrote:
> > google waveweb page
> > no facebook
> >
> > google wavehttp://www.wave-google.us
> >
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Newline character no longer working?

2009-10-04 Thread Mark Fayngersh
For some time now, i can no longer use the newline character in blips? Why
is that? I tried it every possible way, and none work. It is very important
to me that i get this working, for it assists a great deal in making blips
readable.

Ex: blip.AppendText("\n") // returns nothing
blip.AppendMarkup("") // returns nothing
blip.Append() // replaces, not helpful

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: How to know when Button Form is clicked?

2009-10-04 Thread Mark Fayngersh
I know that, but how do i constantly check for that? Like, is there a way to
set a handler to that?

2009/10/4 vadbars 

>
> if (submitButton.getValue().equalsIgnoreCase("clicked")) {}
>
> On 3 окт, 23:27, Mark Fayngersh  wrote:
> > FormElement submitButton = doc.getFormView().getFormElement("Submit");
> > Now how do i know when submitButton is clicked?
> >
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] How to know when Button Form is clicked?

2009-10-03 Thread Mark Fayngersh
FormElement submitButton = doc.getFormView().getFormElement("Submit");
Now how do i know when submitButton is clicked?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Google Has No Clothes!

2009-09-09 Thread Mark Fayngersh
Your reasoning is flawed in ignorance and lacking knowledge.

On Mon, Sep 7, 2009 at 5:18 PM, gg  wrote:

>
> Does anyone here really think wave is going to take off
>
> It is so slow, so buggy! You can't even delete waves you do not want
> in your inbox! It is unbelievable to me how much money Google wastes
> on stuff like this that just does not work!
> Anyone remember this:
>
> http://www.lively.com/goodbye.html
>
> And even more unbelievable is how many developers follow them blindly
> down the path
>
> >
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-07 Thread Mark Fayngersh
Thanks!

On Mon, Sep 7, 2009 at 12:54 AM, Jason Salas  wrote:

>
> Hi Mark,
>
> Here's a good example (look at the testAnnotateDocument() method):
>
> http://code.google.com/p/wave-robot-python-client/source/browse/trunk/src/waveapi/ops_test.py?spec=svn10&r=10
>
> ...and here's the actual SetAnnotation() method from the Python Client
> Lib API docs:
>
> http://wave-robot-python-client.googlecode.com/svn/trunk/pydocs/waveapi.ops.OpBasedDocument-class.html#SetAnnotation
>
> Hope this helps!
>
> Jason :)
> jasonsa...@wavesandbox.com
>
>
> On Sep 7, 2:08 am, Mark Fayngersh  wrote:
> > Hey Jason,
> > Say, do you think you can tell me how I can do it with annotations, or
> point
> > me to a page perhaps?
> >
> > Thanks for the reply.
> >
> > On Sun, Sep 6, 2009 at 11:59 AM, Jason Salas <
> digitalpontificat...@gmail.com
> >
> >
> >
> >
> >
> > > wrote:
> >
> > > Hi Mark,
> >
> > > Not at the moment, I don't believe. You'd have to inject the HTML
> > > markup with the API's support for annotations. But, I've heard that
> > > the forthcoming API will have better support for formatted text.
> >
> > > Jason :)
> > > jasonsa...@wavesandbox.com
> >
> > > On 9/7/09, Mark Fayngersh  wrote:
> > > > Is there a way to do so?
> > > > Ex: blip.GetDocument().SetHtmlText("Welcome")
> > > > Result:
> >
> > > > *Welcome*
> >
> > > > Thanks!
> >
> > > > --
> > > > ~phunny.pha...@gmail.com
> > > > ~mar...@archlinux.us
> >
> > --
> > ~phunny.pha...@gmail.com
> > ~mar...@archlinux.us
> >
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Setting text of a blip to html using python robot api?

2009-09-06 Thread Mark Fayngersh
Hey Jason,
Say, do you think you can tell me how I can do it with annotations, or point
me to a page perhaps?

Thanks for the reply.

On Sun, Sep 6, 2009 at 11:59 AM, Jason Salas  wrote:

>
> Hi Mark,
>
> Not at the moment, I don't believe. You'd have to inject the HTML
> markup with the API's support for annotations. But, I've heard that
> the forthcoming API will have better support for formatted text.
>
> Jason :)
> jasonsa...@wavesandbox.com
>
> On 9/7/09, Mark Fayngersh  wrote:
> > Is there a way to do so?
> > Ex: blip.GetDocument().SetHtmlText("Welcome")
> > Result:
> >
> > *Welcome*
> >
> >
> >
> > Thanks!
> >
> > --
> > ~phunny.pha...@gmail.com
> > ~mar...@archlinux.us
> >
> > >
> >
>
> >
>


-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Setting text of a blip to html using python robot api?

2009-09-06 Thread Mark Fayngersh
Is there a way to do so?
Ex: blip.GetDocument().SetHtmlText("Welcome")
Result:

*Welcome*



Thanks!

-- 
~phunny.pha...@gmail.com
~mar...@archlinux.us

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---