Request API Key not working??

dsdeedsdee Registered Users Posts: 23 Big grins
I'm trying to request a separate API Key for a 2nd application I'll be working up.

After filling in all five fields and hitting 'apply' the server never comes back with anything and my request just hangs on the screen.

Is anyone else experiencing this???

--David

Comments

  • NikolaiNikolai Registered Users Posts: 19,035 Major grins
    edited April 20, 2005
    Not yet
    dsdee wrote:
    I'm trying to request a separate API Key for a 2nd application I'll be working up.

    After filling in all five fields and hitting 'apply' the server never comes back with anything and my request just hangs on the screen.

    Is anyone else experiencing this???

    --David
    Although I'm going to request another one soon, too.

    Weird thing - I was trying to get images.getStats work and while I was testing, I noticed "invalid API key" response a few times, here is an example:
    4/20/2005 6:02:12 PM: Started Getting albums stats
    4/20/2005 6:02:12 PM: Post to [url="http://api.smugmug.com/hack/xmlrpc/"]http://api.smugmug.com/hack/xmlrpc/[/url]
    < ?xml version="1.0"? >
    < methodCall >
    < methodName >smugmug.albums.getStats< /methodName >
    < params >
    < param >< value >session id here< /value >< /param >
    < param >< value >< int > album id here< /int >< /value >< /param >
    < param >< value >< int >4< /int >< /value >< /param >
    < param >< value >< int >2005< /int >< /value >< /param >
    < /params >
    < /methodCall >
    4/20/2005 6:02:12 PM: Post results
    < ?xml version="1.0" encoding="iso-8859-1"? >
    < methodResponse >
    < fault >
    < value >
    < struct >
    < member >
    	< name >faultCode< /name >
    	< value >
    	 < int >18< /int >
    	< /value >
    < /member >
    < member >
    	< name >faultString< /name >
    	< value >
    	 < string >invalid API key< /string >
    	< /value >
    < /member >
    < /struct >
    < /value >
    < /fault >
    < /methodResponse >
    

    The other times it worked ok. Maybe bad timing?ne_nau.gif
    "May the f/stop be with you!"
  • dsdeedsdee Registered Users Posts: 23 Big grins
    edited April 20, 2005
    Nikolai wrote:
    Although I'm going to request another one soon, too.

    Weird thing - I was trying to get images.getStats work and while I was testing, I noticed "invalid API key" response a few times, here is an example:

    < snip >

    The other times it worked ok. Maybe bad timing?<img src="https://us.v-cdn.net/6029383/emoji/ne_nau.gif&quot; border="0" alt="" >
    Don't know; that's the only thing I have dealt with tonight that's not working; my XML-RPC calls are working fine tonight, but i'm not doing any of the getStats calls that you referred to above, or in your other post I saw earlier. Could be related, or maybe not.

    Don, or anyone from Tech Support monitoring the forums tonight ???

    --d2
Sign In or Register to comment.