-
Notifications
You must be signed in to change notification settings - Fork 665
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
AIOHTTP Error #781
Comments
Hey there, @VSandwar74! I'm here to help you with any bugs, questions, or contributions you might have for the To resolve the Here are a few steps you can take to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, it might be helpful to look into the specific usage of To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
├── litellm [required: >=1.44, installed: 1.56.4] |
Hi @VSandwar74 looks like you are hitting: To share, we use Lines 31 to 32 in 525bb32
I am thinking you might have a different When you run your Python module, can you import aiohttp
from paperqa import Settings, ask, Docs
from dotenv import load_dotenv
print(aiohttp.__version__)
load_dotenv()
answer = ask(
...
) |
I've tried solving this error for so long, I've previously had some issues with SSL certificates, but those should be resolved by now. Issue at #759, should solve the problem but I've used both aiohttp==3.10.6
and aiohttp==3.11.11, both to same problem. Running this on a .venv/bin/python, 3.11, macOS, certifi==2024.12.14, paper-qa==5.8.0. I've exported my GROQ api-key. I've also ran this on a main.py, to no avail.
The text was updated successfully, but these errors were encountered: