Closed zhoupro closed 4 years ago
That looks fantastic! Could you check if you can use browser-cookies3? Chrome users might need it.
First of all, I use this plugin in windows10's wsl's docker's ubuntu. I need python to stolen cookie from windows format of cookies.sqlite3. I try Chrome fisrt, Chrome cookie's value is encode which depends python package which only run in windows. Sencond, I looked into browser-cookies3 source, If your plugin env is same as your Chrome or Firefox, I works fine. If not, It does't function well. Finally, I choose Firefox, because it's format is cross platform.
New commit should have solved this problem.
Thank you for the tip!
Vim throws errors use firefox.
environment os: macos 10.14.5 vim: 8.1 with patches 1-2350 python: 3.7.5 keyring: 21.0.0 browser-cookie3: 0.9.1
First of all, I use this plugin in windows10's wsl's docker's ubuntu. I need python to stolen cookie from windows format of cookies.sqlite3. I try Chrome fisrt, Chrome cookie's value is encode which depends python package which only run in windows. Sencond, I looked into browser-cookies3 source, If your plugin env is same as your Chrome or Firefox, I works fine. If not, It does't function well. Finally, I choose Firefox, because it's format is cross platform.
another wsl user is here, :P is there other method to login without browser-cookie3?
That's great. I just update plugin, and it works.
I stole cookie from firefox, Now It can works.