Description
Hi, I'm encountering a persistent error when trying to download any album/song. The script fails with ⚠ Failed to extract info from manifest: no codec found.
Environment
- OS: macOS (Apple Silicon M-series)
- Execution method: Native execution (
go run main.go) with the wrapper running in Docker.
Logs & Context
The network connection between the downloader and the wrapper is working fine. However, the wrapper logs show the following warning from Apple when the download is triggered:
[.] dialogHandler: {title: More than one device is trying to play music., message: With a Family plan, up to 5 other people can stream their music at once.}
Even with a completely fresh media-user-token and no other music playing on my devices, Apple seems to block the stream session, leading to an empty manifest or missing codecs in the downloader.
Is there an update planned for the wrapper or the manifest parser to bypass this new restriction? Thanks for your work!
Description
Hi, I'm encountering a persistent error when trying to download any album/song. The script fails with
⚠ Failed to extract info from manifest: no codec found.Environment
go run main.go) with the wrapper running in Docker.Logs & Context
The network connection between the downloader and the wrapper is working fine. However, the wrapper logs show the following warning from Apple when the download is triggered:
[.] dialogHandler: {title: More than one device is trying to play music., message: With a Family plan, up to 5 other people can stream their music at once.}Even with a completely fresh
media-user-tokenand no other music playing on my devices, Apple seems to block the stream session, leading to an empty manifest or missing codecs in the downloader.Is there an update planned for the wrapper or the manifest parser to bypass this new restriction? Thanks for your work!