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

I need help about Unknow Error #22

Open
itech0307 opened this issue Apr 21, 2021 · 0 comments
Open

I need help about Unknow Error #22

itech0307 opened this issue Apr 21, 2021 · 0 comments

Comments

@itech0307
Copy link

Traceback (most recent call last):
File "C:\Users\AN515-55\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\browser_cookie3_init_.py", line 267, in load
cur.execute('SELECT host_key, path, secure, expires_utc, name, value, encrypted_value '
sqlite3.OperationalError: no such column: secure

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\AN515-55\OneDrive\Máy tính\Discounted-Udemy-Course-Enroller-master\udemy.py", line 746, in
my_cookies, cookies = fetch_cookies()
File "C:\Users\AN515-55\OneDrive\Máy tính\Discounted-Udemy-Course-Enroller-master\udemy.py", line 340, in fetch_cookies
cookies = browser_cookie3.load(domain_name="www.udemy.com")
File "C:\Users\AN515-55\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\browser_cookie3_init_.py", line 626, in load
for cookie in cookie_fn(domain_name=domain_name):
File "C:\Users\AN515-55\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\browser_cookie3_init_.py", line 610, in edge
return Edge(cookie_file, domain_name, key_file).load()
File "C:\Users\AN515-55\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\browser_cookie3_init_.py", line 271, in load
cur.execute('SELECT host_key, path, is_secure, expires_utc, name, value, encrypted_value '
sqlite3.OperationalError: Could not decode to UTF-8 column 'encrypted_value' with text 'v102.����0�[�P��P�VA`���F=��Sh���h�'

image

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

1 participant