Ztrimus/ResumeFlow

Getting Unbound error

Closed this issue · 0 comments

UnboundLocalError: 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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module._dict_)
File "/mount/src/job-llm/web_app.py", line 120, in <module>
resume_path, resume_details = resume_llm.resume_builder(job_details, user_data, is_st=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mount/src/job-llm/zlm/utils/utils.py", line 100, in wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/mount/src/job-llm/zlm/_init_.py", line 332, in resume_builder
return resume_path, resume_details
^^^^^^^^^^^