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

configuration not respected #649

Open
mildfuzz opened this issue Oct 27, 2023 · 2 comments
Open

configuration not respected #649

mildfuzz opened this issue Oct 27, 2023 · 2 comments

Comments

@mildfuzz
Copy link

I have updated the files in the data folder with my password, team Id and username

image

but when I run airsenal_env get I get the old values. I have tried deleting these values and setting them with the cli, but I still see old values.

Where could these old values be hiding?

@jack89roberts
Copy link
Contributor

jack89roberts commented Oct 27, 2023

Those settings are not saved in the data folder any more, you'll find them in the directory AIRSENAL_HOME (which is one of the things printed by airsenal_env get). You can also set the values with airsenal_env set if you like, e.g. airsenal_env set -k FPL_LOGIN -v <your_email>, airsenal_env set -k FPL_PASSWORD -v <your_password>, and airsenal_env set -k FPL_TEAM_ID -v <your_team_id>.

@jack89roberts
Copy link
Contributor

If you still see the old variables, check you haven't defined them as environment variables (e.g. echo $FPL_TEAM_ID)

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

No branches or pull requests

2 participants