KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
21.69k stars 2.01k forks source link

Unable to login to twitter account #6660

Open LeChninkel opened 9 months ago

LeChninkel commented 9 months ago

Trying to download a twitter account media, encountered issue. Hitomi requiring login, but login button gives empty screen: image

Tried to import cookie from Chrome instead, but resulted in following error: Traceback (most recent call last): File "hitomi_downloader_GUI", line 10120, in loadCookiesFromBrowser File "cooker", line 286, in extract_cookies_from_browser File "C:\Users\Utilisateur\AppData\Local\Temp_MEI166282\ytdl_aaa432d2\yt_dlp\yt_dlp\cookies", line 112, in extract_cookies_from_browser return _extract_chrome_cookies(browser_name, profile, keyring, logger) File "C:\Users\Utilisateur\AppData\Local\Temp_MEI166282\ytdl_aaa432d2\yt_dlp\yt_dlp\cookies", line 281, in _extract_chrome_cookies cursor = _open_database_copy(cookie_database_path, tmpdir) File "C:\Users\Utilisateur\AppData\Local\Temp_MEI166282\ytdl_aaa432d2\yt_dlp\yt_dlp\cookies", line 1042, in _open_database_copy shutil.copy(database_path, database_copy_path) File "shutil", line 418, in copy File "shutil", line 264, in copyfile PermissionError: [Errno 13] Permission denied: 'C:\Users\Utilisateur\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies'

Export of cookie and import from cookie.txt resulted in following error: Traceback (most recent call last): File "hitomi_downloader_GUI", line 10108, in loadCookiesTxt File "cooker", line 213, in load File "cooker", line 67, in load File "cooker", line 58, in prepare_line http.cookiejar.LoadError: invalid length 1

Am I doing something wrong? I couldn't find relevant information in the Github readme. thank you :)

KurtBestor commented 9 months ago

Does the problem persist after restarting the program?