freyr-js
freyr-js copied to clipboard
"Error while collecting source feeds..."
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?
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.
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
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
i'm facing this issue
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.
hmmm, now it works properly, sorry for the bother
@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.