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
fix: improve error handling with proper HTTPException type checking
Replaces fragile hasattr() checks with explicit HTTPException type
checking for 401 errors. Adds separate handling for non-HTTP exceptions
with proper logging for better debugging.
0 commit comments