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
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.
The
upload_video()method insrc/classes/YouTube.py(line 851) uses a bareexcept:which catches KeyboardInterrupt and SystemExit, preventing graceful shutdown. Upload errors are also silently swallowed with no logging.