freyr-js icon indicating copy to clipboard operation
freyr-js copied to clipboard

"Error while collecting source feeds..."

Open jarjarfinks opened this issue 10 months ago • 3 comments

I tried to use freyr today and I got the error "Error while collecting source feeds" and the full output is as such:

Checking directory permissions...[done] 
[spotify:track:6aLsBnxshrEmFAmoPu57d6]
 [•] Identifying service...[Spotify]
 [•] Checking authentication...[authenticated]
 Detected [track]
 Obtaining track metadata...[done] 
  ➤ Title: American Sun
  ➤ Album: American Sun
  ➤ Artist: Fire From The Gods
  ➤ Year: 2019
  ➤ Playtime: 03:38
 [•] Collating...
 • [03 American Sun]
    | ➤ Collating sources...
    |  ➤ [•] YouTube Music...[success, found 5 sources]
    | ➤ Awaiting audiofeeds...[Unable to collect source feeds]
 [•] Download Complete
 [•] Embedding Metadata...
  • [✕] 03 American Sun [spotify:track:6aLsBnxshrEmFAmoPu57d6] (failed: Error while collecting sources feeds)
[•] Collation Complete
============ Stats ============
 [•] Runtime: [2.1s]
 [•] 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 triple checked to figure out if AtomicParsley was installed and no issues there. Any idea what's happening?

jarjarfinks avatar Apr 04 '24 21:04 jarjarfinks

Hi Joshua, sorry for the delay, just found this buried in my inbox.

This is an issue with youtube-dl instead. Can you check if it this works:

$ yt-dlp Q1kmXoeeKAE

Add the full logs, please.

Also, can you confirm which version of freyr you have installed? And how you installed it? You cut off the header so I can't tell.

miraclx avatar Apr 10 '24 18:04 miraclx

This is prob connected to why CI tests are failing anyway..

https://github.com/miraclx/freyr-js/actions/runs/8623905754/job/23637972957

Worth investigating when I find the time

miraclx avatar Apr 10 '24 18:04 miraclx

Found out why CI was failing, over-dependence on caches. Looks like 2 months ago, we cached an image that didn't appropriately download the yt-dlp subdependency of youtube-dl-exec and we kept reusing that image since freyr didn't change in this period of time.

Had to evict caches, and now it works! - https://github.com/miraclx/freyr-js/actions/runs/8623905754/job/23690297872

miraclx avatar Apr 11 '24 03:04 miraclx

i'm facing this issue

treeshateorcs avatar Jun 03 '24 00:06 treeshateorcs

i'm facing this issue

@treeshateorcs, can you provide more information?

Add the full logs, please.

Also, can you confirm which version of freyr you have installed? And how you installed it? You cut off the header so I can't tell.

miraclx avatar Jun 03 '24 06:06 miraclx

hmmm, now it works properly, sorry for the bother

treeshateorcs avatar Jun 03 '24 18:06 treeshateorcs

@jarjarfinks, I'll have to close this issue in the absence of any follow-up. Please feel free to drop a comment when you have one.

miraclx avatar Jun 10 '24 09:06 miraclx