Skip to content
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

AttributeError: 'NoneType' object has no attribute 'group' #18

Open
Mytheiw opened this issue Apr 16, 2023 · 3 comments
Open

AttributeError: 'NoneType' object has no attribute 'group' #18

Mytheiw opened this issue Apr 16, 2023 · 3 comments

Comments

@Mytheiw
Copy link

Mytheiw commented Apr 16, 2023

Traceback (most recent call last):
File "C:\Users\Aqil\ChatWaifu\ChatWaifuVoice.py", line 380, in
resp = api.send_message(voice_input_enjp())
File "C:\Users\Aqil\miniconda3\envs\chatWaifu\lib\site-packages\pyChatGPT\pyChatGPT.py", line 460, in send_message
conversation_id = matches.group()
AttributeError: 'NoneType' object has no attribute 'group'

@Aionstn
Copy link

Aionstn commented Apr 19, 2023

The problem is caused by pychatgtp, we need to change the api to call openai, I have a workaround and will share it with the authors

@MuBai-He
Copy link
Collaborator

Thx bro

@Mytheiw
Copy link
Author

Mytheiw commented Apr 21, 2023

The problem is caused by pychatgtp, we need to change the api to call openai, I have a workaround and will share it with the authors

Do you also have problems converting 'voice to text', so what I say isn't the same as the results from the 'voice to text' voice change generator. can you find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants