C-Nedelcu / talk-to-chatgpt

Talk to ChatGPT AI using your voice and listen to its answers through a voice
GNU Affero General Public License v3.0
1.96k stars 335 forks source link

talk to Chat gpt is not working from today morining #245

Open ayum321 opened 1 month ago

ayum321 commented 1 month ago

It was working fine till yesterday now it is not working can someone help The extension itself is not coming I removed and again installed the extension but it still same issue . Can someone help me with this

pcmaniac23 commented 1 month ago

Same here, seems like the talk-to-chatgpt plugin is not recognising the chatgpt webpage.

It seems to be related to this point in the plugin's project FAQ (quoted below):

Q: Will it always work? A: it might not work indefinitely, and here's why. The code is based on the current HTML structure of the ChatGPT page. If OpenAI change the HTML code, this project will likely stop working. I will probably keep updating it to maintain compatibility, but I'm not sure I'll be doing that forever. If you want to contribute to the project you are more than welcome to submit your own changes through Github.

Bill-Josh commented 1 month ago

Same here, seems like the talk-to-chatgpt plugin is not recognising the chatgpt webpage.

It seems to be related to this point in the plugin's project FAQ (quoted below):

Q: Will it always work? A: it might not work indefinitely, and here's why. The code is based on the current HTML structure of the ChatGPT page. If OpenAI change the HTML code, this project will likely stop working. I will probably keep updating it to maintain compatibility, but I'm not sure I'll be doing that forever. If you want to contribute to the project you are more than welcome to submit your own changes through Github.

If this is a constant error and changes are minor, would be amazing to know how to quicly debug it to find out a solution, I also use this plugin a lot is really useful for mi as programmer to have the legit Chat GPT 4 as virtual assistant

evilstuie commented 1 month ago

The problem is ChatGPT have changed their web address. The plugin is looking for chat.openAI.com but the new address is chatgpt.com It's a very simple fix, but I don't know how to do it, or if it can even be done by anyone other than the author.

If you go into the plugin details you'll find the sites that it automatically activates for, but you can't add or change these. It may be possible to trick the browser into thinking it's the old address but not sure how to do that either.

Just hope the creator reads this or realises it and issues an update.

evilstuie commented 1 month ago

FYI fixed it. Download the plugin manually and open the manifest.json file in notepad, change the web address and it'll work. I posted a slighly better guide in the issues.

tinchoforever commented 1 month ago

Isn;t working again since ChatGPT 4o model introduction. 2.9 doesn;t submit the transcription.

hoshizorista commented 2 weeks ago

Isn;t working again since ChatGPT 4o model introduction. 2.9 doesn;t submit the transcription.

Checkout new post i put in issues, managed to fix it, or feel free to check out the fork i made