Summary
My app ArxivGPT was working perfectly and suddenly I get the following error. I delete my app
and reload again but I still get the same error. Could you please clarify what is happening?
json.decoder.JSONDecodeError: 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/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 565, in _run_script
exec(code, module.dict)
File “/app/arxivgpt-chatbot-_streamlitapp/Streamlit_ChatBot.py”, line 16, in
ArxivReader = download_loader(“ArxivReader”)
File “/home/appuser/venv/lib/python3.9/site-packages/llama_index/readers/download.py”, line 133, in download_loader
library = json.loads(library_raw_content)
File “/usr/local/lib/python3.9/json/init.py”, line 346, in loads
return _default_decoder.decode(s)
File “/usr/local/lib/python3.9/json/decoder.py”, line 340, in decode
raise JSONDecodeError(“Extra data”, s, end)
I am using python3.9.
Requriements file content
langchain
llama-index==0.5.20
openai
streamlit
fpdf