Dhusget_0.3.4.sh error: outdated: unexpected operator, checksum for product failed

Hi All,
Today, I used the dhusget_0.3.4.sh to download OLCI data with a AOI in Ubuntu 14.04. However, a problem always occured, I have no idea how to deal with it.
The exception was :
outdated: unexpected operator
checksum for product failed
the end
Here are my inputs:
url=“https://scihub.copernicus.eu/s3/#/home
usr_name=“s3guest”
usr_pwd=“s3guest”
mission=“Sentinel-3”
instrument_name=“OLCI”
sensing_date_from=“2016-10-01T00:00:00.000Z”
sensing_date_to=“2017-08-29T23:59:59.999Z”
limit=“115.8,28.3:116.8,29.8”
product_type=“OL_1_EFR__”
xmlfile=’/media/sda3/RawData/OSquery-result.xml’
csvfile=’/media/sda3/RawData/products-list.csv’
outfolder=’/media/sda3/RawData/’
/media/sda3/Codes/dhusget_0.3.4.sh -d $url -u $usr_name -p $usr_pwd -m $mission -i $instrument_name -s $sensing_date_from -e $sensing_date_to -S $sensing_date_from -E $sensing_date_to -c $limit -T $product_type -q $xmlfile -C $csvfile -o ‘all’ -O $outfolder -D

The http request done:HTTP request done: https://scihub.copernicus.eu/s3/#/home/search?q= platformname:Sentinel-3 AND instrumentshortname:OLCI AND producttype:OL_1_EFR__ AND ingestiondate:[2016-10-01T00:00:00.000Z TO 2017-08-29T23:59:59.999Z] AND beginPosition:[2016-10-01T00:00:00.000Z TO 2017-08-29T23:59:59.999Z] AND ( footprint:“Intersects(POLYGON((115.8000000000000 28.3000000000000,116.8000000000000 28.3000000000000,116.8000000000000 29.8000000000000,115.8000000000000 29.8000000000000,115.8000000000000 28.3000000000000 )))”)&rows=25&start=0, was similar with the results of GUI in Scihub.

Could someone give me some suggestions?

Cheers,
zhigang

I would suggest that you add an issue in their GitHub repository (https://github.com/SentinelDataHub/Scripts).
I’m not sure if one of them is present in this forum.

Thank you, Marco. I have posted my issue in the Github.
Cheers,
zhigang