dcorking / wave-robot-python-client

Automatically exported from code.google.com/p/wave-robot-python-client
Apache License 2.0
0 stars 0 forks source link

URL missing for attachments #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
We'll look into it.

Original comment by pamela.fox on 1 Oct 2009 at 5:25