-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Failed fetching audio key! gid #276
Comments
Generally, you are trying to load 320 kbps music on a non-premium account or region-locked. |
I got this error with Audio key error, code: 2
success in 2nd try:
|
Yes buddy i too facing same issues:) |
seems problem is about rate limit, checkout here |
Fetching from seektables also has the rate limit issue right? |
Not yet. Still in testing |
Could you please share the repo which support seektables |
@Masterolic I'm using this |
Thank you https://github.com/KagChi/librespot-python Support seektables seems like that also has limits after certain time |
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 |
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 |
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
The text was updated successfully, but these errors were encountered: