M1ch4elx
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?  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...
Ok, will try it now and get u know
 Got this error
Im trying to add netscape cookies but formatted to dict 
> 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...