Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON decode error #3

Open
vt57299 opened this issue Aug 5, 2024 · 1 comment
Open

JSON decode error #3

vt57299 opened this issue Aug 5, 2024 · 1 comment

Comments

@vt57299
Copy link

vt57299 commented Aug 5, 2024

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)

`

@serdarzuli
Copy link

also I got this same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants