hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
162 stars 98 forks source link

fix/streamlit-auth-issue #114

Closed david-hummingbot closed 5 months ago

david-hummingbot commented 5 months ago

"DeprecationError: Likely deprecation error, the 'form_name' parameter has been replaced with the 'fields' parameter. For further information please refer to https://github.com/mkhorasani/Streamlit-Authenticator?tab=readme-ov-file#2-creating-a-login-widget

Traceback: File "/home/vago/miniconda3/envs/dashboard/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.dict) File "/home/vago/hummingBot/dashboard/main.py", line 119, in name, authentication_status, username = st.session_state.authenticator.login('Login', 'main') File "/home/vago/miniconda3/envs/dashboard/lib/python3.10/site-packages/streamlit_authenticator/authenticate.py", line 241, in login raise DeprecationError("""Likely deprecation error, the 'form_name' parameter has been replaced"