You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.04 downloads Chromium from Snap Store by default. The Snap version of Chromium stores its cookies in ~/snap/chromium/common/chromium/Default/Cookies.
Looking at the code, it seems that that Snap path is missing. Similar fix has been made for Snap Firefox before in PR #134. The relevant Firefox code looks like this:
Ubuntu 22.04 downloads Chromium from Snap Store by default. The Snap version of Chromium stores its cookies in
~/snap/chromium/common/chromium/Default/Cookies
.browser_cookie3/browser_cookie3/__init__.py
Lines 630 to 640 in 53fa5e3
Looking at the code, it seems that that Snap path is missing. Similar fix has been made for Snap Firefox before in PR #134. The relevant Firefox code looks like this:
browser_cookie3/browser_cookie3/__init__.py
Lines 986 to 994 in 53fa5e3
The text was updated successfully, but these errors were encountered: