Skip to content
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

Chrome cookies table changed in version 66 #14

Closed
josegabriel83 opened this issue Apr 24, 2018 · 2 comments
Closed

Chrome cookies table changed in version 66 #14

josegabriel83 opened this issue Apr 24, 2018 · 2 comments

Comments

@josegabriel83
Copy link

Chrome version 66 (in OSX) has changed the name of the "secure" column in the cookies table to "is_secure", so Chrome.load() fails with (sqlite3.OperationalError: no such column: secure).

Culprit:
cur.execute('SELECT host_key, path, secure, expires_utc, name, value, encrypted_value '
'FROM cookies WHERE host_key like "%{}%";'.format(self.domain_name))

@borisbabic
Copy link
Owner

The same issue is present on linux as well, I'll fix this today/tomorrow.

@borisbabic
Copy link
Owner

0.6.4 is now available, sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants