Skip to content

fix: replace bare except clause in YouTube upload_video (#182)#202

Open
sjhddh wants to merge 1 commit intoFujiwaraChoki:mainfrom
sjhddh:fix/issue-182
Open

fix: replace bare except clause in YouTube upload_video (#182)#202
sjhddh wants to merge 1 commit intoFujiwaraChoki:mainfrom
sjhddh:fix/issue-182

Conversation

@sjhddh
Copy link
Copy Markdown

@sjhddh sjhddh commented Mar 26, 2026

Fixes #182. A bare except: catches SystemExit and KeyboardInterrupt which prevents graceful shutdown. Changed to except Exception as e: and added logging.\n\n*(Refactored using the open-source 0-editor)*\n\n

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.

Bare except clause in YouTube upload_video() swallows all errors

1 participant