dropcreations / Manzana-Apple-Music-Downloader

A python program to download albums and songs with AAC codec in .m4a container format and music-videos up to 4K in AVC or HEVC codec in .mp4 format from Apple Music.
https://music.apple.com
GNU General Public License v3.0
182 stars 23 forks source link

"ERROR: Need device private key..." #22

Closed itsjonlebron closed 9 months ago

itsjonlebron commented 9 months ago

Hi, @dropcreations! Hoping you can help me again with this issue.

After adding a fresh device_client_id_blob and device_private_key and running the script I keep running into the same issue: image

I copied and used the mediaUserToken from the same device which the keys are from. Thanks!

itsjonlebron commented 9 months ago

Apologies for pinging. I was able to resolve the issue due to my oversight (whoops!).

I saved the device_private_key originally on a fresh install of Windows 11. Turns out, I forgot to remove the extension .pem from the file after moving. Rookie mistake.

Nevertheless, the latest version today (2.4.0) works very well. Thanks for adding playlist support. Keep up the good work. Marking as closed.