dvid icon indicating copy to clipboard operation
dvid copied to clipboard

Roi GET unexpectedly returns status 206

Open stuarteberg opened this issue 8 years ago • 0 comments

For unknown reasons, DVID often returns status 206 in response to a ROI query instead of the expected status 200. The body text appears to be correct, so one can naively ignore the strange status and still get the right answer in such cases.

Here's an example of one such query:

GET http://emdata1.int.janelia.org/api/node/22c0f/alpha3and2/roi

(FWIW, that returns a json list with 15523 run-encodings in the form [z,y,x0,x1], which translate to 766038 blocks).

stuarteberg avatar May 12 '16 20:05 stuarteberg