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

ValueError: File 'cookiesHuggingChat.json' not found! #160

Open
5 of 15 tasks
Toaster496 opened this issue Aug 18, 2023 · 0 comments
Open
5 of 15 tasks

ValueError: File 'cookiesHuggingChat.json' not found! #160

Toaster496 opened this issue Aug 18, 2023 · 0 comments

Comments

@Toaster496
Copy link

⚠️INSTRUCTIONS:
  • Enter ONE "x" inside the brackets [x] to choose the answer
  • Example
  • Example2

Have you already searched for your ISSUE among the resolved ones?

  • Yes, new issue
  • Yes, but the solution not work for me
  • No

What version of Python do you have?

  • Last, Python > 3.11
  • Python >= 3.8
  • PIs you have Python<3.8 pease install last version of python

What version of operating system do you have?

  • Windows
  • Linux/Ububtu
  • Mac/OSX

What type of installation did you perform?

  • pip3 install -r requirements.txt
  • python3 -m pip install -r requirements.txt
  • Anaconda
  • Container on VS

Desktop (please complete the following information):

  • Browser [e.g. chrome] :
  • Version [e.g. 112] :

Describe the bug
A clear and concise description of what the bug is.

Streamlit side

ValueError: File 'cookiesHuggingChat.json' not found! Create it and put your cookies in there in the JSON format.
Traceback:
File "c:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "D:\Ai\Free-AUTO-GPT-with-NO-API\Camel.py", line 80, in
raise ValueError(

Terminal side

2023-08-19 08:55:36.372 Uncaught app exception
Traceback (most recent call last):
File "c:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "D:\Ai\Free-AUTO-GPT-with-NO-API\Camel.py", line 80, in
raise ValueError(
ValueError: File 'cookiesHuggingChat.json' not found! Create it and put your cookies in there in the JSON format.
2023-08-19 08:55:36.373 Uncaught app exception
Traceback (most recent call last):
File "c:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "D:\Ai\Free-AUTO-GPT-with-NO-API\Camel.py", line 80, in
raise ValueError(
ValueError: File 'cookiesHuggingChat.json' not found! Create it and put your cookies in there in the JSON format.
2023-08-19 08:55:36.529 Uncaught app exception
Traceback (most recent call last):
File "c:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "D:\Ai\Free-AUTO-GPT-with-NO-API\Camel.py", line 80, in
raise ValueError(
ValueError: File 'cookiesHuggingChat.json' not found! Create it and put your cookies in there in the JSON format.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context
Add any other context about the problem here.
Cammel localhost

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

1 participant