[GH-ISSUE #112] [Bug Report] Duplicate Downloads on Playlists (efficient-api branch) #99

Closed
opened 2026-02-27 04:57:31 +03:00 by kerem · 11 comments
Owner

Originally created by @on3iro on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/112

Originally assigned to: @Googolplexed0 on GitHub.

Zotify Version
v0.10.26

Bug Description
I just installed zotify from the efficient api branch, since I also got the alternative track issue.
Before I could simply download a playlist of songs and it would have downloaded them one by one beginning at the bottom of the list. The command I used was the following:

 zotify <playlist-url> --output {artist}/{album}/{song_name} --bulk-wait-time=35

However since switching to the efficient-api branch songs are

  • no longer being downloaded in order (which is fine)
  • downloaded multiple times on a single run, so I end up with song.ogg and song_1.ogg (or maybe they are not cleaned up properly after conversion?)
  • when running the command multiple times zotify shows the songs as skipping but will still download all of them again #104

Bug Triggering Command

 zotify <playlist-url> --output {artist}/{album}/{song_name} --bulk-wait-time=35

Config File

config.json

Originally created by @on3iro on GitHub (Nov 11, 2025). Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/112 Originally assigned to: @Googolplexed0 on GitHub. **Zotify Version** v0.10.26 **Bug Description** I just installed zotify from the efficient api branch, since I also got the `alternative track` issue. Before I could simply download a playlist of songs and it would have downloaded them one by one beginning at the bottom of the list. The command I used was the following: ```bash zotify <playlist-url> --output {artist}/{album}/{song_name} --bulk-wait-time=35 ``` However since switching to the `efficient-api` branch songs are - no longer being downloaded in order (which is fine) - downloaded multiple times on a single run, so I end up with `song.ogg` and `song_1.ogg` (or maybe they are not cleaned up properly after conversion?) - when running the command multiple times zotify shows the songs as **skipping** but will still download all of them again #104 **Bug Triggering Command** ```bash zotify <playlist-url> --output {artist}/{album}/{song_name} --bulk-wait-time=35 ``` **Config File** [config.json](https://github.com/user-attachments/files/23485852/config.json)
kerem 2026-02-27 04:57:31 +03:00
Author
Owner

@Googolplexed0 commented on GitHub (Nov 12, 2025):

I'm actually glad to have another person report this issue. After investigating #104, I was unable to recreate it on my system. Thought it might have been a config/installation/system issue for that user, but this shows there is an error in the code. If you can run again in --debug mode and attach the log that would be extremely helpful.

  • downloaded multiple times on a single run, so I end up with song.ogg and song_1.ogg (or maybe they are not cleaned up properly after conversion?)
  • when running the command multiple times zotify shows the songs as skipping but will still download all of them again

Does this behavior occur for any playlist or only a specific playlist? Does this playlist have duplicate song entries, especially songs with the same name (i.e. rereleases)? It might be easier to create a new public test playlist with as few songs as necessary to recreate the issue, and share that here to allow me to debug and test.

Does this occur if you attempt to download a track multiple times in one query, or the same song repeatedly across multiple queries?

<!-- gh-comment-id:3519554262 --> @Googolplexed0 commented on GitHub (Nov 12, 2025): I'm actually glad to have another person report this issue. After investigating #104, I was unable to recreate it on my system. Thought it might have been a config/installation/system issue for that user, but this shows there is an error in the code. If you can run again in `--debug` mode and attach the log that would be extremely helpful. > * downloaded multiple times on a single run, so I end up with `song.ogg` and `song_1.ogg` (or maybe they are not cleaned up properly after conversion?) > * when running the command multiple times zotify shows the songs as **skipping** but will still download all of them again Does this behavior occur for any playlist or only a specific playlist? Does this playlist have duplicate song entries, especially songs with the same name (i.e. rereleases)? It might be easier to create a new public test playlist with as few songs as necessary to recreate the issue, and share that here to allow me to debug and test. Does this occur if you attempt to download a track multiple times in one query, or the same song repeatedly across multiple queries?
Author
Owner

@on3iro commented on GitHub (Nov 12, 2025):

I'm actually glad to have another person report this issue. After investigating #104, I was unable to recreate it on my system. Thought it might have been a config/installation/system issue for that user, but this shows there is an error in the code. If you can run again in --debug mode and attach the log that would be extremely helpful.

  • downloaded multiple times on a single run, so I end up with song.ogg and song_1.ogg (or maybe they are not cleaned up properly after conversion?)
  • when running the command multiple times zotify shows the songs as skipping but will still download all of them again

Does this behavior occur for any playlist or only a specific playlist? Does this playlist have duplicate song entries, especially songs with the same name (i.e. rereleases)? It might be easier to create a new public test playlist with as few songs as necessary to recreate the issue, and share that here to allow me to debug and test.

Does this occur if you attempt to download a track multiple times in one query, or the same song repeatedly across multiple queries?

i'll check this evening, try to create a small debugging example and report back :)

<!-- gh-comment-id:3521604462 --> @on3iro commented on GitHub (Nov 12, 2025): > I'm actually glad to have another person report this issue. After investigating [#104](https://github.com/Googolplexed0/zotify/issues/104), I was unable to recreate it on my system. Thought it might have been a config/installation/system issue for that user, but this shows there is an error in the code. If you can run again in `--debug` mode and attach the log that would be extremely helpful. > > > * downloaded multiple times on a single run, so I end up with `song.ogg` and `song_1.ogg` (or maybe they are not cleaned up properly after conversion?) > > * when running the command multiple times zotify shows the songs as **skipping** but will still download all of them again > > Does this behavior occur for any playlist or only a specific playlist? Does this playlist have duplicate song entries, especially songs with the same name (i.e. rereleases)? It might be easier to create a new public test playlist with as few songs as necessary to recreate the issue, and share that here to allow me to debug and test. > > Does this occur if you attempt to download a track multiple times in one query, or the same song repeatedly across multiple queries? i'll check this evening, try to create a small debugging example and report back :)
Author
Owner

@on3iro commented on GitHub (Nov 12, 2025):

So here's what I found:

I tested with the following command:

zotify https://open.spotify.com/playlist/3lnAzSWPfk3ZzA4qzKBPkE?si=8d69c852d8d54ad6 --output {artist}/{album}/{song_name} --bulk-wait-time=35 --debug

The playlist is public and contains a single album.

Here's some of stdout zotify produced (I cancelled the download after I checked that I reproduced the issue):

DEBUG
###   config_DEBUG.json saved to /Users/***/Library/Application Support/Zotify   ###
###   zotify_DEBUG_2025-11-12_22-27-01.log logging to /Users/***/Music/Zotify Music   ###

        [●∙∙] Logging in...
DEBUG
Session Initialized Successfully
User Subscription Type: PREMIUM
Requested Parsed as 1 URL

        [∙∙●] Fetching playlist information...                                                                  [●∙∙] Parsing playlist information...                                                                   [∙●∙] Fetching bulk genre information...                                                                [∙●∙] Fetching bulk track/disc total information...                                                     [●∙∙] Preparing Download...                                                                             [●∙∙] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Four Corners" (LYRICS NOT AVAILABLE)   ###

        [●∙∙] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Four Corners.ogg"   ###
###   DOWNLOAD TOOK 2s (PLUS 1s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

        [●∙∙] Preparing Download...
        [●∙∙] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Acacia Wind" (LYRICS NOT AVAILABLE)   ###

        [∙∙∙] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Acacia Wind.ogg"   ###
###   DOWNLOAD TOOK 4s (PLUS 0s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

        [●∙∙] Preparing Download...        [∙∙●] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Riv" (LYRICS NOT AVAILABLE)   ###

Total Pr[∙∙●] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Riv.ogg"   ###
###   DOWNLOAD TOOK 1s (PLUS 0s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

###   USER CANCELED DOWNLOADS EARLY   ###
###   ATTEMPTING TO CLEAN UP   ###

###   ERROR:  CLEAN UP COMPLETE   ###
###   LOGGING ERROR AND TRACEBACK   ###

DEBUG
Total API Calls: 9

Here's the debug-log:

zotify_DEBUG_2025-11-12_22-27-01.log

This is the filesystem of the downloaded playlist:

 'Acacia Wind.ogg'     'Four Corners.ogg'     Riv.ogg
 'Acacia Wind_1.ogg'   'Four Corners_1.ogg'   Riv_1.ogg

As you can see after a single run of zotify, each of the files that was downloaded, before I cancelled, has a duplicate entry.

The playlist does not contain any tracks with the same title.

I also tested other playlists - all with the same result.

Also when running the same command again afterwards, this is what happens:

Session Initialized Successfully
User Subscription Type: PREMIUM
Requested Parsed as 1 URL

        [∙∙∙] Fetching playlist information...                                                                  [●∙∙] Parsing playlist information...                                                                   [∙●∙] Fetching bulk genre information...                                                                [∙●∙] Fetching bulk track/disc total information...
###   SKIPPING:  "Emancipator - Riv" (TRACK ALREADY EXISTS)   ###

###   SKIPPING:  "Emancipator - Four Corners" (TRACK ALREADY EXISTS)   ###

###   SKIPPING:  "Emancipator - Acacia Wind" (TRACK ALREADY EXISTS)   ###

        [∙●∙] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Mother of a Million" (LYRICS NOT AVAILABLE)   ###

        [∙∙●] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Mother of a Million.ogg"   ###
###   DOWNLOAD TOOK 1s (PLUS 0s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

###   USER CANCELED DOWNLOADS EARLY   ###
###   ATTEMPTING TO CLEAN UP   ###

###   ERROR:  CLEAN UP COMPLETE   ###
###   LOGGING ERROR AND TRACEBACK   ###

DEBUG
Total API Calls: 5

and the filesystem:

 .song_ids
.  'Acacia Wind.ogg'
  'Acacia Wind_1.ogg'
  'Acacia Wind_2.ogg'
 'Four Corners.ogg'
  'Four Corners_1.ogg'
  'Four Corners_2.ogg'
  'Mother of a Million.ogg'
  'Mother of a Million_1.ogg'
  Riv.ogg
  Riv_1.ogg
  Riv_2.ogg

As you can see zotify correctly identified the songs to skip, but still created additional copies of those files. It did not look like it downloaded them again, though - more like it copied them.

zotify_DEBUG_2025-11-12_22-36-11.log

Hope that helps

<!-- gh-comment-id:3524035527 --> @on3iro commented on GitHub (Nov 12, 2025): So here's what I found: I tested with the following command: ```bash zotify https://open.spotify.com/playlist/3lnAzSWPfk3ZzA4qzKBPkE?si=8d69c852d8d54ad6 --output {artist}/{album}/{song_name} --bulk-wait-time=35 --debug ``` The playlist is public and contains a single album. Here's some of stdout zotify produced (I cancelled the download after I checked that I reproduced the issue): ```bash DEBUG ### config_DEBUG.json saved to /Users/***/Library/Application Support/Zotify ### ### zotify_DEBUG_2025-11-12_22-27-01.log logging to /Users/***/Music/Zotify Music ### [●∙∙] Logging in... DEBUG Session Initialized Successfully User Subscription Type: PREMIUM Requested Parsed as 1 URL [∙∙●] Fetching playlist information... [●∙∙] Parsing playlist information... [∙●∙] Fetching bulk genre information... [∙●∙] Fetching bulk track/disc total information... [●∙∙] Preparing Download... [●∙∙] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Four Corners" (LYRICS NOT AVAILABLE) ### [●∙∙] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Four Corners.ogg" ### ### DOWNLOAD TOOK 2s (PLUS 1s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### [●∙∙] Preparing Download... [●∙∙] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Acacia Wind" (LYRICS NOT AVAILABLE) ### [∙∙∙] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Acacia Wind.ogg" ### ### DOWNLOAD TOOK 4s (PLUS 0s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### [●∙∙] Preparing Download... [∙∙●] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Riv" (LYRICS NOT AVAILABLE) ### Total Pr[∙∙●] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Riv.ogg" ### ### DOWNLOAD TOOK 1s (PLUS 0s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### ### USER CANCELED DOWNLOADS EARLY ### ### ATTEMPTING TO CLEAN UP ### ### ERROR: CLEAN UP COMPLETE ### ### LOGGING ERROR AND TRACEBACK ### DEBUG Total API Calls: 9 ``` Here's the debug-log: [zotify_DEBUG_2025-11-12_22-27-01.log](https://github.com/user-attachments/files/23510193/zotify_DEBUG_2025-11-12_22-27-01.log) This is the filesystem of the downloaded playlist: ```  'Acacia Wind.ogg'  'Four Corners.ogg'  Riv.ogg  'Acacia Wind_1.ogg'  'Four Corners_1.ogg'  Riv_1.ogg ``` As you can see after a single run of zotify, each of the files that was downloaded, before I cancelled, has a duplicate entry. The playlist does not contain any tracks with the same title. I also tested other playlists - all with the same result. Also when running the same command again afterwards, this is what happens: ``` Session Initialized Successfully User Subscription Type: PREMIUM Requested Parsed as 1 URL [∙∙∙] Fetching playlist information... [●∙∙] Parsing playlist information... [∙●∙] Fetching bulk genre information... [∙●∙] Fetching bulk track/disc total information... ### SKIPPING: "Emancipator - Riv" (TRACK ALREADY EXISTS) ### ### SKIPPING: "Emancipator - Four Corners" (TRACK ALREADY EXISTS) ### ### SKIPPING: "Emancipator - Acacia Wind" (TRACK ALREADY EXISTS) ### [∙●∙] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Mother of a Million" (LYRICS NOT AVAILABLE) ### [∙∙●] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Mother of a Million.ogg" ### ### DOWNLOAD TOOK 1s (PLUS 0s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### ### USER CANCELED DOWNLOADS EARLY ### ### ATTEMPTING TO CLEAN UP ### ### ERROR: CLEAN UP COMPLETE ### ### LOGGING ERROR AND TRACEBACK ### DEBUG Total API Calls: 5 ``` and the filesystem: ```  .song_ids .  'Acacia Wind.ogg'  'Acacia Wind_1.ogg'  'Acacia Wind_2.ogg'  'Four Corners.ogg'  'Four Corners_1.ogg'  'Four Corners_2.ogg'  'Mother of a Million.ogg'  'Mother of a Million_1.ogg'  Riv.ogg  Riv_1.ogg  Riv_2.ogg ``` As you can see zotify correctly identified the songs to skip, but still created additional copies of those files. It did not look like it downloaded them again, though - more like it copied them. [zotify_DEBUG_2025-11-12_22-36-11.log](https://github.com/user-attachments/files/23510252/zotify_DEBUG_2025-11-12_22-36-11.log) Hope that helps
Author
Owner

@Googolplexed0 commented on GitHub (Nov 14, 2025):

Hope that helps

Very helpful!

As you can see zotify correctly identified the songs to skip, but still created additional copies of those files. It did not look like it downloaded them again, though - more like it copied them.

Still extremely strange behavior, but I have an idea of what subroutine might be causing it. I'll do some digging and hopefully will have a fix in the next few days.

<!-- gh-comment-id:3534586750 --> @Googolplexed0 commented on GitHub (Nov 14, 2025): > Hope that helps Very helpful! > As you can see zotify correctly identified the songs to skip, but still created additional copies of those files. It did not look like it downloaded them again, though - more like it copied them. Still extremely strange behavior, but I have an idea of what subroutine might be causing it. I'll do some digging and hopefully will have a fix in the next few days.
Author
Owner

@DerKO9 commented on GitHub (Nov 21, 2025):

I have noticed this behavior as well. For a track I will see "Track already exists" but then it will create another duplicate with "_#" appended to name of the duplicate. I also saw no actual downloading happen.

I added that specific track to its own separate playlist and tried downloading it again. I saw "Track already exists" but this time it did NOT create a duplicate.

Currently trying to figure out consistent replication steps

<!-- gh-comment-id:3564789736 --> @DerKO9 commented on GitHub (Nov 21, 2025): I have noticed this behavior as well. For a track I will see "Track already exists" but then it will create another duplicate with "_#" appended to name of the duplicate. I also saw no actual downloading happen. I added that specific track to its own separate playlist and tried downloading it again. I saw "Track already exists" but this time it did NOT create a duplicate. Currently trying to figure out consistent replication steps
Author
Owner

@Googolplexed0 commented on GitHub (Nov 22, 2025):

I am still unable to recreate the bug on my system, even after copying your config.

Something must be calling check_path_dupes() when it shouldn't. This is only called when handling siblings (same track being called from multiple places, like from an album and a playlist in the same Query, so shouldn't be relevant here) or when preparing a download and if not self._in_dir_archive and not Zotify.CONFIG.get_disable_directory_archives() is True.

@on3iro @DerKO9, I added a few new debug prints to try and see if either of these cases is being called for you who are experiencing the bug. Please update to v0.10.27 and send another DEBUG.log!

<!-- gh-comment-id:3565102600 --> @Googolplexed0 commented on GitHub (Nov 22, 2025): I am still unable to recreate the bug on my system, even after copying your config. Something must be calling `check_path_dupes()` when it shouldn't. This is only called when handling siblings (same track being called from multiple places, like from an album and a playlist in the same `Query`, so shouldn't be relevant here) or when preparing a download and `if not self._in_dir_archive and not Zotify.CONFIG.get_disable_directory_archives()` is True. @on3iro @DerKO9, I added a few new debug prints to try and see if either of these cases is being called for you who are experiencing the bug. Please update to v0.10.27 and send another DEBUG.log!
Author
Owner

@on3iro commented on GitHub (Nov 24, 2025):

@Googolplexed0 here's the debug log :)

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443
DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=accesspoint HTTP/1.1" 200 None
INFO:Librespot:Session:Created new session! device_id: 4efbef0a8ed26434e59e70697101605003ae734c, ap: ap-gew4.spotify.com:443
INFO:Librespot:Session:Connection successfully!
INFO:Librespot:Session:Session.Receiver started
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443
DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=spclient HTTP/1.1" 200 None
INFO:Librespot:Session:Skipping 02
INFO:Librespot:Session:Received license_version: 0
INFO:Librespot:Session:Received country_code: DE
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443
DEBUG:Librespot:Session:Parsed product info: {'type': 'premium', 'ab-ad-player-targeting': '1', 'ab-watch-now': '0', 'ab_recently_played_feature_time_filter_threshold': 'com.spotify.gaia=30,driving-mode=120,spotify%3Ainternal%3Astartpage=30', 'ad-formats-preroll-video': '0', 'ad-session-persistence': '1', 'ads': '0', 'app-developer': '0', 'arsenal_country': '1', 'audio-preview-url-template': 'https://p.scdn.co/mp3-preview/{id}', 'audio-quality': '1', 'audiobook-onboarding-completed': '0', 'autoplay': '0', 'capping-bar-threshold': '3601', 'catalogue': 'premium', 'collection': '1', 'created_by_partner': None, 'employee-free-opt-in': '0', 'enable-annotations': '2', 'enable-annotations-read': '0', 'enable-crossfade': '1', 'explicit-content': '1', 'filter-explicit-content': '0', 'financial-product': 'pr:premium,tc:0,rt:v2_DE_default_full-price-premium-1m_12.99_EUR_default', 'head-file-caching': '1', 'head-files': '1', 'head-files-url': 'https://heads-fa-tls13.spotifycdn.com/head/{file_id}', 'high-bitrate': '1', 'image-url': 'https://i.scdn.co/image/{file_id}', 'incognito_mode_timeout': '21600', 'is_email_verified': '1', 'key-caching-auto-offline': '0', 'key-caching-max-count': '10000', 'key-caching-max-offline-seconds': '1800', 'key-memory-cache-mode': '1:15,300', 'libspotify': '1', 'license-agreements': None, 'loudness-levels': '1:-5.0,0.0,3.0:-2.0', 'metadata-link-lookup-modes': '0', 'mobile': '1', 'name': 'Spotify Premium', 'nft-disabled': '1', 'offline': '1', 'on-demand': '1', 'on-demand-trial-in-progress': '0', 'payment-state': None, 'payments-initial-campaign': 'default', 'payments-locked-state': '0', 'player-license': 'premium', 'player-license-v2': 'premium', 'playlist-annotations-markup': '0', 'preferred-locale': 'en', 'prefetch-keys': '1', 'prefetch-strategy': '18', 'prefetch-window-max': '2', 'product-expiry': None, 'publish-activity': '0', 'publish-playlist': '0', 'radio': '1', 'rating-access': '1', 'remote-control': '6', 'request-time': '6', 'restrict-playlist-collaboration': '0', 'send-email': '0', 'shows-collection': '1', 'shows-collection-jam': '1', 'shuffle': '0', 'shuffle-algorithm': 'FRESH', 'sidebar-navigation-enabled': '0', 'storage-size-config': '10240,90,500,3', 'streaming': '1', 'streaming-rules': None, 'subscription-enddate': None, 'ugc-abuse-report': '1', 'ugc-abuse-report-url': 'https://support.spotify.com/abuse/?uri={uri}', 'unrestricted': '1', 'video-cdn-sampling': '100', 'video-device-blacklisted': '0', 'video-manifest-url': 'https://spclient.wg.spotify.com/manifests/v6/{type}/sources/{source_id}/options/supports_drm', 'widevine-license-url': 'https://spclient.wg.spotify.com/widevine-license/v1/video/license'}
INFO:Librespot:Session:Skipping 1f
INFO:Librespot:Session:Skipping 69
DEBUG:Librespot:MercuryClient:Handling packet, cmd: 0xb5, seq: -6662663331834232832, flags: b'\x01', parts: 1
DEBUG:Librespot:MercuryClient:Couldn't dispatch Mercury event seq: -6662663331834232832, uri: hm://pusher/v1/connections/NGVmYmVmMGE4ZWQyNjQzNGU1OWU3MDY5NzEwMTYwNTAwM2FlNzM0YytBUCt0Y3A6Ly8wYWIxNTAwZS5pcC5nZXc0LnNwb3RpZnkubmV0OjUwMTIrQjM0NjEzOTYxODgyRkJBOTNGNzM0RTlBNjkxMjhBQjY2RTRGMzBENDUyQTlCNjAzMjdDQ0FCNDVENjlFMjVEMw%3D%3D, code: 200, payload: b''
DEBUG:Librespot:Session:Received 0x10: 80ade8a5f48dcf5a9b342fb80f34e01179199abe
DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=dealer HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): login5.spotify.com:443
INFO:Librespot:Session:Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01'
DEBUG:urllib3.connectionpool:https://login5.spotify.com:443 "POST /v3/login HTTP/1.1" 200 None
INFO:Librespot:TokenProvider:Login5 authentication successful, got access token
DEBUG:Librespot:TokenProvider:Using Login5 access token for scopes: ['playlist-read']
INFO:Librespot:Session:Authenticated as jxruvlbre0t8et98soxdhp7en!
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): login5.spotify.com:443
DEBUG:urllib3.connectionpool:https://login5.spotify.com:443 "POST /v3/login HTTP/1.1" 200 None
INFO:Librespot:TokenProvider:Login5 authentication successful, got access token
DEBUG:Librespot:TokenProvider:Using Login5 access token for scopes: [('user-read-email', 'playlist-read-private', 'user-library-read', 'user-follow-read')]
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443
DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/playlists/3lnAzSWPfk3ZzA4qzKBPkE?market=from_token HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443
DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/artists?market=from_token&ids=37axC8jHW1iHp48uK8fKpu%2C6HCnsY0Rxi3cg53xreoAIm HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443
DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/albums?market=from_token&ids=77SSF1P9zO5r4MDbtuu3vk HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): clienttoken.spotify.com:443
DEBUG:urllib3.connectionpool:https://clienttoken.spotify.com:443 "POST /v1/clienttoken HTTP/1.1" 200 None
DEBUG:Librespot:ApiClient:Updated client token: AACUapvrcBvQ5bgshDL1TUyfz78SHvxPCGzc4bo/UP+x8sPTU3gsrrhrh6SIQCgBJ2hWgAzMJvUGJj/a9tBqgnYWnnYVsKZ5jYAknIy6SErCwubXlIPqbF8jmRmDYgicgb2GfdDDnHCY+M9q8ephTKU9y2r7xXD1ihPj0JSA+/ncJnB2Hwv74lXFd2cmN+Rc+cN+7+mMXtTW0gPm8H1xehA/nS4xW6eVwovONgt2s2ita3I=
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gae2-spclient.spotify.com:443
DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "POST /extended-metadata/v0/extended-metadata HTTP/1.1" 200 870
DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/958c55272be29f30b7712a79bee817540394d1cd HTTP/1.1" 200 337
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): audio4-akp.spotifycdn.com:443
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 1/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:librespot.audio:Loaded normalization data, track_gain: -5.807890892028809, track_peak: 0.9787917733192444, album_gain: -5.807890892028809, album_peak: 0.9787917733192444
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 2/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 3/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 4/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 5/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 6/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 7/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 8/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 9/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 10/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 11/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 12/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 13/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 14/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 15/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 16/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 17/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 18/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 19/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 20/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 21/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 22/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 23/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 24/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 25/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 26/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 27/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 28/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 29/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 30/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 31/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 32/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 33/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 34/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 35/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 36/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 37/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 38/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 39/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 40/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 41/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 42/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 43/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 44/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 45/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 46/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 47/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 48/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 49/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 50/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 50765
DEBUG:Librespot:Session:Chunk 51/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443
DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/5N9eE5Qj8TmF5gBY1tTtd5 HTTP/1.1" 404 0
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443
DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/5N9eE5Qj8TmF5gBY1tTtd5 HTTP/1.1" 404 0
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443
DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443
DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867
DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "POST /extended-metadata/v0/extended-metadata HTTP/1.1" 200 868
DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d HTTP/1.1" 200 337
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 1/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:librespot.audio:Loaded normalization data, track_gain: -6.372394561767578, track_peak: 0.9776971936225891, album_gain: -6.372394561767578, album_peak: 0.9776971936225891
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 2/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 3/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 4/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 5/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 6/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 7/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 8/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 9/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 10/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 11/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 12/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 13/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 14/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 15/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 16/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 17/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 18/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 19/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 20/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 21/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 22/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 23/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 24/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 25/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 26/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 27/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 28/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 29/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 30/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 31/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 32/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 33/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 34/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 35/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 36/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 37/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 38/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 39/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 40/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 41/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 42/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 43/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 44/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 45/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 46/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 47/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 48/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 49/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 50/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 51/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 52/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 53/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 54/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 55/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 56/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 57/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 58/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 59/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 60/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 61/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 62/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 63/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 64/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 65/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 66/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 67/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 68/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 69/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 70/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 71/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 72/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 73/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 74/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 75/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 76/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 77/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 78/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 79/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 80/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 81/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 82/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 83/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 84/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 85/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 86/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 87/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 88/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 89/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 90/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 91/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 92/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 93/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 94/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 95/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 96/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 97/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 98/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 99/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 100/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 101/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 102/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 103/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 104/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 105/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 106/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 107/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 108/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 109/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 110/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 111/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 112/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 113/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 114/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 115/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 116/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072
DEBUG:Librespot:Session:Chunk 117/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 31653
DEBUG:Librespot:Session:Chunk 118/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443
DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/6h5WKhSqpCQ5B88bzfdrai HTTP/1.1" 404 0
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443
DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/6h5WKhSqpCQ5B88bzfdrai HTTP/1.1" 404 0
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443
DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443
DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867

And also the output when running the command:

▼ zotify https://open.spotify.com/playlist/3lnAzSWPfk3ZzA4qzKBPkE?si=8d69c852d8d54ad6 --output {artist}/{album}/{song_name} --bulk-wait-time=35 --debug

DEBUG
###   config_DEBUG.json saved to /Users/___/Library/Application Support/Zotify   ###
###   zotify_DEBUG_2025-11-24_22-11-08.log logging to /Users/___/Music/Zotify Music   ###

        [●∙∙] Logging in...
DEBUG
Session Initialized Successfully
User Subscription Type: PREMIUM
Requested Parsed as 1 URL

        [∙∙●] Fetching playlist information...                                                                  [●∙∙] Parsing playlist information...                                                                   [∙●∙] Fetching bulk genre information...                                                                [∙●∙] Fetching bulk track/disc total information...                                                     [●∙∙] Preparing Download...
DEBUG
Same Path, Not Same song_id, Renaming the New File Path to /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners.ogg

        [∙∙●] Preparing Download...                                                                             [●∙∙] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Four Corners" (LYRICS NOT AVAILABLE)   ###

        [∙●∙] Converting File...
DEBUG
Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track

        [●∙∙] Converting File...
DEBUG
/Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners.ogg Copied to Sibling at /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners_1.ogg

        [∙∙●] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Four Corners.ogg"   ###
###   DOWNLOAD TOOK 2s (PLUS 0s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

        [∙∙∙] Preparing Download...
DEBUG
Same Path, Not Same song_id, Renaming the New File Path to /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind.ogg

        [∙●∙] Preparing Download...        [●∙∙] Fetching lyrics...
###   SKIPPING:  LYRICS FOR "Emancipator - Acacia Wind" (LYRICS NOT AVAILABLE)   ###

        [∙●∙] Converting File...
DEBUG
Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track

        [∙●∙] Converting File...
DEBUG
/Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind.ogg Copied to Siblingat /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind_1.ogg

        [∙∙∙] Converting File...
###   DOWNLOADED: "Emancipator/Stories of the Melting Sun/Acacia Wind.ogg"   ###
###   DOWNLOAD TOOK 4s (PLUS 0s CONVERTING)   ###

###   PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS   ###

###   USER CANCELED DOWNLOADS EARLY   ###
###   ATTEMPTING TO CLEAN UP   ###

###   ERROR:  CLEAN UP COMPLETE   ###
###   LOGGING ERROR AND TRACEBACK   ###

DEBUG
Total API Calls: 7
<!-- gh-comment-id:3572756459 --> @on3iro commented on GitHub (Nov 24, 2025): @Googolplexed0 here's the debug log :) ``` DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443 DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=accesspoint HTTP/1.1" 200 None INFO:Librespot:Session:Created new session! device_id: 4efbef0a8ed26434e59e70697101605003ae734c, ap: ap-gew4.spotify.com:443 INFO:Librespot:Session:Connection successfully! INFO:Librespot:Session:Session.Receiver started DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443 DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=spclient HTTP/1.1" 200 None INFO:Librespot:Session:Skipping 02 INFO:Librespot:Session:Received license_version: 0 INFO:Librespot:Session:Received country_code: DE DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): apresolve.spotify.com:443 DEBUG:Librespot:Session:Parsed product info: {'type': 'premium', 'ab-ad-player-targeting': '1', 'ab-watch-now': '0', 'ab_recently_played_feature_time_filter_threshold': 'com.spotify.gaia=30,driving-mode=120,spotify%3Ainternal%3Astartpage=30', 'ad-formats-preroll-video': '0', 'ad-session-persistence': '1', 'ads': '0', 'app-developer': '0', 'arsenal_country': '1', 'audio-preview-url-template': 'https://p.scdn.co/mp3-preview/{id}', 'audio-quality': '1', 'audiobook-onboarding-completed': '0', 'autoplay': '0', 'capping-bar-threshold': '3601', 'catalogue': 'premium', 'collection': '1', 'created_by_partner': None, 'employee-free-opt-in': '0', 'enable-annotations': '2', 'enable-annotations-read': '0', 'enable-crossfade': '1', 'explicit-content': '1', 'filter-explicit-content': '0', 'financial-product': 'pr:premium,tc:0,rt:v2_DE_default_full-price-premium-1m_12.99_EUR_default', 'head-file-caching': '1', 'head-files': '1', 'head-files-url': 'https://heads-fa-tls13.spotifycdn.com/head/{file_id}', 'high-bitrate': '1', 'image-url': 'https://i.scdn.co/image/{file_id}', 'incognito_mode_timeout': '21600', 'is_email_verified': '1', 'key-caching-auto-offline': '0', 'key-caching-max-count': '10000', 'key-caching-max-offline-seconds': '1800', 'key-memory-cache-mode': '1:15,300', 'libspotify': '1', 'license-agreements': None, 'loudness-levels': '1:-5.0,0.0,3.0:-2.0', 'metadata-link-lookup-modes': '0', 'mobile': '1', 'name': 'Spotify Premium', 'nft-disabled': '1', 'offline': '1', 'on-demand': '1', 'on-demand-trial-in-progress': '0', 'payment-state': None, 'payments-initial-campaign': 'default', 'payments-locked-state': '0', 'player-license': 'premium', 'player-license-v2': 'premium', 'playlist-annotations-markup': '0', 'preferred-locale': 'en', 'prefetch-keys': '1', 'prefetch-strategy': '18', 'prefetch-window-max': '2', 'product-expiry': None, 'publish-activity': '0', 'publish-playlist': '0', 'radio': '1', 'rating-access': '1', 'remote-control': '6', 'request-time': '6', 'restrict-playlist-collaboration': '0', 'send-email': '0', 'shows-collection': '1', 'shows-collection-jam': '1', 'shuffle': '0', 'shuffle-algorithm': 'FRESH', 'sidebar-navigation-enabled': '0', 'storage-size-config': '10240,90,500,3', 'streaming': '1', 'streaming-rules': None, 'subscription-enddate': None, 'ugc-abuse-report': '1', 'ugc-abuse-report-url': 'https://support.spotify.com/abuse/?uri={uri}', 'unrestricted': '1', 'video-cdn-sampling': '100', 'video-device-blacklisted': '0', 'video-manifest-url': 'https://spclient.wg.spotify.com/manifests/v6/{type}/sources/{source_id}/options/supports_drm', 'widevine-license-url': 'https://spclient.wg.spotify.com/widevine-license/v1/video/license'} INFO:Librespot:Session:Skipping 1f INFO:Librespot:Session:Skipping 69 DEBUG:Librespot:MercuryClient:Handling packet, cmd: 0xb5, seq: -6662663331834232832, flags: b'\x01', parts: 1 DEBUG:Librespot:MercuryClient:Couldn't dispatch Mercury event seq: -6662663331834232832, uri: hm://pusher/v1/connections/NGVmYmVmMGE4ZWQyNjQzNGU1OWU3MDY5NzEwMTYwNTAwM2FlNzM0YytBUCt0Y3A6Ly8wYWIxNTAwZS5pcC5nZXc0LnNwb3RpZnkubmV0OjUwMTIrQjM0NjEzOTYxODgyRkJBOTNGNzM0RTlBNjkxMjhBQjY2RTRGMzBENDUyQTlCNjAzMjdDQ0FCNDVENjlFMjVEMw%3D%3D, code: 200, payload: b'' DEBUG:Librespot:Session:Received 0x10: 80ade8a5f48dcf5a9b342fb80f34e01179199abe DEBUG:urllib3.connectionpool:https://apresolve.spotify.com:443 "GET /?type=dealer HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): login5.spotify.com:443 INFO:Librespot:Session:Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' DEBUG:urllib3.connectionpool:https://login5.spotify.com:443 "POST /v3/login HTTP/1.1" 200 None INFO:Librespot:TokenProvider:Login5 authentication successful, got access token DEBUG:Librespot:TokenProvider:Using Login5 access token for scopes: ['playlist-read'] INFO:Librespot:Session:Authenticated as jxruvlbre0t8et98soxdhp7en! DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): login5.spotify.com:443 DEBUG:urllib3.connectionpool:https://login5.spotify.com:443 "POST /v3/login HTTP/1.1" 200 None INFO:Librespot:TokenProvider:Login5 authentication successful, got access token DEBUG:Librespot:TokenProvider:Using Login5 access token for scopes: [('user-read-email', 'playlist-read-private', 'user-library-read', 'user-follow-read')] DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443 DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/playlists/3lnAzSWPfk3ZzA4qzKBPkE?market=from_token HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443 DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/artists?market=from_token&ids=37axC8jHW1iHp48uK8fKpu%2C6HCnsY0Rxi3cg53xreoAIm HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.spotify.com:443 DEBUG:urllib3.connectionpool:https://api.spotify.com:443 "GET /v1/albums?market=from_token&ids=77SSF1P9zO5r4MDbtuu3vk HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): clienttoken.spotify.com:443 DEBUG:urllib3.connectionpool:https://clienttoken.spotify.com:443 "POST /v1/clienttoken HTTP/1.1" 200 None DEBUG:Librespot:ApiClient:Updated client token: AACUapvrcBvQ5bgshDL1TUyfz78SHvxPCGzc4bo/UP+x8sPTU3gsrrhrh6SIQCgBJ2hWgAzMJvUGJj/a9tBqgnYWnnYVsKZ5jYAknIy6SErCwubXlIPqbF8jmRmDYgicgb2GfdDDnHCY+M9q8ephTKU9y2r7xXD1ihPj0JSA+/ncJnB2Hwv74lXFd2cmN+Rc+cN+7+mMXtTW0gPm8H1xehA/nS4xW6eVwovONgt2s2ita3I= DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gae2-spclient.spotify.com:443 DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "POST /extended-metadata/v0/extended-metadata HTTP/1.1" 200 870 DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/958c55272be29f30b7712a79bee817540394d1cd HTTP/1.1" 200 337 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): audio4-akp.spotifycdn.com:443 DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 1/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:librespot.audio:Loaded normalization data, track_gain: -5.807890892028809, track_peak: 0.9787917733192444, album_gain: -5.807890892028809, album_peak: 0.9787917733192444 DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 2/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 3/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 4/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 5/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 6/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 7/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 8/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 9/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 10/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 11/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 12/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 13/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 14/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 15/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 16/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 17/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 18/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 19/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 20/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 21/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 22/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 23/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 24/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 25/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 26/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 27/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 28/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 29/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 30/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 31/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 32/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 33/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 34/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 35/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 36/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 37/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 38/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 39/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 40/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 41/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 42/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 43/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 44/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 45/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 46/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 47/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 48/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 49/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 50/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/958c55272be29f30b7712a79bee817540394d1cd?__token__=exp=1764105074~hmac=fec18c70a3d9f95a60c807948a3beb76e865a157be74528d98e0d3102274febe HTTP/1.1" 206 50765 DEBUG:Librespot:Session:Chunk 51/51 completed, cached: False, stream: file_id: 958c55272be29f30b7712a79bee817540394d1cd DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443 DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/5N9eE5Qj8TmF5gBY1tTtd5 HTTP/1.1" 404 0 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443 DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/5N9eE5Qj8TmF5gBY1tTtd5 HTTP/1.1" 404 0 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443 DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443 DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867 DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "POST /extended-metadata/v0/extended-metadata HTTP/1.1" 200 868 DEBUG:urllib3.connectionpool:https://gae2-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d HTTP/1.1" 200 337 DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 1/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:librespot.audio:Loaded normalization data, track_gain: -6.372394561767578, track_peak: 0.9776971936225891, album_gain: -6.372394561767578, album_peak: 0.9776971936225891 DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 2/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 3/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 4/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 5/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 6/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 7/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 8/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 9/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 10/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 11/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 12/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 13/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 14/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 15/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 16/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 17/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 18/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 19/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 20/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 21/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 22/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 23/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 24/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 25/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 26/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 27/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 28/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 29/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 30/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 31/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 32/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 33/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 34/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 35/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 36/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 37/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 38/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 39/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 40/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 41/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 42/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 43/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 44/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 45/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 46/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 47/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 48/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 49/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 50/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 51/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 52/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 53/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 54/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 55/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 56/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 57/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 58/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 59/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 60/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 61/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 62/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 63/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 64/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 65/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 66/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 67/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 68/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 69/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 70/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 71/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 72/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 73/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 74/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 75/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 76/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 77/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 78/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 79/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 80/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 81/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 82/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 83/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 84/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 85/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 86/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 87/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 88/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 89/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 90/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 91/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 92/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 93/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 94/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 95/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 96/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 97/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 98/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 99/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 100/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 101/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 102/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 103/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 104/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 105/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 106/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 107/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 108/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 109/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 110/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 111/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 112/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 113/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 114/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 115/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 116/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 131072 DEBUG:Librespot:Session:Chunk 117/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:https://audio4-akp.spotifycdn.com:443 "GET /audio/895d95d01bd6d2c65e0a6037f37e31ea1d869c1d?__token__=exp=1764105117~hmac=a55e27838353f980293002f4d3a30d5b9753609c551e7d289a48479b33876908 HTTP/1.1" 206 31653 DEBUG:Librespot:Session:Chunk 118/118 completed, cached: False, stream: file_id: 895d95d01bd6d2c65e0a6037f37e31ea1d869c1d DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443 DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/6h5WKhSqpCQ5B88bzfdrai HTTP/1.1" 404 0 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): spclient.wg.spotify.com:443 DEBUG:urllib3.connectionpool:https://spclient.wg.spotify.com:443 "GET /color-lyrics/v2/track/6h5WKhSqpCQ5B88bzfdrai HTTP/1.1" 404 0 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443 DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): i.scdn.co:443 DEBUG:urllib3.connectionpool:https://i.scdn.co:443 "GET /image/ab67616d0000b273d2151bdcbc336e3750fca4ca HTTP/1.1" 200 163867 ``` And also the output when running the command: ``` ▼ zotify https://open.spotify.com/playlist/3lnAzSWPfk3ZzA4qzKBPkE?si=8d69c852d8d54ad6 --output {artist}/{album}/{song_name} --bulk-wait-time=35 --debug DEBUG ### config_DEBUG.json saved to /Users/___/Library/Application Support/Zotify ### ### zotify_DEBUG_2025-11-24_22-11-08.log logging to /Users/___/Music/Zotify Music ### [●∙∙] Logging in... DEBUG Session Initialized Successfully User Subscription Type: PREMIUM Requested Parsed as 1 URL [∙∙●] Fetching playlist information... [●∙∙] Parsing playlist information... [∙●∙] Fetching bulk genre information... [∙●∙] Fetching bulk track/disc total information... [●∙∙] Preparing Download... DEBUG Same Path, Not Same song_id, Renaming the New File Path to /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners.ogg [∙∙●] Preparing Download... [●∙∙] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Four Corners" (LYRICS NOT AVAILABLE) ### [∙●∙] Converting File... DEBUG Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track [●∙∙] Converting File... DEBUG /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners.ogg Copied to Sibling at /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Four Corners_1.ogg [∙∙●] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Four Corners.ogg" ### ### DOWNLOAD TOOK 2s (PLUS 0s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### [∙∙∙] Preparing Download... DEBUG Same Path, Not Same song_id, Renaming the New File Path to /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind.ogg [∙●∙] Preparing Download... [●∙∙] Fetching lyrics... ### SKIPPING: LYRICS FOR "Emancipator - Acacia Wind" (LYRICS NOT AVAILABLE) ### [∙●∙] Converting File... DEBUG Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track [∙●∙] Converting File... DEBUG /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind.ogg Copied to Siblingat /Users/___/Music/Zotify Music/Emancipator/Stories of the Melting Sun/Acacia Wind_1.ogg [∙∙∙] Converting File... ### DOWNLOADED: "Emancipator/Stories of the Melting Sun/Acacia Wind.ogg" ### ### DOWNLOAD TOOK 4s (PLUS 0s CONVERTING) ### ### PAUSED: WAITING FOR 35 SECONDS BETWEEN DOWNLOADS ### ### USER CANCELED DOWNLOADS EARLY ### ### ATTEMPTING TO CLEAN UP ### ### ERROR: CLEAN UP COMPLETE ### ### LOGGING ERROR AND TRACEBACK ### DEBUG Total API Calls: 7 ```
Author
Owner

@morgil commented on GitHub (Nov 26, 2025):

I have the same issue, but I would like to add that on my machine Zotify also often crashes on such a duplicate file (usually after having downloaded a few files from a given playlist). The stack trace then looks like this:

Traceback (most recent call last):
  File "[...]\site-packages\mutagen\_util.py", line 251, in _openfile
    fileobj = open(filename, "rb+" if writable else "rb")
PermissionError: [Errno 13] Permission denied: 'C:\\Downloads\\Music\\_incoming\\17 Hippies\\2006 - Live In Berlin\\17. 17 Hippies - Chassidic_1.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "[...]\Scripts\zotify.exe\__main__.py", line 6, in <module>
    sys.exit(main())
             ~~~~^^
  File "C:\Downloads\Music\zotify\zotify\__main__.py", line 140, in main
    args.func(args, modes)
    ~~~~~~~~~^^^^^^^^^^^^^
  File "C:\Downloads\Music\zotify\zotify\app.py", line 78, in client
    perform_query(args)
    ~~~~~~~~~~~~~^^^^^^
  File "C:\Downloads\Music\zotify\zotify\app.py", line 69, in perform_query
    raise e
  File "C:\Downloads\Music\zotify\zotify\app.py", line 44, in perform_query
    Query(Zotify.DATETIME_LAUNCH).request(urls).execute()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 1696, in execute
    self.download()
    ~~~~~~~~~~~~~^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 1690, in download
    raise interrupt
  File "C:\Downloads\Music\zotify\zotify\api.py", line 1659, in download
    super().download(pbar_stack=None)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 1182, in download
    child.download(pbar_stack)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 944, in download
    self.mark_downloaded(path)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 296, in mark_downloaded
    sib.set_music_thumbnail(sib.filepath)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "C:\Downloads\Music\zotify\zotify\api.py", line 877, in set_music_thumbnail
    tags.save()
    ~~~~~~~~~^^
  File "[...]\site-packages\music_tag\file.py", line 374, in save
    self.mfile.save(**kwargs)
    ~~~~~~~~~~~~~~~^^^^^^^^^^
  File "[...]\site-packages\mutagen\_util.py", line 154, in wrapper
    with _openfile(self, filething, filename, fileobj,
         ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                   writable, create) as h:
                   ^^^^^^^^^^^^^^^^^
  File "C:\Python314\Lib\contextlib.py", line 141, in __enter__
    return next(self.gen)
  File "[...]\site-packages\mutagen\_util.py", line 272, in _openfile
    raise MutagenError(e)
mutagen.MutagenError: [Errno 13] Permission denied: 'C:\\Downloads\\Music\\_incoming\\17 Hippies\\2006 - Live In Berlin\\17. 17 Hippies - Chassidic_1.mp3'

I could not (yet?) get crashes when appending the debug flag, so maybe there is some kind of race condition?

When running with --debug, the logs look similar to the ones above.

<!-- gh-comment-id:3583041747 --> @morgil commented on GitHub (Nov 26, 2025): I have the same issue, but I would like to add that on my machine Zotify also often crashes on such a duplicate file (usually after having downloaded a few files from a given playlist). The stack trace then looks like this: ``` Traceback (most recent call last): File "[...]\site-packages\mutagen\_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: 'C:\\Downloads\\Music\\_incoming\\17 Hippies\\2006 - Live In Berlin\\17. 17 Hippies - Chassidic_1.mp3' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "[...]\Scripts\zotify.exe\__main__.py", line 6, in <module> sys.exit(main()) ~~~~^^ File "C:\Downloads\Music\zotify\zotify\__main__.py", line 140, in main args.func(args, modes) ~~~~~~~~~^^^^^^^^^^^^^ File "C:\Downloads\Music\zotify\zotify\app.py", line 78, in client perform_query(args) ~~~~~~~~~~~~~^^^^^^ File "C:\Downloads\Music\zotify\zotify\app.py", line 69, in perform_query raise e File "C:\Downloads\Music\zotify\zotify\app.py", line 44, in perform_query Query(Zotify.DATETIME_LAUNCH).request(urls).execute() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 1696, in execute self.download() ~~~~~~~~~~~~~^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 1690, in download raise interrupt File "C:\Downloads\Music\zotify\zotify\api.py", line 1659, in download super().download(pbar_stack=None) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 1182, in download child.download(pbar_stack) ~~~~~~~~~~~~~~^^^^^^^^^^^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 944, in download self.mark_downloaded(path) ~~~~~~~~~~~~~~~~~~~~^^^^^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 296, in mark_downloaded sib.set_music_thumbnail(sib.filepath) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "C:\Downloads\Music\zotify\zotify\api.py", line 877, in set_music_thumbnail tags.save() ~~~~~~~~~^^ File "[...]\site-packages\music_tag\file.py", line 374, in save self.mfile.save(**kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "[...]\site-packages\mutagen\_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ writable, create) as h: ^^^^^^^^^^^^^^^^^ File "C:\Python314\Lib\contextlib.py", line 141, in __enter__ return next(self.gen) File "[...]\site-packages\mutagen\_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: 'C:\\Downloads\\Music\\_incoming\\17 Hippies\\2006 - Live In Berlin\\17. 17 Hippies - Chassidic_1.mp3' ``` I could not (yet?) get crashes when appending the debug flag, so maybe there is some kind of race condition? When running with --debug, the logs look similar to the ones above.
Author
Owner

@Googolplexed0 commented on GitHub (Nov 29, 2025):

Same Path, Not Same song_id, Renaming the New File Path to
Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track

Found a way to replicate the error on my machine. Both of the areas I suspected were causing an issue were running when they should not. First one is an easy fix, since check_path_dupes() was being run prior to download, it did nothing. The second had to do with MD_DISC_TRACK_TOTALS and improper sibling handling. Should be fixed with github.com/Googolplexed0/zotify@ee7e3647a3 v0.10.28. I didn't see any side effects, but look out for any new/unexpected behavior, since I made some pretty major changes to how parents/children/siblings are organized and handled.

<!-- gh-comment-id:3590779711 --> @Googolplexed0 commented on GitHub (Nov 29, 2025): > Same Path, Not Same song_id, Renaming the New File Path to > Query -> Playlist -> Track has Sibling at Query -> Playlist -> Track -> Album -> Track Found a way to replicate the error on my machine. Both of the areas I suspected were causing an issue were running when they should not. First one is an easy fix, since `check_path_dupes()` was being run prior to download, it did nothing. The second had to do with `MD_DISC_TRACK_TOTALS` and improper sibling handling. Should be fixed with https://github.com/Googolplexed0/zotify/commit/ee7e3647a3eac198b0296354c708fcf8eb2195c8 v0.10.28. I didn't see any side effects, but **look out for any new/unexpected behavior**, since I made some pretty major changes to how parents/children/siblings are organized and handled.
Author
Owner

@DerKO9 commented on GitHub (Dec 10, 2025):

I have updated to the latest version and I am not getting the duplicate songs like I did before. Thanks!!

<!-- gh-comment-id:3634905647 --> @DerKO9 commented on GitHub (Dec 10, 2025): I have updated to the latest version and I am not getting the duplicate songs like I did before. Thanks!!
Author
Owner

@on3iro commented on GitHub (Dec 10, 2025):

Same here

<!-- gh-comment-id:3637298231 --> @on3iro commented on GitHub (Dec 10, 2025): Same here
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#99
No description provided.