-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running: Can not load response cookies #3
Comments
Sorry, looks like it is a problem with the aiohttp cookie loader, so I am unable to help with it. |
Thanks for the response @soxoj but can you guide me even further? |
Well, I thought you've passed the cookie jar file manually. But it seems you've done nothing to make such an error.
After it update the aiohttp library:
And try to run again. |
I had the same version of aiohttp. Forced reinstall but the same error. I googled for the error and some guy from github aiohttp answered: It means server sends malformed cookies: they are cannot be parsed by http.cookies.SimpleCookie.load() method. The only way you could do for loading illegal cookies is parsing it yourself from resp.headers['SET-COOKIE'] using regular expressions for example. link: aio-libs/aiohttp#1842 But i don't have a clue what to do..maybe because i'm a beginner in python :) |
I'll try to reproduce this error in the env with your versions of libraries and write you. |
Hi soxoj, I have the same issue as potterthecop.
I also do not have a clue with python - did you manage to resolve his problem? Thanks |
Hello!
Do you know why i'm getting this error?
WARNING:aiohttp.client:Can not load response cookies: Illegal key 'httponly,msToken'
I installed Anaconda, created a new env and Maltego CE.
Thanks!
The text was updated successfully, but these errors were encountered: