[Developers] Bad Cursor
Augusto Callejas
acallejas at appliedminds.com
Mon Oct 22 17:51:43 UTC 2007
hi-
i am issuing several queries programmatically and run into a bad cursor
response. the query that receives the response is not consistently the
same, but occurs when querying with a cursor value. any more information
about the bad cursor error?
thanks,
augusto.
Query: ====================================================================
{
"query3":{
"cursor":true,
"query":[{
"/freebase/type_hints/enumeration":null,
"/freebase/type_hints/included_types":[],
"domain":null,
"id":"/user/alexander/default_domain/chess_color",
"name":null,
"type":"/type/type"
}]
}
}
Query: ====================================================================
{
"query4":{
"cursor":"eNpLLi0qzi-yMrW0MLFKy6xITbEytLKwsDQzMjS00DfUBwChLwjc",
"query":[{
"/freebase/type_hints/enumeration":null,
"/freebase/type_hints/included_types":[],
"domain":null,
"id":"/user/alexander/default_domain/chess_color",
"name":null,
"type":"/type/type"
}]
}
}
Response: ==================================================================
[{
"code":"/api/status/error/mql/graph",
"info":{
"detail":"cannot resume at \"cursor:5984:fixed:1:88962118/1/\"",
"subclass":"BADCURSOR"
},
"message":"error BADCURSOR: cannot resume at
\"cursor:5984:fixed:1:88962118/1/\""
}]
====================================================================
More information about the Developers
mailing list