pombreda / pygowave-server

Automatically exported from code.google.com/p/pygowave-server
Apache License 2.0
0 stars 0 forks source link

Gadget errors #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try adding the various gadgets to a wave
2. Leave a wave (only problem if creator has left wave since you entered 
it?)
3.

What is the expected output? What do you see instead?
Multiple gadget errors here.  I'm using the names they were given on upload 
to the pygowave server.

Pacman: Error while loading Gadget:
Gadget quick-check failed: Required feature "analytics" is unsupported.

Wave bidding: works, but if no one has bid, the avatar is an error image.  
Is this the gadget or the server?

Mappy: works, but the cursor doesn't change if you select a different tool.  
Is this the gadget or the server?

Are You In?: Error while loading Gadget:
Gadget quick-check failed: Required feature "opensocial-templates" is 
unsupported.

Wave Rating: Graphics appear but no interaction works.

SVG editor/SVG-edit: massive errors (get() returned more than one Gadget) 
... just try adding it to a Wave to see the error.  This gadget used to 
(sort of) work on pygowave

Mini Piano: Error while loading Gadget:
Gadget quick-check failed: Required feature "analytics" is unsupported.

Twitter reader: blank.  Is this related to how the gadget works? (i.e. it 
is somehow supposed to know what my twitter account is, but doesn't?) Or is 
this the server?

ALSO: When I left the wave ("Hey this is kinda cool"), I got and error: 
Lost Connection, Code: 201.  It appears to have totally deleted the wave 
thereafter ... it's possible the other participant also left, but seems 
odd.

As ever, keep up the amazing work.

What browser are you using? Which version?
Chrome 2.0.172.33

If the issue is related to your own PyGoWave Server installation, what
version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
n/a

Original issue reported on code.google.com by AdamCollet on 24 Jun 2009 at 3:55

GoogleCodeExporter commented 9 years ago
Most of your reported errors are raised because I did not implement the 
required 
Gadget API features yet. I will look after them soon.

As for the others: Some of them are related to my server but there may be 
errors in 
the Gadgets themselves as well... Let's see what I can do.

The "Lost Connection" error is a issue on Google Chrome only. It seems to cut 
the 
connection before it switches the web page...

And it's true, my server really deletes the wave if no more participants are on 
it. 
Leaving a wave is like deleting it, and if all participants "delete" the wave 
it is 
deleted on the server. No backups, no regrets :)

Original comment by patrick....@googlemail.com on 25 Jun 2009 at 8:19