pddpauw
pddpauw
I had similar issues when trying to make this work on Bookworm (Pi5). I closed apache: `sudo systemctl disable apache2 && sudo systemctl stop apache2` and enabled caddy (incl starting...
I've corrected this in the plotly_streamlit.py, by adding st.cache_resource.clear() before connecting to the DB. So adding this on line 53 (before conn = get_connection(URI_SQLITE_DB)) resolves this issue. @mcguirepr89 can we...
this is a too brief description of the issue to help to resolve it... The main things which need to happen, is 1) ensure you have the correct re-direct in...
hi, I'm not sure I fully understand. After your initial post, I thought you meant with "remote" from outside your local network, but reading above, I think you mean "another...