NEW ERROR whit Donwload ERA5 reanalysis data and changes to the CDS API

Hi, i dont know how to create a new post, but i need help whit that, i know about the ERA5 Module is the most problematic, and i have a new error.

The error appears when i run the module, the following text is the execution output.
I tried whit changing the cds api request to cds-beta, cause CDS migrate in september

I change the request i cant post can’t have a link
#########################################################################
C:\Users\LABORA~1\AppData\Local\Temp>“C:\Users\LABORATORIO.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\…\python.exe” “C:\Users\LABORATORIO.snap\auxdata\sen-et-conda-Win64\sen-et-snap-scripts\ecmwf_data_download.py” --area -39.260436/-72.402378/-39.261814/-72.40104 --start_date 2023-10-24 --end_date 2023-10-26 --download_path C:\Users\LABORATORIO\Documents\LTS\ET\Prueba\SEN4ET\Processing\ERA5_A.nc --download_temperature true --download_dewpoint true --download_pressure true --download_wind_speed true --download_clear_sky_solar_radiation true --download_solar_radiation true --overwrite true
2024-09-05 14:51:07,163 INFO Sending request to cds-beta.climate.copernicus.eu/api/resources/reanalysis-era5-single-levels
ERROR:‘tuple’ object is not callable
Finished tool execution in 3 seconds
###########################################################################
I followed the ERROR to the ecmwf_data_download.py, but when this code calls the CDSAPI, it displays that ERROR. I reviewed all the inputs of the functions in ecmwf_data_download.py, and none of them have the type ‘tuple’.

I will post a solution if i find one, I hope you can help me or guide me to find a solution.