mishl-dev / Discord-AI-Chatbot

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

Traceback (most recent call last) #155

Closed IntrovertedFL closed 1 year ago

IntrovertedFL commented 1 year ago

I've pulled the most recent PR's and received this error.


  File "/usr/local/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event
    await coro(*args, **kwargs)
  File "/app/main.py", line 137, in on_message
    search_results = await search(message.content)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/utilities/ai_utils.py", line 23, in search
    search_query = await get_query(prompt)
                   ^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/utilities/ai_utils.py", line 141, in get_query
    if "false" in response.lower():
                  ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'```