You are viewing a single comment's thread from:

RE: New Hive Engine Tools Pending Token Payouts Feature

in LeoFinance3 years ago

Hey there @themarkymark thanks so much for building this tool!

Today I went to check my Pending Token Payouts and noticed an error:

Screen Shot 2021-10-02 at 10.53.29 PM.png

Here's the code in case it helps:

AttributeError: module 'streamlit' has no attribute 'expander'
Traceback:
File "/app/.heroku/python/lib/python3.9/site-packages/streamlit/script_runner.py", line 338, in _run_script
    exec(code, module.__dict__)
File "/app/app.py", line 42, in <module>
    main()
File "/app/app.py", line 32, in main
    page.app()
File "/app/posttokens.py", line 19, in app
    with st.expander(post["title"]):

Hopefully this is an okay place to post this - wasn't sure the best way to let you know.

Sort:  

Fixed, Heroku wasn't running the latest version of a specific python module so I had to force it.