-
Notifications
You must be signed in to change notification settings - Fork 44
Description
When I run the programme I get the error ‘ERROR: Unable to get license!’ with the following console output:
`PS C:Manzana-Apple-Music-Downloader-main> python .\manzana.py https://music.apple.com/de/album/never-gonna-give-you-up/1559523357?i=1559523359
$$$$$$\$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$\
$$ _$$ _$$\ \____$$\ $$ __$$\ \____$$ |\____$$\ $$ __$$\ \____$$\
$$ / $$ / $$ | $$$$$$$ |$$ | $$ | $$$$ _/ $$$$$$$ |$$ | $$ | $$$$$$$ |
$$ | $$ | $$ |$$ __$$ |$$ | $$ | $$ _/ $$ __$$ |$$ | $$ |$$ __$$ |
$$ | $$ | $$ |\$$$$$$$ |$$ | $$ |$$$$$$$$\\$$$$$$$ |$$ | $$ |\$$$$$$$ |
\__| \__| \__| \_______|\__| \__|\________|\_______|\__| \__| \_______|
──── Apple Music Downloader ────
[11:42:41] [ManzanaCore] INFO: Loading device...
[11:42:41] [ManzanaCore] INFO: Enter your mediaUserToken to continue...
mediaUserToken: <MY_MEDIA_TOKEN>
[11:42:57] [ManzanaCore] INFO: Fetching accessToken from web...
[11:42:59] [ManzanaCore] INFO: Checking mediaUserToken...
[11:43:00] [ManzanaCore] INFO: Getting storefront language...
Storefront: Deutschland
┌────┬───────┬─────────┐
│ ID │ Lang │ Default │
├────┼───────┼─────────┤
│ 0 │ de-DE │ YES │
│ 1 │ en-GB │ NO │
└────┴───────┴─────────┘
Enter ID: 0
[11:43:02] [ManzanaCore] INFO: Checking passed urls...
[11:43:02] [ManzanaCore] INFO: Starting download process...
URL: https://music.apple.com/de/album/never-gonna-give-you-up/1559523357?i=1559523359
[11:43:02] [ManzanaCore] INFO: Fetching API response...
[11:43:03] [ManzanaCore] INFO: Getting webplayback...
[11:43:04] [ManzanaCore] INFO: Parsing song uri...
[11:43:04] [ManzanaCore] INFO: Checking decrypt keys...
[11:43:04] [ManzanaCore] INFO: Requesting decrypt keys...
[11:43:04] [ManzanaCore] ERROR: Unable to get license!`
`Manzana-Apple-Music-Downloader-main\device\GooglePixel
Mode LastWriteTime Length Name
-a---- 02.05.2025 01:36 2179 device_client_id_blob
-a---- 02.05.2025 01:36 1674 device_private_key`
I have stored the dump in the device folder and already validated it. Everything is fine with it. I have created dumps of several devices to be on the safe side. I get the same error with all of them.
Does anyone have any idea what the problem could be?