You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running airsenal_run_optimization either post prediction, or as part of airsenal_run_pipeline the following is prompted:
Would you like to login to the FPL API? This is not necessary for most AIrsenal actions, but may improve accuracy of player sell values, and free transfers for your team, and will also enable AIrsenal to make transfers for you through the API. (y/n):
On giving n the following error is returned:
RuntimeError: Requested logging into the FPL API but no credentials provided.
With the following location reported as the source of the bug:
File "/opt/homebrew/Caskroom/miniconda/base/envs/airsenalenv/lib/python3.11/site-packages/airsenal/framework/data_fetcher.py", line 140
The text was updated successfully, but these errors were encountered:
eddableheath
changed the title
Run optimtimisation fails without FPL login credentials
Run optimisation fails without FPL login credentials
Aug 24, 2023
When running
airsenal_run_optimization
either post prediction, or as part ofairsenal_run_pipeline
the following is prompted:On giving
n
the following error is returned:RuntimeError: Requested logging into the FPL API but no credentials provided.
With the following location reported as the source of the bug:
File "/opt/homebrew/Caskroom/miniconda/base/envs/airsenalenv/lib/python3.11/site-packages/airsenal/framework/data_fetcher.py", line 140
The text was updated successfully, but these errors were encountered: