Smugmug API down or changed?
Kevin L. Kitchens
Registered Users Posts: 149 Major grins
Was getting errors last night on my API calls, then saw smugmug was down. Smugmug was up this morning, so I reran my process... same issue. Not sure what the actual error was because it's automated, but did some change go into effect last night?
Kevin L. Kitchens
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
0
Comments
I am getting the following error when I try to login via the API in a .NET application, it started last evening:
The server committed a protocol violation. Section=ResponseStatusLine
Yesterday evening I couldn’t even login directly on the site.
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
A change was made to support the "Expect: 100-Continue" header, but there was an issue with the upload pages where "100 Continue" was getting sent as the final result instead of "200 OK".
It should be working on the live site now.
Sorry about that.
Cheers,
David
SmugMug API Developer
My Photos
Helllo!
I'm using same C# lib as MaRi. After your post everything worked, for a couple of hours. Now I can login but I cannot upload. This is what the C# lib tells me.
"Could not find member 'mode' on object of type 'RuntimeType'"
Do you know anything about this?
Regards,
-Johan
Now it works!
Thanks to someone who did something
-Johan
_album.GetImages(true) throw error with message "Could not find member 'Status' on object of type 'RuntimeType'"
Although, _album.GetImages() works fine.
I use this API framework - http://smugmugc3.codeplex.com/
_album.GetImages(true) throw error with message "Could not find member 'Status' on object of type 'RuntimeType'"
Although, _album.GetImages() works fine.
I use this API framework - http://smugmugc3.codeplex.com/
Portfolio • Workshops • Facebook • Twitter
SmugMug API Developer
My Photos
Just a side note, the fact that the C# framework was throwing errors is more related to the restrictive manner in which the programmer wrote the framework code rather than anything on SmugMug's part. I can understand throwing an error if a parameter you expect is missing. But throwing an error because you got a parameter that you weren't expecting doesn't seem right to me.
SmugMug API Developer
My Photos
Could not find member 'UploadKey' on object of type 'RuntimeType'
type of the error is JsonSerializationException
Hi,
Whether framework that you are using, please get it fixed so the addition of field doesn't break.
Thanks,
David
SmugMug API Developer
My Photos
I still use this API 1.2.2 framework - http://smugmugc3.codeplex.com/
Why you change published interface? Create API 3.0 and add to it all new fields and other features. Why to break existing application???
Here is the fixed SmugMug Model project: http://dl.dropbox.com/u/7668933/SmugMugModel.zip