axjasf / PersonalFinanceCategorizer_WebApp

0 stars 0 forks source link

[BUG] AM/Add Account: AttributeError: module streamlit has no attribute rerun #21

Open axjasf opened 10 hours ago

axjasf commented 10 hours ago

Seems to come up after every add.

AttributeError: module 'streamlit' has no attribute 'rerun'
Traceback:
File "/Users/axeljanssen/Documents/GitHub/PersonalFinanceCategorizer_WebApp/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)
File "/Users/axeljanssen/Documents/GitHub/PersonalFinanceCategorizer_WebApp/pages/05_Account_Management.py", line 37, in <module>
    st.rerun()
    ^^^^^^^^
image
axjasf commented 10 hours ago

Also occurs when tryting to delete an account

axjasf commented 10 hours ago

Seems to be gone when the first account with the wrong type "Bank Account" is deleted. Sample data issue?