Accessing a series using wado-rs series retrieve leads to server error if the series has more than a few items in it.
This URL leads to the crash for instance:
https://proxy-dot-idc-dev.appspot.com/v1beta1/projects/idc-dev-etl/locations/us-central1/datasets/idc_tcia_mvp_wave0/dicomStores/idc_tcia/dicomWeb/studies/1.3.6.1.4.1.14519.5.2.1.2744.7002.150059977302243314164020079415/series/1.3.6.1.4.1.14519.5.2.1.2744.7002.248974378224961074547541151175
It should return a 95MB multipart message of content-type application/dicom. The correct result is provided by accessing the Google dicom store directly.
Probably the proxy is running out of memory or something similar.
Accessing a series using wado-rs series retrieve leads to server error if the series has more than a few items in it.
This URL leads to the crash for instance:
https://proxy-dot-idc-dev.appspot.com/v1beta1/projects/idc-dev-etl/locations/us-central1/datasets/idc_tcia_mvp_wave0/dicomStores/idc_tcia/dicomWeb/studies/1.3.6.1.4.1.14519.5.2.1.2744.7002.150059977302243314164020079415/series/1.3.6.1.4.1.14519.5.2.1.2744.7002.248974378224961074547541151175It should return a 95MB multipart message of content-type application/dicom. The correct result is provided by accessing the Google dicom store directly.
Probably the proxy is running out of memory or something similar.