Open Access Hub and OData API

Hi, I am using wget and API Hub for sentinel 3 OLCI Level 1 data downloading. I am using dhusget script. I am using Git Bash to run ‘dhusget.sh’ file in windows 10.

The command I am calling through Git is like this,

sh dhusget.sh -d ‘https://scihub.copernicus.eu/apihub/odata/v1’ -u ****** -p ******* -m Sentinel-3 -i OLCI -t 72 -s 2020-04-20T00:00:00.000Z -e 2020-04-21T00:00:00.000Z -S 2020-04-20T00:00:00.000Z -E 2020-04-21T00:00:00.000Z -c 4.938,40.982:18.679,51.657 -T OL_1_EFR__ -l 25 -p 1 -o product -O ‘C:/DOC/S3_data/product’

The output is like this,

HTTP request done: https://scihub.copernicus.eu/apihub/odata/v1/search?q= platformname:Sentinel-3 AND instrumentshortname:OLCI AND producttype:OL_1_EFR__ AND ingestiondate:[2020-04-20T00:00:00.000Z TO 2020-04-21T00:00:00.000Z] AND beginPosition:[2020-04-20T00:00:00.000Z TO 2020-04-21T00:00:00.000Z] AND ( footprint:“Intersects(POLYGON((4.9380000000000 40.9820000000000,18.6790000000000 40.9820000000000,18.6790000000000 51.6570000000000,4.9380000000000 51.6570000000000,4.9380000000000 40.9820000000000 )))”)&rows=25&start=0

–2020-04-22 18:16:02-- https://scihub.copernicus.eu/apihub/odata/v1/search?q=%20platformname:Sentinel-3%20AND%20%20instrumentshortname:OLCI%20AND%20%20producttype:OL_1_EFR__%20AND%20%20ingestiondate:[2020-04-20T00:00:00.000Z%20TO%202020-04-21T00:00:00.000Z]%20%20%20AND%20%20beginPosition:[2020-04-20T00:00:00.000Z%20TO%202020-04-21T00:00:00.000Z]%20%20%20AND%20%20(%20footprint:"Intersects(POLYGON((4.9380000000000%2040.9820000000000,18.6790000000000%2040.9820000000000,18.6790000000000%2051.6570000000000,4.9380000000000%2051.6570000000000,4.9380000000000%2040.9820000000000%20)))%22)&rows=25&start=0
Resolving scihub.copernicus.eu (scihub.copernicus.eu)… 131.176.236.28
Connecting to scihub.copernicus.eu (scihub.copernicus.eu)|131.176.236.28|:443… connected.
HTTP request sent, awaiting response… 401 Unauthorized
Authentication selected: Basic realm=“OData service”
Reusing existing connection to scihub.copernicus.eu:443.
HTTP request sent, awaiting response… 401 Unauthorized

Username/Password Authentication Failed.

Downloading product from link https://scihub.copernicus.eu/apihub/odata/v1/odata/v1/Products(’’)/$value
http_response is
the end

My username and password are active and I am downloading data via Open Hub. I need to solve this error as early as possible. Thanks in advance.