Skip to content

Surface LinkedIn auth request token errors#465

Merged
benadida merged 2 commits intomasterfrom
claude/fix-linkedin-auth-errors-vBAkz
Jan 18, 2026
Merged

Surface LinkedIn auth request token errors#465
benadida merged 2 commits intomasterfrom
claude/fix-linkedin-auth-errors-vBAkz

Conversation

@benadida
Copy link
Owner

No description provided.

Remove bare except clauses that were silently swallowing errors during
LinkedIn authentication. Previously, failures in get_request_token()
would return None and errors in http_wrapper() would return empty
strings, making it impossible to diagnose OAuth issues.

Now exceptions propagate up to Django, allowing debug mode to display
the full traceback with the actual error message.
@benadida benadida merged commit a1668b1 into master Jan 18, 2026
3 checks passed
@benadida benadida deleted the claude/fix-linkedin-auth-errors-vBAkz branch January 18, 2026 15:42
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.

2 participants