Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

list index out of range error #428

Closed lmc87lmc closed 3 months ago

lmc87lmc commented 1 year ago

I have tried refreshing the cookie, reinstalling the bot but I still have this issue with bard Screenshot_20230620-083449

lmc87lmc commented 1 year ago

Also got this when updating, don't know if relevant Traceback (most recent call last): File "c:\Users\maste\Downloads\chatGPT-discord-bot-1.5.1\chatGPT-discord-bot-1.5.1\main.py", line 1, in from src import bot File "c:\Users\maste\Downloads\chatGPT-discord-bot-1.5.1\chatGPT-discord-bot-1.5.1\src\bot.py", line 6, in from src.aclient import client File "c:\Users\maste\Downloads\chatGPT-discord-bot-1.5.1\chatGPT-discord-bot-1.5.1\src\aclient.py", line 11, in from EdgeGPT import Chatbot as EdgeChatbot ImportError: cannot import name 'Chatbot' from 'EdgeGPT' (C:\Users\maste\AppData\Local\Programs\Python\Python311\Lib\site-packages\EdgeGPT__init__.py) PS C:\Users\maste\Downloads\chatGPT-discord-bot-1.5.1\chatGPT-discord-bot-1.5.1>