Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
when problem occurs, request log shows:
#
1.
11-27 11:31PM 22.544 /_wave/robot/jsonrpc 200 2172ms 1925cpu_ms 0kb
WaveRobotGateway,gzip(gfe)
See details
10.176.130.13 - - [27/Nov/2009:23:31:24 -0800] "POST /_wave/robot/jsonrpc
HTTP/1.1" 200 186 - "WaveRobotGateway,gzip(gfe)"
Original comment by iws...@gmail.com
on 28 Nov 2009 at 7:35
ok, apparently the bot has amnesia problem. After a few minutes the quotes that
were
read from text files and stored in ArrayList were all gone...
why?
Original comment by iws...@gmail.com
on 28 Nov 2009 at 10:31
i solved this by checking ArrayList size and if it's 0 I just re-populate...
really
dunno why it's got amnesia.
Original comment by iws...@gmail.com
on 28 Nov 2009 at 4:17
This is not a Wave issue, it's part of the way App Engine works. It may serve
different instances of your robot to the same wave; you can't rely on
population of
global variables. I'd suggest either using the datastore, memcache, or Wave
datadocuments for storage. Post in the group for more information on doing that.
Original comment by pamela.fox
on 29 Nov 2009 at 3:43
i see. Thank you.
Original comment by iws...@gmail.com
on 30 Nov 2009 at 5:44
Original issue reported on code.google.com by
iws...@gmail.com
on 28 Nov 2009 at 7:16