You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDGAR search URL is wrong — it’s hardcoded junk, not actually searching by member name
2. git push will fail — same rebase issue as before, needs git pull --rebase before push
3. FEC name matching is fragile — members.json has names like “Bernard Sanders” but FEC has “SANDERS, BERNARD” — needs fuzzy matching or last-name-only search
4. Rate limiting — 538 members × 4 API calls each = 2000+ requests, DEMO_KEY will get blocked. Real FEC key helps but still needs more sleep
2. git push will fail — same rebase issue as before, needs git pull --rebase before push
3. FEC name matching is fragile — members.json has names like “Bernard Sanders” but FEC has “SANDERS, BERNARD” — needs fuzzy matching or last-name-only search
4. Rate limiting — 538 members × 4 API calls each = 2000+ requests, DEMO_KEY will get blocked. Real FEC key helps but still needs more sleep