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

AttributeError: 'Datasette' object has no attribute '_auth_existing_cookies_cache' #19

Closed
simonw opened this issue May 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@simonw
Copy link
Owner

simonw commented May 29, 2022

  File "/usr/local/lib/python3.9/site-packages/pluggy/_result.py", line 60, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/local/lib/python3.9/site-packages/pluggy/_callers.py", line 39, in _multicall
    res = hook_impl.function(*args)
  File "/usr/local/lib/python3.9/site-packages/datasette_auth_existing_cookies/__init__.py", line 16, in actor_from_request
    if datasette._auth_existing_cookies_cache is None:
AttributeError: 'Datasette' object has no attribute '_auth_existing_cookies_cache'
@simonw simonw added the bug Something isn't working label May 29, 2022
simonw added a commit that referenced this issue May 29, 2022
@simonw simonw closed this as completed in def2a72 May 29, 2022
simonw added a commit that referenced this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant