pombreda / pygowave-server

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

get() returned more than one Gadget #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new wave
2. Select SVG-Edit or SVG Editor gadget
3. Look at response

What is the expected output? What do you see instead?

I see a django based error message:

Exception Value:    

get() returned more than one Gadget -- it returned 2! Lookup parameters
were {'url': u'http://svg-edit.googlecode.com/svn/trunk/wave/svg-edit.xml'}

I can provide the full details, including stack trace, if you really want,
however I suspect that won't be required....

What browser are you using? Which version?

Firefox 3.0.11 in Ubuntu.

Please provide any additional information below.

It seems like there two identical gadgets got uploaded, this was not
detected by pygowave-server, and as a result Django is confused and doesn't
know which one to pick.

(note I haven't looked at the source code so this is a bit of guess work
too - however the error seems self explanatory to me)

Brian May

Original issue reported on code.google.com by penguin....@gmail.com on 4 Aug 2009 at 5:08

GoogleCodeExporter commented 9 years ago
Hi Brian,

I work on the svg-edit project and it recently came to my attention that the 
wave.xml
file of svg-edit has bit-rotted a bit.  As a result, it looks like we 
instantiate two
canvases.  Is this the problem you're seeing?

We'll be working on updating the wave gadget Real Soon Now (svg-edit 2.3 is 
almost
done now).

Original comment by codedr...@gmail.com on 1 Sep 2009 at 9:19

GoogleCodeExporter commented 9 years ago
I think the issue is that someone added the gadget twice, I made a 
"Working-SVG-Edit" 
entry there (which doesn't actually work, as you can see from codedread's 
reply).

Original comment by Antimatter15 on 1 Sep 2009 at 9:28

GoogleCodeExporter commented 9 years ago
Yes, It looks like there are two gadgets, quite possibly with the same URL 
parameter.

Original comment by penguin....@gmail.com on 2 Sep 2009 at 12:47