Skip to content

Bare except clause in YouTube upload_video() swallows all errors #182

@Hi-Gaurav

Description

@Hi-Gaurav

The upload_video() method in src/classes/YouTube.py (line 851) uses a bare except: which catches KeyboardInterrupt and SystemExit, preventing graceful shutdown. Upload errors are also silently swallowed with no logging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions