Description
hello everyone,
I downloaded gamdl on Linux and it use to work until last week.
Now when I try to download an album I get:
[ERROR 10:46:55] (Track 7/7 from URL 1/1) Failed to download "Nuuk (End)"
Traceback (most recent call last):
File "/home/marcello/.local/lib/python3.12/site-packages/gamdl/cli.py", line 559, in main
stream_info = downloader_song.get_stream_info(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcello/.local/lib/python3.12/site-packages/gamdl/downloader_song.py", line 135, in get_stream_info
return self._get_stream_info(m3u8_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcello/.local/lib/python3.12/site-packages/gamdl/downloader_song.py", line 153, in _get_stream_info
drm_ids = asset_infos[variant_id]["AUDIO-SESSION-KEY-IDS"]
~~~~~~~~~~~^^^^^^^^^^^^
KeyError: '"4f672b91b9be528e5e3a1f5c9fe71543c22c985932500e113a8aa4952bd3919a"'
What can be the issue?
I did save the cookies and they are correctly set in the gamdl config file.