[GH-ISSUE #276] [BUG] Failed fetching audio key! gid #48

Open
opened 2026-02-27 08:11:36 +03:00 by kerem · 16 comments
Owner

Originally created by @Masterolic on GitHub (Jul 7, 2024).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/276

Traceback (most recent call last):
File "/root/Spotify-downloa-bot/mbot/plugins/Spotify.py", line 166, in spotify_dl
await create_task(episode_down(item , item_name, randomdir , Mbot , message, get_prem))
File "/root/Spotify-downloa-bot/mbot/utils/SpotDL.py", line 97, in episode_down
randomfile = await create_task(download_file(session, episode_id, randomdir, get_prem))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/Spotify-downloa-bot/mbot/utils/SpotDL.py", line 58, in download_file
stream = session.content_feeder().load(episode_id, VorbisOnlyAudioQuality(AudioQuality.HIGH), False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 742, in load
return self.load_episode(playable_id, audio_quality_picker,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 780, in load_episode
return self.load_stream(file, None, episode, preload, halt_listener)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 756, in load_stream
return CdnFeedHelper.load_episode(self.__session, episode, file,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 391, in load_episode
key = session.audio_key().get_audio_key(episode.gid, file.file_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 277, in get_audio_key
return self.get_audio_key(gid, file_id, False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/librespot/audio/init.py", line 278, in get_audio_key
raise RuntimeError(
RuntimeError: Failed fetching audio key! gid: ef41ab6ee4495ebb9a4a8e9593699e6c, fileId: 051faa3f4b7b38a1687bd7f3ba2a6f7d0236bf28

Item_,type = Episode

Originally created by @Masterolic on GitHub (Jul 7, 2024). Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/276 Traceback (most recent call last): File "/root/Spotify-downloa-bot/mbot/plugins/Spotify.py", line 166, in spotify_dl await create_task(episode_down(item , item_name, randomdir , Mbot , message, get_prem)) File "/root/Spotify-downloa-bot/mbot/utils/SpotDL.py", line 97, in episode_down randomfile = await create_task(download_file(session, episode_id, randomdir, get_prem)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/root/Spotify-downloa-bot/mbot/utils/SpotDL.py", line 58, in download_file stream = session.content_feeder().load(episode_id, VorbisOnlyAudioQuality(AudioQuality.HIGH), False, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 742, in load return self.load_episode(playable_id, audio_quality_picker, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 780, in load_episode return self.load_stream(file, None, episode, preload, halt_listener) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 756, in load_stream return CdnFeedHelper.load_episode(self.__session, episode, file, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 391, in load_episode key = session.audio_key().get_audio_key(episode.gid, file.file_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 277, in get_audio_key return self.get_audio_key(gid, file_id, False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/librespot/audio/__init__.py", line 278, in get_audio_key raise RuntimeError( RuntimeError: Failed fetching audio key! gid: ef41ab6ee4495ebb9a4a8e9593699e6c, fileId: 051faa3f4b7b38a1687bd7f3ba2a6f7d0236bf28 Item_,type = Episode
Author
Owner

@kokarare1212 commented on GitHub (Jul 7, 2024):

Generally, you are trying to load 320 kbps music on a non-premium account or region-locked.

<!-- gh-comment-id:2212337611 --> @kokarare1212 commented on GitHub (Jul 7, 2024): Generally, you are trying to load 320 kbps music on a non-premium account or region-locked.
Author
Owner

@pdtan commented on GitHub (Aug 30, 2024):

I got this error with Audio key error, code: 2
Account premium, if retry, it may work again. So it's not region-locked.
first try:

[DEBUG    11:52:07] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702
[DEBUG    11:52:08] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347
[CRITICAL 11:52:08] Audio key error, code: 2
[CRITICAL 11:52:08] Audio key error, code: 2
Traceback (most recent call last):
  File "spot.py", line 108, in <module>
    stream = session.content_feeder().load(trackId, VorbisOnlyAudioQuality(AudioQuality.VERY_HIGH), False, None)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 739, in load
    return self.load_track(playable_id, audio_quality_picker, preload,
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 800, in load_track
    return self.load_stream(file, track, None, preload, halt_listener)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 754, in load_stream
    return CdnFeedHelper.load_track(self.__session, track, file,
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 339, in load_track
    key = session.audio_key().get_audio_key(track.gid, file.file_id)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 277, in get_audio_key
    return self.get_audio_key(gid, file_id, False)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 278, in get_audio_key
    raise RuntimeError(
RuntimeError: Failed fetching audio key! gid: 17bd212d25dd45d088136391057e274f, fileId: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d

success in 2nd try:

[DEBUG    11:53:14] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702
[DEBUG    11:53:14] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347
[DEBUG    11:53:14] Starting new HTTPS connection (1): audio4-fa.scdn.co:443
[DEBUG    11:53:14] https://audio4-fa.scdn.co:443 "GET /audio/3e65c9ae6648bef681f0b66508693f4cfd78bd4d?1725105194_hUqm75ZOf5qGSCKdiQ1YRTqpRWmc5SHiEKzh6jRBSKU= HTTP/1.1" 206 131072
[DEBUG    11:53:14] Chunk 1/57 completed, cached: False, stream: file_id: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d
[DEBUG    11:53:14] Loaded normalization data, track_gain: -9.830001831054688, track_peak: 1.033494472503662, album_gain: -9.959999084472656, album_peak: 1.0541013479232788
<!-- gh-comment-id:2320967138 --> @pdtan commented on GitHub (Aug 30, 2024): I got this error with Audio key error, code: 2 Account premium, if retry, it may work again. So it's not region-locked. first try: ``` [DEBUG 11:52:07] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702 [DEBUG 11:52:08] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347 [CRITICAL 11:52:08] Audio key error, code: 2 [CRITICAL 11:52:08] Audio key error, code: 2 Traceback (most recent call last): File "spot.py", line 108, in <module> stream = session.content_feeder().load(trackId, VorbisOnlyAudioQuality(AudioQuality.VERY_HIGH), False, None) File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 739, in load return self.load_track(playable_id, audio_quality_picker, preload, File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 800, in load_track return self.load_stream(file, track, None, preload, halt_listener) File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 754, in load_stream return CdnFeedHelper.load_track(self.__session, track, file, File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 339, in load_track key = session.audio_key().get_audio_key(track.gid, file.file_id) File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 277, in get_audio_key return self.get_audio_key(gid, file_id, False) File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 278, in get_audio_key raise RuntimeError( RuntimeError: Failed fetching audio key! gid: 17bd212d25dd45d088136391057e274f, fileId: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d ``` success in 2nd try: ``` [DEBUG 11:53:14] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702 [DEBUG 11:53:14] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347 [DEBUG 11:53:14] Starting new HTTPS connection (1): audio4-fa.scdn.co:443 [DEBUG 11:53:14] https://audio4-fa.scdn.co:443 "GET /audio/3e65c9ae6648bef681f0b66508693f4cfd78bd4d?1725105194_hUqm75ZOf5qGSCKdiQ1YRTqpRWmc5SHiEKzh6jRBSKU= HTTP/1.1" 206 131072 [DEBUG 11:53:14] Chunk 1/57 completed, cached: False, stream: file_id: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d [DEBUG 11:53:14] Loaded normalization data, track_gain: -9.830001831054688, track_peak: 1.033494472503662, album_gain: -9.959999084472656, album_peak: 1.0541013479232788 ```
Author
Owner

@Masterolic commented on GitHub (Aug 30, 2024):

I got this error with Audio key error, code: 2 Account premium, if retry, it may work again. So it's not region-locked. first try:

[DEBUG    11:52:07] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702
[DEBUG    11:52:08] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347
[CRITICAL 11:52:08] Audio key error, code: 2
[CRITICAL 11:52:08] Audio key error, code: 2
Traceback (most recent call last):
  File "spot.py", line 108, in <module>
    stream = session.content_feeder().load(trackId, VorbisOnlyAudioQuality(AudioQuality.VERY_HIGH), False, None)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 739, in load
    return self.load_track(playable_id, audio_quality_picker, preload,
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 800, in load_track
    return self.load_stream(file, track, None, preload, halt_listener)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 754, in load_stream
    return CdnFeedHelper.load_track(self.__session, track, file,
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 339, in load_track
    key = session.audio_key().get_audio_key(track.gid, file.file_id)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 277, in get_audio_key
    return self.get_audio_key(gid, file_id, False)
  File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 278, in get_audio_key
    raise RuntimeError(
RuntimeError: Failed fetching audio key! gid: 17bd212d25dd45d088136391057e274f, fileId: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d

success in 2nd try:

[DEBUG    11:53:14] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702
[DEBUG    11:53:14] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347
[DEBUG    11:53:14] Starting new HTTPS connection (1): audio4-fa.scdn.co:443
[DEBUG    11:53:14] https://audio4-fa.scdn.co:443 "GET /audio/3e65c9ae6648bef681f0b66508693f4cfd78bd4d?1725105194_hUqm75ZOf5qGSCKdiQ1YRTqpRWmc5SHiEKzh6jRBSKU= HTTP/1.1" 206 131072
[DEBUG    11:53:14] Chunk 1/57 completed, cached: False, stream: file_id: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d
[DEBUG    11:53:14] Loaded normalization data, track_gain: -9.830001831054688, track_peak: 1.033494472503662, album_gain: -9.959999084472656, album_peak: 1.0541013479232788

Yes buddy i too facing same issues:)

<!-- gh-comment-id:2321813380 --> @Masterolic commented on GitHub (Aug 30, 2024): > I got this error with Audio key error, code: 2 Account premium, if retry, it may work again. So it's not region-locked. first try: > > ``` > [DEBUG 11:52:07] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702 > [DEBUG 11:52:08] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347 > [CRITICAL 11:52:08] Audio key error, code: 2 > [CRITICAL 11:52:08] Audio key error, code: 2 > Traceback (most recent call last): > File "spot.py", line 108, in <module> > stream = session.content_feeder().load(trackId, VorbisOnlyAudioQuality(AudioQuality.VERY_HIGH), False, None) > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 739, in load > return self.load_track(playable_id, audio_quality_picker, preload, > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 800, in load_track > return self.load_stream(file, track, None, preload, halt_listener) > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 754, in load_stream > return CdnFeedHelper.load_track(self.__session, track, file, > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 339, in load_track > key = session.audio_key().get_audio_key(track.gid, file.file_id) > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 277, in get_audio_key > return self.get_audio_key(gid, file_id, False) > File "/usr/local/lib/python3.8/dist-packages/librespot/audio/__init__.py", line 278, in get_audio_key > raise RuntimeError( > RuntimeError: Failed fetching audio key! gid: 17bd212d25dd45d088136391057e274f, fileId: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d > ``` > > success in 2nd try: > > ``` > [DEBUG 11:53:14] https://guc3-spclient.spotify.com:443 "GET /metadata/4/track/17bd212d25dd45d088136391057e274f HTTP/1.1" 200 702 > [DEBUG 11:53:14] https://guc3-spclient.spotify.com:443 "GET /storage-resolve/files/audio/interactive/3e65c9ae6648bef681f0b66508693f4cfd78bd4d HTTP/1.1" 200 347 > [DEBUG 11:53:14] Starting new HTTPS connection (1): audio4-fa.scdn.co:443 > [DEBUG 11:53:14] https://audio4-fa.scdn.co:443 "GET /audio/3e65c9ae6648bef681f0b66508693f4cfd78bd4d?1725105194_hUqm75ZOf5qGSCKdiQ1YRTqpRWmc5SHiEKzh6jRBSKU= HTTP/1.1" 206 131072 > [DEBUG 11:53:14] Chunk 1/57 completed, cached: False, stream: file_id: 3e65c9ae6648bef681f0b66508693f4cfd78bd4d > [DEBUG 11:53:14] Loaded normalization data, track_gain: -9.830001831054688, track_peak: 1.033494472503662, album_gain: -9.959999084472656, album_peak: 1.0541013479232788 > ``` Yes buddy i too facing same issues:)
Author
Owner

@pdtan commented on GitHub (Sep 4, 2024):

seems problem is about rate limit, checkout here
I switched to fetch audio key from seektables & mp4 format

<!-- gh-comment-id:2329065177 --> @pdtan commented on GitHub (Sep 4, 2024): seems problem is about rate limit, checkout [here](https://github.com/justin025/onthespot/issues/3) I switched to fetch audio key from seektables & mp4 format
Author
Owner

@Masterolic commented on GitHub (Sep 5, 2024):

seems problem is about rate limit, checkout here I switched to fetch audio key from seektables & mp4 format

Fetching from seektables also has the rate limit issue right?

<!-- gh-comment-id:2331989450 --> @Masterolic commented on GitHub (Sep 5, 2024): > seems problem is about rate limit, checkout [here](https://github.com/justin025/onthespot/issues/3) I switched to fetch audio key from seektables & mp4 format Fetching from seektables also has the rate limit issue right?
Author
Owner

@pdtan commented on GitHub (Sep 5, 2024):

Fetching from seektables also has the rate limit issue right?

Not yet. Still in testing

<!-- gh-comment-id:2332000640 --> @pdtan commented on GitHub (Sep 5, 2024): > > Fetching from seektables also has the rate limit issue right? Not yet. Still in testing
Author
Owner

@Masterolic commented on GitHub (Sep 5, 2024):

Fetching from seektables also has the rate limit issue right?

Not yet. Still in testing

Could you please share the repo which support seektables

<!-- gh-comment-id:2332056980 --> @Masterolic commented on GitHub (Sep 5, 2024): > > Fetching from seektables also has the rate limit issue right? > > Not yet. Still in testing Could you please share the repo which support seektables
Author
Owner

@pdtan commented on GitHub (Sep 5, 2024):

@Masterolic I'm using this

<!-- gh-comment-id:2332120709 --> @pdtan commented on GitHub (Sep 5, 2024): @Masterolic I'm using [this](https://github.com/glomatico/spotify-web-downloader)
Author
Owner

@Masterolic commented on GitHub (Sep 5, 2024):

@Masterolic I'm using this

Thank you

https://github.com/KagChi/librespot-python

Support seektables seems like that also has limits after certain time

<!-- gh-comment-id:2332132169 --> @Masterolic commented on GitHub (Sep 5, 2024): > @Masterolic I'm using [this](https://github.com/glomatico/spotify-web-downloader) Thank you https://github.com/KagChi/librespot-python Support seektables seems like that also has limits after certain time
Author
Owner

@wolkenschieber commented on GitHub (Sep 8, 2024):

seems problem is about rate limit, checkout here I switched to fetch audio key from seektables & mp4 format

Any idea about the limit? For me the error appears at random, even with sequential track processing.

<!-- gh-comment-id:2336761845 --> @wolkenschieber commented on GitHub (Sep 8, 2024): > seems problem is about rate limit, checkout [here](https://github.com/justin025/onthespot/issues/3) I switched to fetch audio key from seektables & mp4 format Any idea about the limit? For me the error appears at random, even with sequential track processing.
Author
Owner

@Masterolic commented on GitHub (Sep 9, 2024):

seems problem is about rate limit, checkout here I switched to fetch audio key from seektables & mp4 format

Any idea about the limit? For me the error appears at random, even with sequential track processing.

For me around 10 to 15 is the maximum then it goes for awhile

<!-- gh-comment-id:2337495657 --> @Masterolic commented on GitHub (Sep 9, 2024): > > seems problem is about rate limit, checkout [here](https://github.com/justin025/onthespot/issues/3) I switched to fetch audio key from seektables & mp4 format > > Any idea about the limit? For me the error appears at random, even with sequential track processing. For me around 10 to 15 is the maximum then it goes for awhile
Author
Owner

@KagChi commented on GitHub (Oct 7, 2024):

@Masterolic I'm using this

Thank you

https://github.com/KagChi/librespot-python

Support seektables seems like that also has limits after certain time

Hey, did you got it working with the repo? 🤔

<!-- gh-comment-id:2395687798 --> @KagChi commented on GitHub (Oct 7, 2024): > > @Masterolic I'm using [this](https://github.com/glomatico/spotify-web-downloader) > > Thank you > > https://github.com/KagChi/librespot-python > > Support seektables seems like that also has limits after certain time Hey, did you got it working with the repo? 🤔
Author
Owner

@Masterolic commented on GitHub (Oct 7, 2024):

Hey, did you got it working with the repo? 🤔

No buddy it wont as 404 raise from seektables seems like its a cdn so generate when requested but dont know how to request

Purchasing family package and creating 6 account and sharing the premium and using multiple account to generate link works fine

<!-- gh-comment-id:2396340847 --> @Masterolic commented on GitHub (Oct 7, 2024): > Hey, did you got it working with the repo? 🤔 No buddy it wont as 404 raise from seektables seems like its a cdn so generate when requested but dont know how to request Purchasing family package and creating 6 account and sharing the premium and using multiple account to generate link works fine
Author
Owner

@KagChi commented on GitHub (Oct 7, 2024):

Hey, did you got it working with the repo? 🤔

No buddy it wont as 404 raise from seektables seems like its a cdn so generate when requested but dont know how to request

Purchasing family package and creating 6 account and sharing the premium and using multiple account to generate link works fine

seektables only works on aac format which is need wvd files as far i know

<!-- gh-comment-id:2396377078 --> @KagChi commented on GitHub (Oct 7, 2024): > > Hey, did you got it working with the repo? 🤔 > > > No buddy it wont as 404 raise from seektables seems like its a cdn so generate when requested but dont know how to request > > Purchasing family package and creating 6 account and sharing the premium and using multiple account to generate link works fine seektables only works on aac format which is need wvd files as far i know
Author
Owner

@abdullahrahimoon commented on GitHub (Jun 10, 2025):

Hello, anyone finds the solution?

<!-- gh-comment-id:2958296270 --> @abdullahrahimoon commented on GitHub (Jun 10, 2025): Hello, anyone finds the solution?
Author
Owner

@staniel359 commented on GitHub (Oct 28, 2025):

or region-locked

@kokarare1212 How are available countries checked exactly?
Because sometimes file data may return no countries at all, which means audio is not country-restricted.
In this case will the check be performed?

<!-- gh-comment-id:3458615965 --> @staniel359 commented on GitHub (Oct 28, 2025): > or region-locked @kokarare1212 How are available countries checked exactly? Because sometimes file data may return no countries at all, which means audio is not country-restricted. In this case will the check be performed?
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/librespot-python-kokarare1212#48
No description provided.