leerob / youtube-to-mp3

⚡️Electron application to convert and download YouTube videos as MP3s
https://electronjs.org/apps/youtube-to-mp3
MIT License
540 stars 132 forks source link

Doesn't Work on Ubuntu #2

Closed lapak10 closed 6 years ago

lapak10 commented 6 years ago

the app did start but even after getting to 100% completed. No popup to save the file option came up. I tried 2 min long video from youtube.com so file size cannot be the issue.

leerob commented 6 years ago

There was probably an issue with the server used to retrieve the converted YouTube videos. Could you try restarting the application and attempting to download again?

I'm thinking it would be helpful if it showed an error message in this case.

lapak10 commented 6 years ago

Everytime I restart.... any youtube link I try to convert and download... it's giving the same error Ubuntu Error: ScreenShot

leerob commented 6 years ago

I'm sorry you're having issues ☹️ I haven't tested on ubuntu, only for macOS. I'm definitely open to contributions for adding ubuntu support though!

lapak10 commented 6 years ago

I am not able to test it in Mac, is it working as expected there?? ..Also I'll try to submit a patch for Ubuntu (Linux builds) system.

IT-MikeS commented 6 years ago

I believe that if PR #6 goes through the direction change should fix this issue, as the save dialog is handled through electron/nodejs fs, not system reaction which will make the download handle more consistant

leerob commented 6 years ago

Closing this because it should resolved with the latest master merge.