You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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�'
The text was updated successfully, but these errors were encountered:
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�'
The text was updated successfully, but these errors were encountered: