assafelovic / gpt-researcher

LLM based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
Apache License 2.0
14.25k stars 1.86k forks source link

ERROR: Exception in ASGI application #542

Closed 13331112522 closed 3 months ago

13331112522 commented 4 months ago

I am using my Mac M2 air.

File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_models.py", line 70, in init self._list = [ File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_models.py", line 74, in normalize_header_value(v, encoding), File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/httpx/_utils.py", line 53, in normalize_header_value return value.encode(encoding or "ascii") UnicodeEncodeError: 'ascii' codec can't encode character '\u201d' in position 7: ordinal not in range(128) ERROR: closing handshake failed

ElishaKay commented 4 months ago

@13331112522 is this an error you're getting when trying to run the app via the command line? Please clarify.

If so, you might have an easier path via Docker Desktop:

Step 1: Install Docker Desktop

Step 2: Walk through this Tutorial

Another requirement I should have mentioned in that video: the path to your files should be within the code of this project