What steps will reproduce the problem?
1. Let a bot listen to BLIP_SUBMITTED
2. Find attachments (image type)
3. The attachments elements have an empty url. Here are the relevant parts
from the log:
Incoming contains:
"elements":{"map":{"1":{"javaClass":"com.google.wave.api.Image","properties"
:{"map":{"attachmentId":"mcghblnM%2","caption":"file"},"javaClass":"java.uti
l.HashMap"},"type":"IMAGE"}}
constructing: {u'type': u'IMAGE', u'properties': {u'caption': u'file',
u'attachmentId': u'mcghblnM%2'}}
The url attribute of the resulting Python object is an empty string.
What is the expected output? What do you see instead?
There should be some way to retrieve the content of an attachment, e.g. by
downloading it from a given URL.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by albrecht.andi on 6 Aug 2009 at 5:11
Original issue reported on code.google.com by
albrecht.andi
on 6 Aug 2009 at 5:11