-
Notifications
You must be signed in to change notification settings - Fork 145
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
Stopped working on Edge and Chrome #195
Comments
I'm having the same problem. Chrome, Edge and Brave get the permission error, while firefox works properly. |
Same problem for me with Edge |
same for me, if you copy cookfile manually and rename it works though ... just an issue with copying |
@bhkluc Please describe in more detail what you did, including how you got browser_cookie3 to use the file you copied. |
I am also having this issue. Has anyone been able to find a fix/workaround? |
This looks to be a duplicate of #180. You can either close the browser completely (note that edge sometimes leaves some background processes named |
I am using edge, will the feature flag still work? and for my use case, it is not an option to close out of the browser before running the program. Is there an alternative fix? |
I also had this problem |
Thank you, that works great! |
> The library was changed to obtain cookies due to problems with obtaining Cookies files from some browsers such as Edge and Opera. > More info here: borisbabic/browser_cookie3#195 (comment)
good |
Edge Error:
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\Ahmed Ramdan\\AppData\\Roaming\\..\\Local\\Microsoft\\Edge\\User Data\\Default\\Network\\Cookies'
Chrome Error:
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\Ahmed Ramdan\\AppData\\Roaming\\..\\Local\\Google\\Chrome\\User Data\\Default\\Network\\Cookies'
Used by this facebook-scraper
I have tried using
load()
,edge()
, andchrome()
when getting the cookies, but same error.The text was updated successfully, but these errors were encountered: