[Bug]: Downloader not downloading #3876

Open
opened 2025-09-12 08:15:49 +00:00 by chartransekitten · 32 comments
chartransekitten commented 2025-09-12 08:15:49 +00:00 (Migrated from github.com)

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

YouTube Music (Application) Version

3.11.0.0

Checklists

What operating system are you using?

Windows

Operating System Version

Windows 11 23H2 22631.5909

What CPU architecture are you using?

x64

Last Known Working YouTube Music (Application) version

No response

Reproduction steps

  1. Enable Downloader Plugin
  2. Use the context menu or go to the plugins > Downloader and click Download playlist (with that sometimes downloading the songs)

Expected Behavior

It should Download the songs as mp3

Actual Behavior

Appears with an error saying "Argh! Apologies, download failed...
Error: y[...] is not a function in (artist - song name in this case being ALI LOST IN PARADISE)

Image

Enabled plugins

  1. Ad Blocker
  2. Album Cover Theme
  3. Ambient Mode
  4. Blur Navigation
  5. Bypass age restrictions
  6. Discord Rich Presence
  7. Downloader
  8. In-App Menu
  9. Music Together
  10. Navigation
  11. Notifications
  12. Performance Improvements (Beta)
  13. Picture-in-Picture
  14. Precise Volume
  15. Synced Lyrics
  16. Taskbar Media Control
  17. Video Toggle

Additional Information

It was working after I updated to the newest version (being 3.11.0.0) but as of now it doesn't work for any version for me

### Preflight Checklist - [x] I use the latest version of YouTube Music (Application). - [x] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one I want to file, without success. - [x] I understand that **th-ch/youtube-music has NO affiliation with Google or YouTube** ### YouTube Music (Application) Version 3.11.0.0 ### Checklists - [x] I use the portable version of the YouTube Music Application. - [ ] I can reproduce this issue in the [official version of (WEB) YTM](https://music.youtube.com). ### What operating system are you using? Windows ### Operating System Version Windows 11 23H2 22631.5909 ### What CPU architecture are you using? x64 ### Last Known Working YouTube Music (Application) version _No response_ ### Reproduction steps 1. Enable Downloader Plugin 2. Use the context menu or go to the plugins > Downloader and click Download playlist (with that sometimes downloading the songs) ### Expected Behavior It should Download the songs as mp3 ### Actual Behavior Appears with an error saying "Argh! Apologies, download failed... Error: y[...] is not a function in (artist - song name in this case being ALI LOST IN PARADISE) <img width="414" height="169" alt="Image" src="https://github.com/user-attachments/assets/b5166221-1640-4417-a352-c6747324e039" /> ### Enabled plugins 1. Ad Blocker 2. Album Cover Theme 3. Ambient Mode 4. Blur Navigation 5. Bypass age restrictions 6. Discord Rich Presence 7. Downloader 8. In-App Menu 9. Music Together 10. Navigation 11. Notifications 12. Performance Improvements (Beta) 13. Picture-in-Picture 14. Precise Volume 15. Synced Lyrics 16. Taskbar Media Control 17. Video Toggle ### Additional Information It was working after I updated to the newest version (being 3.11.0.0) but as of now it doesn't work for any version for me
Garv12322 commented 2025-09-12 08:37:04 +00:00 (Migrated from github.com)

Same started fro me today..

Same started fro me today..
chartransekitten commented 2025-09-12 09:23:38 +00:00 (Migrated from github.com)

Same started fro me today..

Yeah same for me too

> Same started fro me today.. > Yeah same for me too
nickelvis commented 2025-09-12 14:28:47 +00:00 (Migrated from github.com)

Same for me too, and I'm quite new to this GitHub thing

Same for me too, and I'm quite new to this GitHub thing
AlterTjempo commented 2025-09-12 14:31:37 +00:00 (Migrated from github.com)

The strange part is that it’s not consistent across songs. A few tracks download just fine, but most of them fail with the error:

Error: y[...] is not a function in {song name}

By pure trial and error (opening a playlist and testing each track), I managed to get two songs to download successfully. So there seems to be some kind of alternative code path that allows certain songs to download, but I can’t figure out why only a few work while most don’t. Could it be a difference in the API response?
I did note that when starting the download it said: infinite% or NaN% before normally starting at 0%

P.S.
I suspected it might be caused by an old config file, so I deleted mine and restarted the application. No luck. the issue persisted.

The strange part is that it’s not consistent across songs. A few tracks download just fine, but most of them fail with the error: ``` Error: y[...] is not a function in {song name} ``` By pure trial and error (opening a playlist and testing each track), I managed to get two songs to download successfully. So there seems to be some kind of alternative code path that allows certain songs to download, but I can’t figure out why only a few work while most don’t. Could it be a difference in the API response? I did note that when starting the download it said: infinite% or NaN% before normally starting at 0% P.S. I suspected it might be caused by an old config file, so I deleted mine and restarted the application. No luck. the issue persisted.
Gdeneme commented 2025-09-12 14:39:56 +00:00 (Migrated from github.com)

same error

same error
chartransekitten commented 2025-09-12 17:55:47 +00:00 (Migrated from github.com)

The strange part is that it’s not consistent across songs. A few tracks download just fine, but most of them fail with the error:

Error: y[...] is not a function in {song name}

By pure trial and error (opening a playlist and testing each track), I managed to get two songs to download successfully. So there seems to be some kind of alternative code path that allows certain songs to download, but I can’t figure out why only a few work while most don’t. Could it be a difference in the API response?
I did note that when starting the download it said: infinite% or NaN% before normally starting at 0%

P.S.
I suspected it might be caused by an old config file, so I deleted mine and restarted the application. No luck. the issue persisted.

Yeah that's why I said sometimes because I can go to a playlist that has 177 songs and only get 6. Though about the infinite% and NaN% For me it just says Downloading then instantly fails.

> The strange part is that it’s not consistent across songs. A few tracks download just fine, but most of them fail with the error: > > ``` > Error: y[...] is not a function in {song name} > ``` > By pure trial and error (opening a playlist and testing each track), I managed to get two songs to download successfully. So there seems to be some kind of alternative code path that allows certain songs to download, but I can’t figure out why only a few work while most don’t. Could it be a difference in the API response? > I did note that when starting the download it said: infinite% or NaN% before normally starting at 0% > > P.S. > I suspected it might be caused by an old config file, so I deleted mine and restarted the application. No luck. the issue persisted. > Yeah that's why I said sometimes because I can go to a playlist that has 177 songs and only get 6. Though about the infinite% and NaN% For me it just says Downloading then instantly fails.
johanCarmine commented 2025-09-12 23:48:15 +00:00 (Migrated from github.com)

I have the same error

I have the same error
skywolfxp commented 2025-09-13 02:18:41 +00:00 (Migrated from github.com)

I can confirm that this is happening with youtube-music-3.11.0.x86_64.rpm

I can confirm that this is happening with [youtube-music-3.11.0.x86_64.rpm](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/youtube-music-3.11.0.x86_64.rpm)
chartransekitten commented 2025-09-13 02:21:45 +00:00 (Migrated from github.com)

I can confirm that this is happening with youtube-music-3.11.0.x86_64.rpm
Which is fedora if I'm correct so good to know it's happening on not just Windows.

> I can confirm that this is happening with [youtube-music-3.11.0.x86_64.rpm](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/youtube-music-3.11.0.x86_64.rpm) Which is fedora if I'm correct so good to know it's happening on not just Windows.
skywolfxp commented 2025-09-13 02:24:19 +00:00 (Migrated from github.com)

I can confirm that this is happening with youtube-music-3.11.0.x86_64.rpm

Which is fedora if I'm correct so good to know it's happening on not just Windows.

Yeah this is most probably not a client-error, however if I'm not mistaken, I was receiving this error on 3.10.0 before updating to 3.11.0, not sure what the app does on the backend to initiate the download, but could be that something changed on some server probably...

> I can confirm that this is happening with [youtube-music-3.11.0.x86_64.rpm](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/youtube-music-3.11.0.x86_64.rpm) > > Which is fedora if I'm correct so good to know it's happening on not just Windows. Yeah this is most probably not a client-error, however if I'm not mistaken, I was receiving this error on 3.10.0 before updating to 3.11.0, not sure what the app does on the backend to initiate the download, but could be that something changed on some server probably...
chartransekitten commented 2025-09-13 02:26:04 +00:00 (Migrated from github.com)

I can confirm that this is happening with youtube-music-3.11.0.x86_64.rpm

Which is fedora if I'm correct so good to know it's happening on not just Windows.

Yeah this is most probably not a client-error, however if I'm not mistaken, I was receiving this error on 3.10.0 before updating to 3.11.0, not sure what the app does on the backend to initiate the download, but could be that something changed on some server probably...

Though it works for some songs.

> > I can confirm that this is happening with [youtube-music-3.11.0.x86_64.rpm](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/youtube-music-3.11.0.x86_64.rpm) > > > Which is fedora if I'm correct so good to know it's happening on not just Windows. > > Yeah this is most probably not a client-error, however if I'm not mistaken, I was receiving this error on 3.10.0 before updating to 3.11.0, not sure what the app does on the backend to initiate the download, but could be that something changed on some server probably... Though it works for some songs.
Extrepa commented 2025-09-13 04:41:57 +00:00 (Migrated from github.com)

Still having problems downloading. I haven't been able to get it to work with any playlist on Mac OS.

Still having problems downloading. I haven't been able to get it to work with any playlist on Mac OS.
rabid-sausage commented 2025-09-13 07:27:51 +00:00 (Migrated from github.com)

Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue.

My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop.

Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error.

EDIT - a Red Herring, had the desktop version pointing to the wrong folder so it was trying to download all songs. any download gives the error.

Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs.

The issue is the same for downloading individual songs, playlist and automatic downloads.
The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing.
I think If I had not had to restart my laptop it would have continued to work without issues.

Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue. My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop. Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error. **EDIT - a Red Herring, had the desktop version pointing to the wrong folder so it was trying to download all songs.** any download gives the error. > Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues.
jazdian commented 2025-09-14 05:51:33 +00:00 (Migrated from github.com)

I'm getting the following error when downloading a song using the Download plugin: "y[...] is not a function (song name)". I installed the "YouTube-Music-3.11.0.AppImage" package on Ubuntu Linux. But now, even downgrading to older versions like 3.10.0 or 3.9.0 doesn't work anymore.

I'm getting the following error when downloading a song using the Download plugin: "y[...] is not a function (song name)". I installed the "[YouTube-Music-3.11.0.AppImage](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/YouTube-Music-3.11.0.AppImage)" package on Ubuntu Linux. But now, even downgrading to older versions like 3.10.0 or 3.9.0 doesn't work anymore.
chartransekitten commented 2025-09-14 05:55:19 +00:00 (Migrated from github.com)

I'm getting the following error when downloading a song using the Download plugin: "y[...] is not a function (song name)". I installed the "YouTube-Music-3.11.0.AppImage" package on Ubuntu Linux. But now, even downgrading to older versions like 3.10.0 or 3.9.0 doesn't work anymore.

That's why I didn't put a last known working version. Since once updated it stops working.

> I'm getting the following error when downloading a song using the Download plugin: "y[...] is not a function (song name)". I installed the "[YouTube-Music-3.11.0.AppImage](https://github.com/th-ch/youtube-music/releases/download/v3.11.0/YouTube-Music-3.11.0.AppImage)" package on Ubuntu Linux. But now, even downgrading to older versions like 3.10.0 or 3.9.0 doesn't work anymore. That's why I didn't put a last known working version. Since once updated it stops working.
AvashyuBhatt commented 2025-09-14 09:00:01 +00:00 (Migrated from github.com)

im havin the same problem but i cant even download a singular song

im havin the same problem but i cant even download a singular song
nanopink commented 2025-09-14 14:39:19 +00:00 (Migrated from github.com)

In the previous versions downloading worked sometimes, on average you had to click download 1-3 times.
Now it never works and retrying doesn't help anymore.

In the previous versions downloading worked sometimes, on average you had to click download 1-3 times. Now it never works and retrying doesn't help anymore.
chartransekitten commented 2025-09-14 16:16:27 +00:00 (Migrated from github.com)

In the previous versions downloading worked sometimes, on average you had to click download 1-3 times.
Now it never works and retrying doesn't help anymore.

Yeah

> In the previous versions downloading worked sometimes, on average you had to click download 1-3 times. > Now it never works and retrying doesn't help anymore. Yeah
mattga-cala commented 2025-09-14 18:59:02 +00:00 (Migrated from github.com)

Ubuntu 24.04 here. Error too.

Ubuntu 24.04 here. Error too.
skywolfxp commented 2025-09-14 19:58:53 +00:00 (Migrated from github.com)

Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue.

My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop.

Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error.

Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues.

I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader...

> Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue. > > My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop. > > Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error. > > Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues. I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader...
chartransekitten commented 2025-09-14 20:35:15 +00:00 (Migrated from github.com)

Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue.

My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop.

Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error.

Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues.

I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader...

Oooh kinda cool! (I know nothing about coding so getting "hello world" to work would be impressive for me somehow)

> > Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue. > > > > My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop. > > > > Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error. > > > > Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues. > > I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader... Oooh kinda cool! (I know nothing about coding so getting "hello world" to work would be impressive for me somehow)
enharvey90 commented 2025-09-14 23:01:28 +00:00 (Migrated from github.com)

Just want to chirp in same problem here. Also Windows 11.

Just want to chirp in same problem here. Also Windows 11.
gmentzik commented 2025-09-15 17:36:31 +00:00 (Migrated from github.com)

If you use Windows portable try deleting YouTube Music folder C:\Users\\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.

If you use Windows portable try deleting YouTube Music folder C:\Users\\<yourusername>\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.
chartransekitten commented 2025-09-15 18:06:04 +00:00 (Migrated from github.com)

If you use Windows portable try deleting YouTube Music folder C:\Users\\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.

If I'm correct that's where it downloads to so this solution might work not just on portable.

If your on Linux for me it's usually ~/config (/home/config) I believe.

> If you use Windows portable try deleting YouTube Music folder C:\Users\\<yourusername>\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me. If I'm correct that's where it downloads to so this solution might work not just on portable. If your on Linux for me it's usually ~/config (/home/config) I believe.
enharvey90 commented 2025-09-15 18:56:18 +00:00 (Migrated from github.com)

Thanks, that did the trick for me! Another two instances of errors, then it worked.

Thanks, that did the trick for me! Another two instances of errors, then it worked.
gmentzik commented 2025-09-15 18:56:21 +00:00 (Migrated from github.com)

Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue.
My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop.
Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error.
Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues.

I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader...

Thank for mentioning the tool. Amazing sound quality with proper settings!

> > Created an account to write what I've seen, but do believe YTM have done something on their side, as there is noise from other projects with the same issue. > > My laptop (Slackware) was working fine (no errors at all), but today when I booted my desktop (Slackware) I started to get the error on the desktop only. Tried to look to see what the difference between the two was, but not much luck, then stupidly I let battery go flat on the laptop. > > Reboot in to Windows 11 on the laptop, fire up the software (think 3.7 ver as I hardly use Windows) and it gave errors too , but not the y[...] one, upgrade to 3.11 and now get the y[..] error. > > Reboot the laptop to Linux (Slackware) which I'm on now and 3.11 is working-ish, desktop (Slackware) 3.11 still giving errors? I say working-ish as on the laptop is only gives the error if its tries to download a song that is not already saved, where-as the desktop gives the error for new and existing songs. The issue is the same for downloading individual songs, playlist and automatic downloads. The build of my laptop and desktop in Slackware is pretty much the same, but there could be subtle difference that I am not noticing. I think If I had not had to restart my laptop it would have continued to work without issues. > > I would like to add that I can use yt-dlp perfectly fine, so for the time being, I created a yt-dlp bash script where I can just pass the URL of the song and everything works great, maybe even faster than this app's downloader... Thank for mentioning the tool. Amazing sound quality with proper settings!
chartransekitten commented 2025-09-15 19:06:29 +00:00 (Migrated from github.com)

If you use Windows portable try deleting YouTube Music folder C:\Users\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.

didnt know what previous configurations in the folder so i deleted them all

> If you use Windows portable try deleting YouTube Music folder C:\Users\\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me. didnt know what previous configurations in the folder so i deleted them all
biyongsin commented 2025-09-16 01:34:22 +00:00 (Migrated from github.com)

I didn't touch anything during the period when it wasn't working, and now it's finally working fine.

Is there a way to download the opus file from the app? Does anyone know?

I didn't touch anything during the period when it wasn't working, and now it's finally working fine. Is there a way to download the opus file from the app? Does anyone know?
Garv12322 commented 2025-09-16 05:31:28 +00:00 (Migrated from github.com)

Guys have a check..
started working from today for me

Guys have a check.. started working from today for me
mattga-cala commented 2025-09-16 06:59:50 +00:00 (Migrated from github.com)

If you use Windows portable try deleting YouTube Music folder C:\Users\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.

If I'm correct that's where it downloads to so this solution might work not just on portable.

If your on Linux for me it's usually ~/config (/home/config) I believe.

Recent Ubuntu : ~/home/.var/app/app.ytmdesktop.ytmdesktop/
I delete all in the folder and now it's work !!

> > If you use Windows portable try deleting YouTube Music folder C:\Users\\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me. > > If I'm correct that's where it downloads to so this solution might work not just on portable. > > If your on Linux for me it's usually ~/config (/home/config) I believe. Recent Ubuntu : **~/home/.var/app/app.ytmdesktop.ytmdesktop/** I delete all in the folder and now it's work !!
rabid-sausage commented 2025-09-16 08:29:45 +00:00 (Migrated from github.com)

If you use Windows portable try deleting YouTube Music folder C:\Users\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me.

If I'm correct that's where it downloads to so this solution might work not just on portable.
If your on Linux for me it's usually ~/config (/home/config) I believe.

Recent Ubuntu : ~/home/.var/app/app.ytmdesktop.ytmdesktop/ I delete all in the folder and now it's work !!

Thanks for this, back to how it was was, downloading without issue.

On Slackware I renamed ~/.config/YouTube Music to ~/.config/@YouTube Music and restarted the software, after re configuring the options I wanted and restarting a second time it is now working. I'll test the desktop when I get home at the end of the week.

Now I have the old 'broken' folder contents and the new 'working' folder I have been looking as to what broke, but so far have not seen anything of major difference, but not sure what I should be looking for either.

> > > If you use Windows portable try deleting YouTube Music folder C:\Users\AppData\Roaming\YouTube Music to clear any previously configuration. Did the trick for me. > > > > > > If I'm correct that's where it downloads to so this solution might work not just on portable. > > If your on Linux for me it's usually ~/config (/home/config) I believe. > > Recent Ubuntu : **~/home/.var/app/app.ytmdesktop.ytmdesktop/** I delete all in the folder and now it's work !! Thanks for this, back to how it was was, downloading without issue. On Slackware I renamed **~/.config/YouTube Music** to **`~/.config/@YouTube Music`** and restarted the software, after re configuring the options I wanted and restarting a second time it is now working. I'll test the desktop when I get home at the end of the week. Now I have the old 'broken' folder contents and the new 'working' folder I have been looking as to what broke, but so far have not seen anything of major difference, but not sure what I should be looking for either.
Garv12322 commented 2025-09-17 09:15:22 +00:00 (Migrated from github.com)

For me today the download button disappeared....

For me today the download button disappeared....
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3876
No description provided.