M1ch4elx

Results 13 comments of M1ch4elx

```from requestium import Keys, Session cooks = open('cookies/YT_cookie96828943.txt', encoding='utf-8').read().splitlines() lastcooks = [] for cook in cooks: domain, flag, path, secure, expiration, name, value = cook.split(' ') data = { 'domain':...

> Hi @m1ch4elx can you post example code that's causing this error? ![image](https://user-images.githubusercontent.com/50585156/178146778-4384679b-10c7-4b1b-a5a1-47f3dada9707.png) Seems like dict of cookies is correct

> Hi @m1ch4elx can you post example code that's causing this error? It goes wrong when trying to add cookie to google.com.ec even when webdriver on this page

> It's just example of cookies, but mail.google.com is redirecting to account.google.com too. The main problem is webdriver trying to apply cookies to google.com.es, cuz of ensure_add_cookies it goes to...

> Can you tell me a little bit more about what you're trying to accomplish? It seems you want to load some cookies so that you can scrape data out...

![image](https://user-images.githubusercontent.com/50585156/178796213-00204d8b-1fd4-4753-b946-b3eba99b737f.png) Got this error

Im trying to add netscape cookies but formatted to dict ![image](https://user-images.githubusercontent.com/50585156/178797726-60b0e544-a683-4a72-94eb-d3f9233a4089.png)

> Hey all, I'm wanting to dig back into this issue, but need a clear and complete example of steps to reproduce. @m1ch4elx your code is the closest to that,...

> > So you log into Google account manually in Firefox, save the cookies off, and then you want to use requestium to automate interacting with your gmail, am I...