You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this json decode error after uploading audio, text and image in the app. Can you please tell me how can I solve this issue?
`
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback:
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec
exec(code, module.dict)
File "C:\Users\VIVEK\Music\multi_agents\dig_twin.py", line 61, in
video_b64 = res.json()['video']
^^^^^^^^^^
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\requests\models.py", line 978, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
`
The text was updated successfully, but these errors were encountered:
I am getting this json decode error after uploading audio, text and image in the app. Can you please tell me how can I solve this issue?
`
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback:
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec
exec(code, module.dict)
File "C:\Users\VIVEK\Music\multi_agents\dig_twin.py", line 61, in
video_b64 = res.json()['video']
^^^^^^^^^^
File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\requests\models.py", line 978, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
`
The text was updated successfully, but these errors were encountered: