tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
266 stars 52 forks source link

Suddenly issues with st_paywall #47

Closed roland71 closed 9 months ago

roland71 commented 9 months ago

Hello! Are there any known issues with the st_paywall at the moment? My App is suddenly not booting anymore and I gett the error message

ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
    exec(code, module.__dict__)
File "/mount/src/promptfactory/1_HOME.py", line 2, in <module>
    from st_paywall import add_auth
tylerjrichards commented 9 months ago

hey @roland71 what version of st_paywall are you using?

roland71 commented 9 months ago

Hi @tylerjrichards and thanks for your response. It's version 0.1.6

tylerjrichards commented 9 months ago

@roland71 and what is the actual issue? Can you show the logs?

roland71 commented 9 months ago

@tylerjrichards Since we've been talking, it's working again. :-) Thanks for your help.

tylerjrichards commented 9 months ago

glad it is working again! thanks for trying it out :)