Options

Smugmug API down or changed?

Kevin L. KitchensKevin 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!]

Comments

  • Options
    vlb804svlb804s Registered Users Posts: 6 Beginner grinner
    edited May 5, 2009
    I am having issues as well
    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
  • Options
    MaRiMaRi Registered Users Posts: 21 Big grins
    edited May 5, 2009
    I have the exact same issue and get the same error. I’m using a C# app.
    Yesterday evening I couldn’t even login directly on the site.
  • Options
    Kevin L. KitchensKevin L. Kitchens Registered Users Posts: 149 Major grins
    edited May 6, 2009
    Still broken... anyone there.
    Kevin L. Kitchens
    "Know me through my lens."
    My smugmug: http://peiklk.smugmug.com
    My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited May 6, 2009
    Hey Guys,

    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
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    NahojNahoj Registered Users Posts: 2 Beginner grinner
    edited May 6, 2009
    It worked, then it broked
    devbobo wrote:
    Hey Guys,

    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
    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
  • Options
    NahojNahoj Registered Users Posts: 2 Beginner grinner
    edited May 6, 2009
    Now it works!
    Nahoj wrote:
    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
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited March 9, 2012
    I've got the same error today.
    _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/
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited March 9, 2012
    I've got the same error today.
    _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/
  • Options
    unt1tledunt1tled Registered Users Posts: 2 Beginner grinner
    edited March 10, 2012
    I'm also getting this error. What's going on?
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 10, 2012
    Hi guys, I've sent a note to those that can assist. Stay tuned and sorry for the trouble!
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 10, 2012
    We added 'Status' to image responses...but I've just rolled it back to only API 1.3.0, hopefully it will be live sometime today.
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited March 12, 2012
    It still doesn't works! Guys, I use API 1.2.2, I have enough provided functional and I was hoping it will never be changed!!! I pay the money but I don't get what I need.
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited March 12, 2012
    Thank you.
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited March 12, 2012
    europacars wrote: »
    It still doesn't works! Guys, I use API 1.2.2, I have enough provided functional and I was hoping it will never be changed!!! I pay the money but I don't get what I need.


    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.
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited May 7, 2012
    I've got it again. But in this time it is
    Could not find member 'UploadKey' on object of type 'RuntimeType'

    devbobo wrote: »
    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.

    type of the error is JsonSerializationException
  • Options
    devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited May 7, 2012
    europacars wrote: »
    I've got it again. But in this time it is
    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
    David Parry
    SmugMug API Developer
    My Photos
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited May 8, 2012
    Hi David,
    I still use this API 1.2.2 framework - http://smugmugc3.codeplex.com/
  • Options
    JennGroverJennGrover Registered Users Posts: 1 Beginner grinner
    edited May 8, 2012
    The wordpress plugin is no longer working for me - is it related to API problems? Thanks
  • Options
    europacarseuropacars Registered Users Posts: 7 Beginner grinner
    edited May 8, 2012
    I can repeat my previous post - I have enough provided functional of API 1.2.2 and I was hoping it will never be changed!
    Why you change published interface? Create API 3.0 and add to it all new fields and other features. Why to break existing application???
  • Options
    unt1tledunt1tled Registered Users Posts: 2 Beginner grinner
    edited May 8, 2012
    I'm using the same .net library and the api change brought my site down. :( I've found the issue and fixed it by adding the UploadKey property to the Album class.

    Here is the fixed SmugMug Model project: http://dl.dropbox.com/u/7668933/SmugMugModel.zip
Sign In or Register to comment.