emacs-eaf / emacs-eaf/eaf-browser
Failed to sync the cookies with chromium
- Dominant language
- HTML
- Stars
- 207
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
I failed to sync the cookies with chromium. I can only get the error in `*eaf*` while visiting some website. I don't quite sure about the problem.
I both recieved the the error while visiting the youtube and codeforces website.
I have already logined both in chromium, but failed to login in eaf-browser.
```shell
[41616:489359:0807/172954.738010:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -100
[41616:489359:0807/172954.738955:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -100
```
But I didn't reviece these kind of error while visiting bilibili, and I still fail to login it and I had logined in chromium.
### Others
- system: Debian testing
- chromium: Chromium 138.0.7204.183 built on Debian GNU/Linux 13 (trixie)
- emacs: GNU Emacs 30.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.49, cairo version 1.18.4) of 2025-07-18, modified by Debian
**emacs config**
```elisp
(setq eaf-browser-chrome-browser-name "Chromium")
(setq eaf-browser-auto-import-chrome-cookies t)
(setq eaf-chrome-bookmark-file "~/.config/chromium/Default/Bookmarks")
```
**something may helpful**
- youtube.com reported that the brower isn't secure after entering my account.
- in codeforces.com just failed to pass the verify from cloudflare.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.