mmpx12 / twitter-media-downloader

twmd: CLI/GUI Apiless twitter downlaoder. Download medias from single tweet or a whole profile.
602 stars 70 forks source link

Despite user/pw being correct, I always get error #48

Closed fablau closed 6 months ago

fablau commented 6 months ago

I am apparently unable to log in. When I enter this commend:

twmd -L -B -s small -t 1783130850533535870

I am prompted to enter user and password. No matter how many times I enter them correctly, I always get "Bad user/pass"

I just installed your latest build for Linux. Thoughts?

mmpx12 commented 6 months ago

Everything is working fine for me (v1.13.1 on archlinux) so make sure you dont have 2fa or you user/pass are correct (check on x.com) also try to delete twmd_cookies.json (check also for write access)

fablau commented 6 months ago

Yes, it is working now... thank you for reminding me about permissions, I was actually calling the script from a non-writable directory. All good!