aandrew-me / ytDownloader

A modern GUI App for downloading Videos and Audios from hundreds of sites
https://ytdn.netlify.app/
GNU General Public License v3.0
924 stars 85 forks source link

[BUG] Can't able to download from websites that requries login as app can\t find cookies database #183

Closed rahmanshaber closed 8 months ago

rahmanshaber commented 8 months ago

Bug Description I am getting this error when i try to download from twitter or other similar ebsite that requries account login. i enabled and disable the cookie setting but still no luck. error was about it can\t access firefox cookies.

app works fine in v15, as i reverted back to that version in flatpak. Now i am able to download from website that requires account login, like twitter. I used this guide to revert https://itsfoss.com/downgrade-flatpak-packages/

To Reproduce Steps to reproduce the behavior:

Screenshots If applicable, add screenshots to help explain your problem.

Info (please complete the following information):

aandrew-me commented 8 months ago

Right, permissions were restricted in one of recent updates for security purposes. Before, app had permission to access home directory, now it doesn't. You can enable home directory permissions with flatseal and it should work fine again

rahmanshaber commented 8 months ago

Can you please add that solution in the app maybe, it will be really helpful. thanks for this awesome app and quick response.

aandrew-me commented 8 months ago

Can you please add that solution in the app maybe, it will be really helpful. thanks for this awesome app and quick response.

Yes I am thinking about where to add. :)

rahmanshaber commented 8 months ago

maybe below the cookie settings, saying "if using flatpack, need to have more permission and that can be done using flatseal"

aandrew-me commented 8 months ago

Yeah right, I will show that text only for flatpak users. (Will be in next update) For now I am adding it to package description on flathub.

rahmanshaber commented 8 months ago

Hi, I also noticed that new version can't able to show format of a video from website like twitter, but old v15 does. when the format dosen't show up and clicking download results failed download

aandrew-me commented 8 months ago

Yes I found the problem, thanks for letting me know, should be fine in next update.

aandrew-me commented 8 months ago

Update has been released, soon will be available, check if everything works fine

rahmanshaber commented 8 months ago

Yes, it's fixed now, and the permission thing settings menu is a big welcome. Thanks a lot.