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

Failed to load cookies from /cookie.pickle: Invalid attribute 'partitioned' #3

Closed
jasonmadigan opened this issue Sep 17, 2024 · 1 comment · Fixed by #4
Closed

Failed to load cookies from /cookie.pickle: Invalid attribute 'partitioned' #3

jasonmadigan opened this issue Sep 17, 2024 · 1 comment · Fixed by #4

Comments

@jasonmadigan
Copy link
Contributor

2024-09-17 18:07:48 - __main__ - ERROR - Failed to load cookies from /cookie.pickle: Invalid attribute 'partitioned'
2024-09-17 18:07:48 - __main__ - ERROR - Unhandled exception occurred
Traceback (most recent call last):
  File "/usr/src/app/./main.py", line 147, in main
    response = make_authenticated_request(list_items_url, cookie_file_path)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/app/./main.py", line 98, in make_authenticated_request
    raise ValueError("No cookies loaded")
ValueError: No cookies loaded

Using latest alexa_media_player

@jasonmadigan
Copy link
Contributor Author

Likely related to pickle + python version:

python/cpython#112714

Am running with 3.12.6

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

Successfully merging a pull request may close this issue.

1 participant