miraclx / freyr-js

A tool for downloading songs from music streaming services like Spotify and Apple Music.
https://git.io/freyr-js
Apache License 2.0
1.48k stars 94 forks source link

Error while collecting sources feeds #702

Open luuk0612 opened 1 month ago

luuk0612 commented 1 month ago

I'm getting the following error while trying to use Freyr:

Checking directory permissions...[done] [spotify:track:5FNS5Vj69AhRGJWjhrAd01] [•] Identifying service...[Spotify] [•] Checking authentication...[unauthenticated] [Spotify Login] [•] Logging in...[done] Detected [track] Obtaining track metadata...[done] ➤ Title: Slow Dance (feat. Ava Max) ➤ Album: Slow Dance (feat. Ava Max) ➤ Artist: AJ Mitchell ➤ Year: 2019 ➤ Playtime: 02:58 [•] Collating... • [01 Slow Dance (feat. Ava Max)] | ➤ Collating sources... | ➤ [•] YouTube Music...[success, found 4 sources] | ➤ Awaiting audiofeeds...(failed: [ERROR: [youtube] zRaTIUdldaw: Failed to extract any player response; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U]) [•] Download Complete [•] Embedding Metadata... • [✕] 01 Slow Dance (feat. Ava Max) [spotify:track:5FNS5Vj69AhRGJWjhrAd01] (failed: Error while collecting sources feeds) [•] Collation Complete ============ Stats ============ [•] Runtime: [4.7s] [•] Total queries: [01] [•] Total tracks: [01] » Skipped: [00] ✓ Passed: [00] ✕ Failed: [01] [•] Output directory: [.] [•] Total Output size: 0.00 B [•] Total Network Usage: 0.00 B ♫ Media: 0.00 B ➤ Album Art: 0.00 B [•] Output bitrate: 320k

I don't believe yt-dlp is necessary for the latest version of freyr, right? So what could be the issue?

0PandaDEV commented 1 month ago

same issue for me

SHOW_DEBUG_STACK=1 freyr https://music.apple.com/us/album/im-sorry-im-not-sorry-ep/1491795443
    ____
   / __/_______  __  _______
  / /_/ ___/ _ \/ / / / ___/
 / __/ /  /  __/ /_/ / /
/_/ /_/   \___/\__, /_/
              /____/ v0.10.3

freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
------------------------------------------------------
Checking directory permissions...[done]
[https://music.apple.com/us/album/im-sorry-im-not-sorry-ep/1491795443]
 [•] Identifying service...[Apple Music]
 [•] Checking authentication...[authenticated]
 Detected [album]
 Obtaining album metadata...[done]
  ➤ Album Name: I'm Sorry, I'm Not Sorry
  ➤ Artist: Sody
  ➤ Tracks: 4
  ➤ Type: Album
  ➤ Year: 2020
  ➤ Genres: Singer/Songwriter, Music
 [•] Collating [I'm Sorry, I'm Not Sorry]...
  [•] Inquiring tracks...[done]
   • [01 What We Had]
      | ➤ Collating sources...
      |  ➤ [•] YouTube Music...[success, found 2 sources]
      | ➤ Awaiting audiofeeds...[Unable to collect source feeds]
   • [02 Reason To Stay]
      | ➤ Collating sources...
      |  ➤ [•] YouTube Music...[success, found 3 sources]
      | ➤ Awaiting audiofeeds...[Unable to collect source feeds]
   • [03 Nothing Ever Changes]
      | ➤ Collating sources...
      |  ➤ [•] YouTube Music...[success, found 1 source]
      | ➤ Awaiting audiofeeds...[Unable to collect source feeds]
   • [04 Love's a Waste]
      | ➤ Collating sources...
      |  ➤ [•] YouTube Music...[success, found 1 source]
      | ➤ Awaiting audiofeeds...[Unable to collect source feeds]
 [•] Download Complete
 [•] Embedding Metadata...
  • [✕] 01 What We Had [apple_music:track:1491795452] (failed: Error while collecting sources feeds)
  • [✕] 02 Reason To Stay [apple_music:track:1491795455] (failed: Error while collecting sources feeds)
  • [✕] 03 Nothing Ever Changes [apple_music:track:1491795607] (failed: Error while collecting sources feeds)
  • [✕] 04 Love's a Waste [apple_music:track:1491795614] (failed: Error while collecting sources feeds)
[•] Collation Complete
============ Stats ============
 [•] Runtime: [1.7s]
 [•] Total queries: [01]
 [•] Total tracks: [04]
     » Skipped: [00]
     ✓ Passed:  [00]
     ✕ Failed:  [04]
 [•] Output directory: [.]
 [•] Total Output size: 0.00 B
 [•] Total Network Usage: 0.00 B
     ♫ Media: 0.00 B
     ➤ Album Art: 0.00 B
 [•] Output bitrate: 320k
===============================