getImageURLs() Returning ";" ???

sdmeyerssdmeyers Registered Users Posts: 9 Beginner grinner
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>

Comments

  • jmaziarzjmaziarz Registered Users Posts: 2 Beginner grinner
    edited February 11, 2005
    I am getting exactly the same repsonse.
  • onethumbonethumb Administrators Posts: 1,269 Major grins
    edited February 11, 2005
    sdmeyers wrote:
    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
  • onethumbonethumb Administrators Posts: 1,269 Major grins
    edited February 12, 2005
    onethumb wrote:
    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
  • sdmeyerssdmeyers Registered Users Posts: 9 Beginner grinner
    edited February 14, 2005
    Works, but...
    onethumb wrote:
    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
Sign In or Register to comment.