asf_search CMR error

37 views
Skip to first unread message

Orul Orul Oyun

unread,
Jun 24, 2025, 1:45:57 PMJun 24
to MintPy
asf_search CMR error

first of all hello everyone. i am working with hyp3 S1 burst dataset. when i run 

baseline_results = asf.baseline_search.stack_from_product(search_results[-1])

columns = list(baseline_results[0].properties.keys()) + ['geometry', ]
data = [list(scene.properties.values()) + [scene.geometry, ] for scene in baseline_results]

stack = pd.DataFrame(data, columns=columns)
stack['startTime'] = stack.startTime.apply(parse_date)

stack = stack.loc[(stack_start <= stack.startTime) & (stack.startTime <= stack_end)]
” 
script to create baseline i get 
ERROR:asf_search:CMR returned page of incomplete results.Expected 229 results,got 226
ERROR:root:The asf-search module ecountered an error with CMR,and the following message was automatically reported to ASF:

"
message
"If you have any questions email u...@asf.alaska.edu
ERROR:asf_search:Results are incomplete due to a search error. See logging for more details. (ASFSearchResults.raise_if_incomplete called)
” error. 

 Is there a bug in NASA CMR servers or asf_search api updated? there was no problem with the code when i tried it recently. Again, thank you in advance for your reply.

Tara Shreve

unread,
Jun 24, 2025, 1:56:57 PMJun 24
to MintPy
Hi, 

I had a similar issue the other week and resolved it by updating asf_search to v8.3.5. I had to uninstall both asf_search and asf_search-base with conda before reinstalling the updated version. Good luck!

Tara Shreve

unread,
Jun 24, 2025, 2:16:22 PMJun 24
to MintPy
Also, I think questions regarding asf_search might be better suited for the ASFHyp3 Gitter community (https://app.gitter.im/#/room/#ASFHyP3_community). They are helpful and generally quick to respond!

Orul Orul Oyun

unread,
Jun 24, 2025, 2:20:43 PMJun 24
to MintPy
ah thank you for quick respond. you really saved my day.. now it works fine!

24 Haziran 2025 Salı tarihinde saat 21:16:22 UTC+3 itibarıyla Tara Shreve şunları yazdı:

Sven Borgstrom

unread,
Jun 25, 2025, 10:51:32 AMJun 25
to MintPy
Hi Tara,
sorry, a quick question.
I'm trying to access the ASFHyp3 Gitter community at the link you gave us.
I'm on gitter now but I get the error message "M_INVALID_PARAM", besides the message: #ASFHyP3_community is currently not accessible.
This is my first time on gitter: could you please provide me with the info the access the page?
Best,
Sven.

Tara Shreve

unread,
Jun 25, 2025, 11:11:05 AMJun 25
to MintPy
Hi Sven,

I found the link on this page: https://hyp3-docs.asf.alaska.edu/contact/ 

You might have to make a Gitter account first. Hopefully that works!

Best,
Tara

Sven Borgstrom

unread,
Jun 25, 2025, 11:19:44 AMJun 25
to MintPy
Got it!
Thanks,
Sven.
Reply all
Reply to author
Forward
0 new messages