Skip to content

Handle expired GitLab auth errors#134

Open
legalverb wants to merge 1 commit into
zigcBenx:masterfrom
legalverb:fix/gitlab-token-auth-error
Open

Handle expired GitLab auth errors#134
legalverb wants to merge 1 commit into
zigcBenx:masterfrom
legalverb:fix/gitlab-token-auth-error

Conversation

@legalverb
Copy link
Copy Markdown

Summary

  • add shared handling for GitLab 401 responses so expired or invalid tokens show a clear recovery message
  • route common requests and glab api JSON calls through helpers that avoid raw tracebacks/JSON parsing failures
  • include both config-token and glab auth login recovery guidance for users

Verification

  • python3 -m py_compile gitHappens.py ai_code_review.py
  • git diff --check

Closes #73

Note: prepared transparently with AI assistance and manually verified before submission.

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.

Handle expired token with descriptive error

1 participant