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

Permission denied for cookies on Windows #187

Open
rakuri255 opened this issue Oct 10, 2023 · 6 comments
Open

Permission denied for cookies on Windows #187

rakuri255 opened this issue Oct 10, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@rakuri255
Copy link
Collaborator

rakuri255 commented Oct 10, 2023

Tested with Edge and Chrome.
Iam logged in with the browser. The Syncer check also is successfully.

2023-10-10 23:06:55 [INFO] Successfully logged in to USDB with user 'abc'.
2023-10-10 23:06:55 [DEBUG] Get request for https://usdb.animux.de/index.php
2023-10-10 23:06:59 [DEBUG] https://usdb.animux.de:443 "GET /index.php?id=3365&link=detail HTTP/1.1" 200 None
2023-10-10 23:06:59 [INFO] #03365: Found 'Elvis Presley - Can’t Help Falling In Love' on USDB
2023-10-10 23:06:59 [DEBUG] #03365: fetching notes
2023-10-10 23:06:59 [DEBUG] Post request for https://usdb.animux.de/index.php
2023-10-10 23:07:01 [DEBUG] https://usdb.animux.de:443 "POST /index.php?link=gettxt&id=3365 HTTP/1.1" 200 None
2023-10-10 23:07:01 [DEBUG] #03365: FIX: Linebreaks corrected.
2023-10-10 23:07:01 [DEBUG] #03365: FIX: Inter-word spaces corrected.
Extracting cookies from edge
2023-10-10 23:07:01 [DEBUG] #03365: [Errno 13] Permission denied: 'C:\\Users\\abc\\AppData\\Local\\Microsoft\\Edge\\User Data\\Default\\Network\\Cookies'
2023-10-10 23:07:01 [ERROR] #03365: Failed to finish download due to an unexpected error. See debug log for more information.
@rakuri255 rakuri255 changed the title Permission denied for cookies with Edge on Windows Permission denied for cookies on Windows Oct 10, 2023
@RumovZ RumovZ added the bug Something isn't working label Nov 4, 2023
@RumovZ
Copy link
Collaborator

RumovZ commented Nov 5, 2023

Upstream issue: borisbabic/browser_cookie3#195

@bohning
Copy link
Owner

bohning commented Nov 5, 2023

In the comments of the upstream issue, a Rust implementation with Python bindings is mentioned that supposedly does not have these problems: https://github.com/thewh1teagle/rookie. Maybe that can help with the cookie issues?

@RumovZ
Copy link
Collaborator

RumovZ commented Nov 6, 2023

We could try. Apparently, this stuff breaks regularly and we are at the mercy of the maintainer of whichever library we decide to go with...

@luckyluggi
Copy link

For me it does work with opera.

@bohning
Copy link
Owner

bohning commented Apr 1, 2024

Maybe this is a solution for the issue: https://gist.github.com/csm10495/e89e660ffee0030e8ef410b793ad6a7e

@Baklap4
Copy link
Contributor

Baklap4 commented Aug 26, 2024

workaround for chrome users: borisbabic/browser_cookie3#180 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants