I am trying to download Sentinel-1 bursts from ASF using the ASF_search Python package.
According to another post (viewtopic.php?t=6989), auth_with_token() does not allow burst downloads as tokens weren't included at the time burst distribution was implemented. However, auth_with_creds() repeatedly claims incorrect username/password.
I have tried changing my password, and the username is definitely correct.
Any help is much appreciated!
ASF_search: auth_with_creds password error
-
j_willoughby2
- Posts: 1
- Joined: Sun Dec 07, 2025 12:50 pm America/New_York
-
kimfairbanks
- Posts: 6
- Joined: Thu Oct 06, 2022 8:29 pm America/New_York
Re: ASF_search: auth_with_creds password error
Hi!
Would you mind providing which version of asf-search you are using? The output of `session.headers['User-Agent']` should provide that along with your version of python and the requests package.
There was a breaking upstream change to the expected login cookies asf-search checks for that was patched in v10.0.5 back in early October.
Thank you,
Kim
Would you mind providing which version of asf-search you are using? The output of `session.headers['User-Agent']` should provide that along with your version of python and the requests package.
There was a breaking upstream change to the expected login cookies asf-search checks for that was patched in v10.0.5 back in early October.
Thank you,
Kim