Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Invalid Config settings yaml: Unallowed locale value in multiple configuration files #171

Open
mushtaq96 opened this issue Sep 15, 2024 · 0 comments
Labels

Comments

@mushtaq96
Copy link

mushtaq96 commented Sep 15, 2024

Description

Please include a summary of the issue.
Please include the steps to reproduce.
List any additional libraries that are affected.

Steps to Reproduce

Steps to Reproduce:

Clone the repository
Navigate to the project directory
Activate the virtual environment
Run the following commands:

funnel load -s demo/settings_DE.yaml
funnel load -s demo/settings_FR.yaml

Expected behavior

The command should successfully load the configuration and proceed with the specified actions.

Actual behavior

Both commands fail with the above error messages.

valueerror: Invalid Config settings yaml:{'search': [{'locale': ['unallowed value GERMANY_GERMAN']}]})

or

valueerror: Invalid Config settings yaml:{'search': [{'locale': ['unallowed value FRANCE_FRENCH']}]}

Environment

Environment:

Operating System: Linux/WSL
Python Version: 3.10
Virtual Environment: Using venv
Repository State: Up-to-date with latest changes

image

@mushtaq96 mushtaq96 added the bug label Sep 15, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant