-
Notifications
You must be signed in to change notification settings - Fork 600
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
the answers of chatgpt dont appear in the whatsappchat #74
Comments
They do. Except:
|
In my fork is it repaired. Outdated whatsapp-lib. |
Great, but how to "upgrade"? I tried it, but I get errors in "go", like: Maybe I'm naive, but I have no idea what to do now. Because the 500-error, you could do a "refresh" inside the browser to reload the page's content before pushing the new message inside. In that case I have to make sure, that the chat is opened at the specific chat, and not on the "new chat tab". In my case, sometimes messages are very long, so I did a split-up to 100-words + words to the next .!?\n with iterating through the original message. Delivering n+ messages back. I also added a context-id which helps chatGPT to keep these split-messages' context together. - All with the help of ChatGPT, because I have no Idea of programming. |
For the length, you would have to look in the code. But regarding the error during the update, here changes had to be made to the code. There were breaking changes in the Whatsapp client. If you have the error 500 after a certain time, you just have to look again whether you are logged in or whether a Cloudflare Captcha appears. |
Thx for your reply. I will upgrade my version to your version within the next week. I thing it will be better. Let's see! It's amazing! |
Currently I am also working on an automatic login. Cloudflare Captcha Solving I could not test yet. |
No description provided.
The text was updated successfully, but these errors were encountered: