mishalhossin / Discord-AI-Chatbot

This Discord chatbot is incredibly versatile. Powered incredibly fast Groq API
GNU Affero General Public License v3.0
1.32k stars 412 forks source link

Error #229

Closed TrivCodez closed 1 year ago

TrivCodez commented 1 year ago

File "/home/runner/Discord-AI-Chatbot/main.py", line 8, in import requests File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1074, in get_data OSError: [Errno 5] Input/output error exit status 1

mishalhossin commented 1 year ago

Reinstall the "requests" module by running the following command in your terminal: pip install requests