PDA

View Full Version : Request API Key not working??


dsdee
Apr-20-2005, 05:34 PM
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

Nikolai
Apr-20-2005, 06:29 PM
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???

--DavidAlthough 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 http://api.smugmug.com/hack/xmlrpc/
< ?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?:dunno

dsdee
Apr-20-2005, 07:27 PM
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?:dunno 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