Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Chrome cookie not loading #21

Closed
2naive opened this issue Sep 22, 2023 · 2 comments
Closed

Latest Chrome cookie not loading #21

2naive opened this issue Sep 22, 2023 · 2 comments

Comments

@2naive
Copy link

2naive commented Sep 22, 2023

 CRITICAL | Traceback (most recent call last):
  File "main.py", line 321, in <module>
  File "asyncio\runners.py", line 44, in run
  File "asyncio\base_events.py", line 649, in run_until_complete
  File "main.py", line 211, in main
  File "browser_cookie3\__init__.py", line 897, in load
  File "browser_cookie3\__init__.py", line 840, in chrome
  File "browser_cookie3\__init__.py", line 430, in __init__
  File "browser_cookie3\__init__.py", line 229, in __init__
  File "browser_cookie3\__init__.py", line 290, in __add_key_and_cookie_file
  File "browser_cookie3\__init__.py", line 45, in create_local_copy
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\user\\AppData\\Roaming\\..\\Local\\Google\\Chrome\\User Data\\Default\\Network\\Cookies'

Caused by: borisbabic/browser_cookie3#180

@DvaMishkiLapa
Copy link
Owner

The guys in this repository seem to have found a temporary solution. I have encountered this problem too, it occurs if Google Chrome is open while the script is running. As an option, you can close it. Or you can open it when the script has started the download process (after receiving all links from the archive).

Alternatively, do not use cookies by specifying the appropriate flag in the config file.

@2naive
Copy link
Author

2naive commented Sep 24, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants