hitrust / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
1 stars 0 forks source link

Simple embed api doesnt work #401

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As mentioned in the embed api, I created a simple html copied the contents 
from the page http://code.google.com/apis/wave/embed/guide.html

I replace the waveId from the Debug->Get WaveID from my wave.

After all this when I load the html file, its blank. On firefox, fire bug 
the following error is been thrown.

An invalid or illegal string was specified"  code: "12
https://wave.google.com/gadgets/js/core:rpc
Line 534

__fsd is undefined
https://wave.google.com/a/wavesandbox.com/?
client.type=embedded&parent=file%3A///C%3A/Java/Samples/GoogleWave/sample.h
tml&wave_id=wavesandbox.com!w%2BmfYmx-j6D
Line 67

__fsd is undefined
https://wave.google.com/a/wavesandbox.com/?
client.type=embedded&parent=file%3A///C%3A/Java/Samples/GoogleWave/sample.h
tml&wave_id=wavesandbox.com!w%2BmfYmx-j6D
Line 79

__fsd is undefined
https://wave.google.com/a/wavesandbox.com/?
client.type=embedded&parent=file%3A///C%3A/Java/Samples/GoogleWave/sample.h
tml&wave_id=wavesandbox.com!w%2BmfYmx-j6D
Line 90

__fsd is undefined
https://wave.google.com/a/wavesandbox.com/?
client.type=embedded&parent=file%3A///C%3A/Java/Samples/GoogleWave/sample.h
tml&wave_id=wavesandbox.com!w%2BmfYmx-j6D
Line 101

__fsd is undefined
https://wave.google.com/a/wavesandbox.com/?
client.type=embedded&parent=file%3A///C%3A/Java/Samples/GoogleWave/sample.h
tml&wave_id=wavesandbox.com!w%2BmfYmx-j6D
Line 112

Original issue reported on code.google.com by javabu...@gmail.com on 5 Nov 2009 at 11:36

Attachments:

GoogleCodeExporter commented 9 years ago
Your code looks fine.  I tried replace my own wave id using your script and it 
works 
for me.  Have you tried other wave ids to see if that works?

Original comment by austin.c...@gmail.com on 13 Nov 2009 at 9:53