Skip to content

Qobuz-DL Ultimate v2.3.1 (Windows x64)

Latest

Choose a tag to compare

@Sei969 Sei969 released this 18 Jul 08:51

What's New in v2.3.1

🐛 Bugfixes & Optimizations


  • Queue & Geo-Blocked Tracks Fix: Implemented a guard clause in handle_url() to intercept empty JSON arrays returned by the API for geo-blocked or removed content. This safely bypasses the 'list index out of range' crash, ensuring continuous Stateful Batch Downloading and maintaining a clean CLI without interrupting the queue.
  • Linux/Docker Auth Fallback: Resolved a 401 Unauthorized bug affecting headless Linux and Docker instances by adding a legacy password fallback whenever the OS Keyring daemon is disabled or inaccessible.
  • LyricsGenius Initialization Fix: Resolved a TypeError on initialization by removing the verbose kwarg from the Genius constructor to maintain compatibility with the latest lyricsgenius library updates. The verbose state is now handled via direct attribute assignment to prevent crashes during the lyrics fallback routine.