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

Fix pydantic_settings.UserWarning on backend.util.settings.Secrets #8689

Closed
Pwuts opened this issue Nov 18, 2024 — with Linear · 0 comments · Fixed by #8692
Closed

Fix pydantic_settings.UserWarning on backend.util.settings.Secrets #8689

Pwuts opened this issue Nov 18, 2024 — with Linear · 0 comments · Fixed by #8692
Assignees
Labels
bug Something isn't working platform/backend AutoGPT Platform - Back end

Comments

Copy link
Member

Pwuts commented Nov 18, 2024

/usr/local/lib/python3.11/site-packages/pydantic_settings/sources.py:611: UserWarning: directory "/app/autogpt_platform/backend/secrets" does not exist

This is because the secrets folder was removed in #8521, but the reference to it wasn't removed:

secrets_dir=get_secrets_path(),

@Pwuts Pwuts added bug Something isn't working platform/backend AutoGPT Platform - Back end labels Nov 18, 2024 — with Linear
@Pwuts Pwuts self-assigned this Nov 18, 2024
@Pwuts Pwuts linked a pull request Nov 18, 2024 that will close this issue
9 tasks
@Pwuts Pwuts closed this as completed Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform/backend AutoGPT Platform - Back end
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant