[GH-ISSUE #10] IndexError: list index out of range #8

Closed
opened 2026-02-27 19:06:25 +03:00 by kerem · 4 comments
Owner

Originally created by @afkarxyz on GitHub (Dec 14, 2024).
Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/10

image

Following the public.py update, I'm experiencing issues. The initial experiment consistently fails, yielding a list index out of range error. Could you review my code for potential errors?

from spotapi.public import Public
import json

track_id = "2plbrEY59IikOBgBGLjaoe"
track_info = Public.song_info(track_id)
print(json.dumps(track_info, indent=2))
from spotapi.public import Public
import json

album_id = "4VZ7jhV0wHpoNPCB7Vmiml"
for album_items in Public.album_info(album_id):
    print(json.dumps(album_items, indent=2))
from spotapi.public import Public
import json

playlist_id = "37i9dQZEVXbNG2KDcFcKOF"
for playlist_items in Public.playlist_info(playlist_id):
    print(json.dumps(playlist_items, indent=2))
Originally created by @afkarxyz on GitHub (Dec 14, 2024). Original GitHub issue: https://github.com/Aran404/SpotAPI/issues/10 ![image](https://github.com/user-attachments/assets/3b26656c-5a2d-4e89-a929-b50b08832a81) Following the **public.py** update, I'm experiencing issues. The initial experiment consistently fails, yielding a `list index out of range` error. Could you review my code for potential errors? ```python from spotapi.public import Public import json track_id = "2plbrEY59IikOBgBGLjaoe" track_info = Public.song_info(track_id) print(json.dumps(track_info, indent=2)) ``` ```python from spotapi.public import Public import json album_id = "4VZ7jhV0wHpoNPCB7Vmiml" for album_items in Public.album_info(album_id): print(json.dumps(album_items, indent=2)) ``` ```python from spotapi.public import Public import json playlist_id = "37i9dQZEVXbNG2KDcFcKOF" for playlist_items in Public.playlist_info(playlist_id): print(json.dumps(playlist_items, indent=2)) ```
kerem closed this issue 2026-02-27 19:06:25 +03:00
Author
Owner

@lxm9357 commented on GitHub (Dec 14, 2024):

I encountered the same issue. I manually used TLSClient to make a request to https://open.spotify.com and found that sometimes the retrieved content does not include https://open.spotifycdn.com/cdn/build/web-player/web-player, but instead includes https://open-exp.spotifycdn.com/cdn/build/web-player/web-player. I suspect that modifying the regular expression accordingly might resolve this problem.

Below is the content I obtained when accessing https://open.spotify.com, which includes https://open-exp.spotifycdn.com/cdn/build/web-player/web-player:

Response(raw=<Response [200]>, status_code=200, response='<!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>', error=Error(status_code=200, response='<!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>', string='Status Code: 200, Response: <!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>'), success=True, fail=False)
<!-- gh-comment-id:2543014254 --> @lxm9357 commented on GitHub (Dec 14, 2024): I encountered the same issue. I manually used TLSClient to make a request to https://open.spotify.com and found that sometimes the retrieved content does not include https://open.spotifycdn.com/cdn/build/web-player/web-player, but instead includes https://open-exp.spotifycdn.com/cdn/build/web-player/web-player. I suspect that modifying the regular expression accordingly might resolve this problem. Below is the content I obtained when accessing https://open.spotify.com, which includes https://open-exp.spotifycdn.com/cdn/build/web-player/web-player: ``` Response(raw=<Response [200]>, status_code=200, response='<!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>', error=Error(status_code=200, response='<!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>', string='Status Code: 200, Response: <!doctype html><html lang="en" dir="ltr"><head><meta charSet="utf-8"/><title>Spotify - Web Player: Music for everyone</title><meta property="og:site_name" content="Spotify"/><meta property="fb:app_id" content="174829003346"/><link rel="icon" sizes="32x32" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon32.b64ecc03.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://open.spotifycdn.com/cdn/images/favicon16.1c487bff.png"/><link rel="icon" href="https://open.spotifycdn.com/cdn/images/favicon.0f31d2ea.ico"/><meta http-equiv="X-UA-Compatible" content="IE=9"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Regular-cc3b1de388efa4cbca6c75cebc24585e.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUI-Bold-4264b799009b1db5c491778b1bc8e5b7.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><link rel="preload" href="https://encore.scdn.co/fonts/SpotifyMixUITitleVariable-8769ccfde3379b7ebcadd9529b49d0cc.woff2" as="font" type="font/woff2" crossorigin="anonymous"/><meta property="og:title" content="Spotify - Web Player: Music for everyone"/><meta property="og:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta property="og:url" content="https://open.spotify.com/"/><meta property="og:type" content="website"/><meta property="og:site_name" content="Spotify"/><meta property="og:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="google" content="notranslate"/><meta name="al:android:app_name" content="Spotify"/><meta name="al:android:package" content="com.spotify.music"/><meta name="al:android:url" content="spotify://"/><meta name="al:ios:app_name" content="Spotify"/><meta name="al:ios:app_store_id" content="324684580"/><meta name="al:ios:url" content="spotify://"/><meta name="twitter:site" content="@spotify"/><meta name="twitter:title" content="Spotify - Web Player: Music for everyone"/><meta name="twitter:description" content="Spotify is a digital music service that gives you access to millions of songs."/><meta name="twitter:image" content="https://open.spotifycdn.com/cdn/images/og-image.548bc4b7.png"/><meta name="twitter:card" content="summary"/><link rel="canonical" href="https://open.spotify.com"/><link rel="alternate" href="https://open.spotify.com" hrefLang="x-default"/><link rel="alternate" href="https://open.spotify.com" hrefLang="en"/><link rel="alternate" href="https://open.spotify.com/intl-id" hrefLang="id"/><link rel="alternate" href="https://open.spotify.com/intl-de" hrefLang="de"/><link rel="alternate" href="https://open.spotify.com/intl-pt" hrefLang="pt"/><link rel="alternate" href="https://open.spotify.com/intl-ja" hrefLang="ja"/><link rel="alternate" href="https://open.spotify.com/intl-fr" hrefLang="fr"/><link rel="alternate" href="https://open.spotify.com/intl-ar" hrefLang="ar"/><link rel="alternate" href="https://open.spotify.com/intl-es" hrefLang="es"/><link rel="alternate" href="https://open.spotify.com/intl-tr" hrefLang="tr"/><link rel="alternate" href="https://open.spotify.com/intl-it" hrefLang="it"/><link rel="alternate" href="android-app://com.spotify.music/"/><link rel="manifest" href="https://open.spotifycdn.com/cdn/generated/manifest-web-player.1609946b.json"/><style data-styled="active"></style><link rel="stylesheet" href="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.c45f7ad7.css"/><link rel="preconnect" href="https://apresolve.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://clienttoken.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api-partner.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://spclient.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://api.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://daily-mix.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://exp.wg.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://i.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://lineup-images.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://mosaic.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://open.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://open-exp.spotifycdn.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel-static.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pixel.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://pl.scdn.co" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-dealer.spotify.com" crossorigin="anonymous"/><link rel="preconnect" href="https://gae2-spclient.spotify.com" crossorigin="anonymous"/><link rel="preload" href="https://open-exp.spotifycdn.com/cdn/generated-locales/web-player/en.77069a34.json" data-translations-url-for-locale="en" as="fetch" crossorigin="anonymous" type="application/json"/><style>.grecaptcha-badge { display: none !important;}</style><script src="https://www.google.com/recaptcha/enterprise.js?render=6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39" async="" defer=""></script><link rel="search" type="application/opensearchdescription+xml" title="Spotify" href="https://open.spotifycdn.com/cdn/generated/opensearch.4cd8879e.xml"/><script defer="" src="https://www.googleoptimize.com/optimize.js?id=GTM-W53X654"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/gtm.ea4c34bc.js"></script><script defer="" src="https://open-exp.spotifycdn.com/cdn/js/retargeting-pixels.5ab9cdc0.js"></script></head><body class="encore-dark-theme encore-layout-themes"><div class="body-drag-top"></div><script id="config" data-testid="config" type="application/json">{"appName":"web_player_prototype","market":"HK","locale":{"locale":"en","rtl":false,"textDirection":"ltr"},"isPremium":false,"correlationId":"fc71db0f75265fbcfe83a17b90bf36e0","isAnonymous":true,"gtmId":"GTM-PZHN3VD","optimizeId":"GTM-W53X654","pipResources":{"scripts":["https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js","https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.f90b41fe.js"],"styles":["https://open-exp.spotifycdn.com/cdn/build/web-player/pip-mini-player.954b243c.css"]},"retargetingPixels":null,"recaptchaWebPlayerFraudSiteKey":"6LfCVLAUAAAAALFwwRnnCJ12DalriUGbj8FW_J39"}</script><script id="session" data-testid="session" type="application/json">{"accessToken":"BQCIm9QG74vZ86r21ep473aKQIIZdVIU35l6ExR7QXlp3MkGTxhIb6G5jN-NNo0cfF82hwOR8AbcgF6wbe7L8xVzglHoj3AVTM5yURAVtBtQIdMKjKE","accessTokenExpirationTimestampMs":1734166553945,"isAnonymous":true,"clientId":"d8a5ed958d274c2e8ee717e6a4b0971d"}</script><script id="features" type="application/json">{"enableShows":true,"isTracingEnabled":false,"upgradeButton":"control","mwp":false,"isMWPErrorCodeEnabled":false,"isMwpRadioEntity":true,"isMWPAndPlaybackCapable":false,"preauthRecaptcha":false,"isEqualizerABEnabled":false,"isPodcastEnabled":true,"enableI18nLocales":true,"isI18nAdditionalPagesEnabled":false,"isInteractionLoggerEnabled":true,"isReinventFreeEnabled":false,"isEntityReportEnabled":true,"isAlbumReportEnabled":false,"isTrackReportEnabled":false,"isPodcastShowReportEnabled":false,"isPodcastEpisodeReportEnabled":false}</script><script id="seo" type="application/json">{}</script><script id="remote-configuration" type="text/plain">eyIjdiI6IjEiLCJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOiJhYm92ZSIsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoiZW5hYmxlZCIsImVuYWJsZUkxOG5Sb3V0ZXMiOiJ2YXJpYW50IiwiZGlzYWJsZVVuYXV0aEx5cmljc0NUQSI6dHJ1ZSwiZW5hYmxlVXNlckZyYXVkVmVyaWZpY2F0aW9uIjp0cnVlLCJlbmFibGVVc2VyRnJhdWRTaWduYWxzIjp0cnVlLCJlbmFibGVWaWV3TW9kZSI6dHJ1ZSwiI2NvbmZpZ3VyYXRpb25Bc3NpZ25tZW50SWQiOiIyZjU2Njc4Yi05ZWRjLTE2NWQtMWU4Yy0yMjIyYjBhZTllMjA6MCIsIiNncm91cElkcyI6eyJlbmFibGVQb3B1bGFyRXBpc29kZXNPblNob3dEV1AiOjEyMDIzMDYsImVuYWJsZUJyb3RsaUNvbXByZXNzaW9uVmlhQ0ROIjoxMTg1NTk3LCJlbmFibGVJMThuUm91dGVzIjoxMTAyNjYxLCJkaXNhYmxlVW5hdXRoTHlyaWNzQ1RBIjoxMTg2NTQxLCJlbmFibGVVc2VyRnJhdWRWZXJpZmljYXRpb24iOjEwOTY2NDEsImVuYWJsZVVzZXJGcmF1ZFNpZ25hbHMiOjExMDkyNDMsImVuYWJsZVZpZXdNb2RlIjoxMTg5NzA5fSwiI2ZldGNoVGltZU1pbGxpcyI6MTczNDE2MzI1NjI4MSwiI2NvbnRleHRIYXNoIjoiM2Q2MzU4NTRhZmMxODRlNSJ9</script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/web-player.d06a62c4.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/vendor~web-player.0377fac1.js"></script><script src="https://open-exp.spotifycdn.com/cdn/build/web-player/encore~web-player.ddae93db.js"></script></body></html>'), success=True, fail=False) ```
Author
Owner

@Aran404 commented on GitHub (Dec 14, 2024):

I noticed this yesterday aswell, it would only work like 10% of the time, I'll investigate these later today but I think your fix is appropriate here. Thanks.

<!-- gh-comment-id:2543173570 --> @Aran404 commented on GitHub (Dec 14, 2024): I noticed this yesterday aswell, it would only work like 10% of the time, I'll investigate these later today but I think your fix is appropriate here. Thanks.
Author
Owner

@Aran404 commented on GitHub (Dec 15, 2024):

I've added this fix, please let me know if it works.

<!-- gh-comment-id:2543417611 --> @Aran404 commented on GitHub (Dec 15, 2024): I've added this fix, please let me know if it works.
Author
Owner

@afkarxyz commented on GitHub (Dec 15, 2024):

Thank you so much for the fix; everything is working like a charm now. 👍

<!-- gh-comment-id:2543419895 --> @afkarxyz commented on GitHub (Dec 15, 2024): Thank you so much for the fix; everything is working like a charm now. 👍
Sign in to join this conversation.
No labels
pull-request
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/SpotAPI#8
No description provided.