Download error 500

Jihye Shin
  • 2
  • 29 Aug '19

Dear Sir or Ma'am

I am trying to download particle data of the TNG100-1-Dark's first halo (group ID=0) using the API path of "http://www.tng-project.org/api/TNG100-1-Dark/snapshots/99/halos/0/cutout.hdf5". Then, I get this error message of "% IDLNETURL::GET: CCurlException: Error: Http Get Request Failed. Error = http: Server Error. Remote Host(www.tng-project.org), Http ErrCode(500), Http Err(Internal Server Error) Http ErrMsg(No HTML found)." Would you check the error?


Script that I submitted using IDL:
url = 'http://www.tng-project.org/api/TNG100-1-Dark/snapshots/99/halos/0/'
params = {dm:'Coordinates,Velocities'}
saved_filename = get(url+"/cutout.hdf5",params=params)
f=h5_parse(saved_filename,/read)

Error message that I got:
% IDLNETURL::GET: CCurlException: Error: Http Get Request Failed. Error = http: Server Error. Remote Host(www.tng-project.org), Http ErrCode(500), Http Err(Internal Server Error) Http ErrMsg(No HTML found).


In addition, I successfully downloaded particle data of the TNG100-1's first halo (group ID =0) using the same IDL script but with the API link of ""http://www.tng-project.org/api/TNG100-1/snapshots/99/halos/0/cutout.hdf5".

Many thanks,

Jihye Shin

Dylan Nelson
  • 29 Aug '19

Hi Jihye,

Thanks for pointing this out! Only for this simulation (TNG100-1-Dark) was the capability missing to do cutouts, should be fixed now.

  • Page 1 of 1