weird smugmug.images.changeSettings bug?
liggitt
Registered Users Posts: 35 Big grins
Looking at the documentation here:
http://wiki.smugmug.net/display/SmugMug/smugmug.images.changeSettings+1.2.0
it's not clear where the ImageKey should be included. Doing the call without including the ImageKey returns a system error (which isn't surprising).
However, if I include the ImageKey immediately after the ImageID, the call "succeeds", but the image's caption and keywords are overwritten with the first character of the ImageKey (which is weird).
I've seen this on both the 1.2.0 and the 1.2.1 version, using the XML-RPC API.
Any ideas?
http://wiki.smugmug.net/display/SmugMug/smugmug.images.changeSettings+1.2.0
it's not clear where the ImageKey should be included. Doing the call without including the ImageKey returns a system error (which isn't surprising).
However, if I include the ImageKey immediately after the ImageID, the call "succeeds", but the image's caption and keywords are overwritten with the first character of the ImageKey (which is weird).
I've seen this on both the 1.2.0 and the 1.2.1 version, using the XML-RPC API.
Any ideas?
0
Comments
Thanks,
David
SmugMug API Developer
My Photos
I need to look at this a bit closer, but I'm sure that ImageKey shouldn't be sent in this method call.
Just as a matter of interest, is there any reason you chose xml-rpc over any of the other formats ?
SmugMug API Developer
My Photos
In response to this, I get an error #5 with the message "system error". Since adding the ImageKey at least made it work (with weird side effects), I assumed it was necessary.
I started my project a few years ago in Java, found an XML-RPC library that worked alright, and never overcame the inertia