Hello,
Today I noticed that some API requests are returning empty responses.
For instance, this request
curl -i -b JIFTY_SID_HIVEMINDER=xxxxxx \
-d but_first=nothing\&complete_not=1\&starts_before=2010-06-01 \
http://hiveminder.com/=/action/BTDT.Action.TaskSearch.xml
returned just this HTTP header:
HTTP/1.1 200 OK
Date: Thu, 29 Apr 2010 02:24:07 GMT
Content-Type: text/xml; charset=UTF-8
X-Cache: MISS from
hiveminder.com
Transfer-Encoding: chunked
and nothing else -- no XML body.
When the starts_before parameter is removed or set to "today", XML
output is returned correctly.
Also, when I leave starts_before as '2010-06-01' but change the output
format to .js (BTDT.Action.TaskSearch.js), I see output. Changing it
to .yaml looks like it yields similar results to .xml — no output
unless starts_before is absent or today.
Any ideas about what is occurring? Am I doing something wrong in the
queries?
Thanks,
Kris
--
You received this message because you are subscribed to the Google Groups "Hiveminder API Hackers" group.
To post to this group, send email to
hivemin...@googlegroups.com.
To unsubscribe from this group, send email to
hiveminder-ap...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/hiveminder-api?hl=en.