subsai
subsai copied to clipboard
KeyError?
I managed to get everything installed but now I'm getting this error when I press export:
KeyError: 'st.session_state has no key "transcribed_subs". Did you forget to initialize it? More info: https://docs.streamlit.io/library/advanced-features/session-state#initialization'
Any idea on how to proceed? Thanks! @abdeladim-s
@mimbimbo, Great to hear that you've successfully installed the project.
Regarding the issue, Did you click export before transcribing anything ? Could you please describe your workflow so I can spot the source of the problem ?
Today, I got the same error. It is in fact because I didn't click the transcribe button before exporting the subtitles.
Thanks @kamack38 for letting me know. I've tried to catch the exception and show an error message instead.