PDA

View Full Version : getImageURLs() Returning ";" ???


sdmeyers
Feb-08-2005, 07:04 AM
This may be similar to the problem people were haveing with getImageInfo() (which seems to work fine for me BTW). Here's the response I get...

<code>
HEADER: HTTP/1.1 200 OK
HEADER: Date: Tue, 08 Feb 2005 14:56:11 GMT
HEADER: Server: Apache
HEADER: Set-Cookie: smstatus=10.27.27.13.1107874571626768; path=/; max-age=3024000; domain=.smugmug.com
HEADER: X-Powered-By: smugmug/1.1.0
HEADER: Cache-Control: private, max-age=1, must-revalidate
HEADER: Pragma:
HEADER: Content-Length: 0
HEADER: Content-Type: text/html; charset=ISO-8859-1


---EVALING---[0 chars]---
;
---END---
Fault: Code: 2 Reason 'Invalid return payload: enabling debugging to examine incoming payload'
---GOT---
HTTP/1.1 200 OK
Date: Tue, 08 Feb 2005 14:56:12 GMT
Server: Apache
Set-Cookie: smstatus=10.27.27.13.1107874572378138; path=/; max-age=3024000; domain=.smugmug.com
X-Powered-By: smugmug/1.1.0
Cache-Control: private, max-age=1, must-revalidate
Pragma:
Content-Length: 0
Content-Type: text/html; charset=ISO-8859-1
</code>

jmaziarz
Feb-11-2005, 08:58 AM
I am getting exactly the same repsonse.

onethumb
Feb-11-2005, 12:57 PM
This may be similar to the problem people were haveing with getImageInfo() (which seems to work fine for me BTW). Here's the response I get...

<code>
HEADER: HTTP/1.1 200 OK
HEADER: Date: Tue, 08 Feb 2005 14:56:11 GMT
HEADER: Server: Apache
HEADER: Set-Cookie: smstatus=10.27.27.13.1107874571626768; path=/; max-age=3024000; domain=.smugmug.com
HEADER: X-Powered-By: smugmug/1.1.0
HEADER: Cache-Control: private, max-age=1, must-revalidate
HEADER: Pragma:
HEADER: Content-Length: 0
HEADER: Content-Type: text/html; charset=ISO-8859-1


---EVALING---[0 chars]---
;
---END---
Fault: Code: 2 Reason 'Invalid return payload: enabling debugging to examine incoming payload'
---GOT---
HTTP/1.1 200 OK
Date: Tue, 08 Feb 2005 14:56:12 GMT
Server: Apache
Set-Cookie: smstatus=10.27.27.13.1107874572378138; path=/; max-age=3024000; domain=.smugmug.com
X-Powered-By: smugmug/1.1.0
Cache-Control: private, max-age=1, must-revalidate
Pragma:
Content-Length: 0
Content-Type: text/html; charset=ISO-8859-1
</code>

Yikes. Found a bug, it's fixed on our test server. Expect it to start working on our next feature rollout to the site (soon, I hope, but you never know).

Thanks!

Don

onethumb
Feb-12-2005, 04:58 PM
Yikes. Found a bug, it's fixed on our test server. Expect it to start working on our next feature rollout to the site (soon, I hope, but you never know).

Thanks!

Don

Alright, give it a shot. Think I fixed it, but you never know. :)

Don

sdmeyers
Feb-14-2005, 06:19 AM
Alright, give it a shot. Think I fixed it, but you never know. :)

Don

Yep, That seems to work, however I'm getting empty Strings on the Large and Original and I don't believe I have any restrictions on them.

Also... It would be extreamly handy if this would return a URL to the image Album as well so one could create things like:

&lt;a href="$linkImageAlbum"&gt;&lt;img src="$tinyImage" /&gt;&lt;/a&gt;

-Scott