Skip to content

fix(bing): skip non-dict webPages.value rows - #1998

Open
Bartok9 wants to merge 1 commit into
assafelovic:mainfrom
Bartok9:fix/bing-skip-non-dict-results
Open

fix(bing): skip non-dict webPages.value rows#1998
Bartok9 wants to merge 1 commit into
assafelovic:mainfrom
Bartok9:fix/bing-skip-non-dict-results

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Skip non-dict (and non-list) Bing webPages.value rows so one bad entry cannot abort search.

Motivation

Bing occasionally returns odd payload shapes. Calling .get on a string/null row raised and emptied the whole run.

Verification

python3 -m pytest tests/test_bing_retriever_malformed.py -q
4 passed

@Bartok9
Bartok9 force-pushed the fix/bing-skip-non-dict-results branch 2 times, most recently from 3b5919d to 2a5ea4a Compare July 27, 2026 17:07
@Bartok9
Bartok9 force-pushed the fix/bing-skip-non-dict-results branch from 2a5ea4a to 98b2adf Compare August 2, 2026 16:33
@Bartok9
Bartok9 changed the base branch from master to main August 2, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant