I signed up for a PANGAEA user account to access https://dataportals.pangaea.de/bsrn/ using pvlib
import pvlib
import pandas
df, meta = pvlib.iotools.get_bsrn(
station='CAB',
start=pd.Timestamp(2020,1,1),
end=pd.Timestamp(2020,6,1),
username='redacted',
password='redacted',
)
after replacing my username and password, I got this error error_perm: 530 Login incorrect.
What I am doing wrong! any suggestions?