Results 30 comments of Ammar

> Both sendTextMessage & sendFileMessage (video & image) with buttons are working. Only sendLocationMessage with buttons are not working. ![image](https://user-images.githubusercontent.com/66757189/182868155-d58e3208-54d4-4cf5-b453-9899e17793fa.png) sendFileMessage ( image) with buttons not working with me also.

> > sendFileMessage ( image) with buttons not working with me also. > > Need to specify `useTemplateButtons: true` thanks, it work now. what can use to send more button

try [WPP_Whatsapp](https://github.com/3mora2/WPP_Whatsapp)

i get same error when response is long ``` raise TLSClientExeption(response_object["body"]) tls_client.exceptions.TLSClientExeption: net/http: request canceled (Client.Timeout or context cancellation while reading body) ```

reason may be [here](https://github.com/hydrotho/ChatGPT_Model_Switcher/issues/1#issuecomment-1600485621) > It appears that an arkose_token field has been added to each ChatGPT conversation request, and currently only GPT-4 models are validating this field. > >...

comment ``` # if data.get("model", "").startswith("gpt-4"): # data["arkose_token"] = self.__arkose_token() ``` in `def __send_request`, it work for me

use ```python import logging logger = logging.getLogger(name="WPP_Whatsapp") logger.setLevel(logging.DEBUG) ``` and send all logs

No `playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded.` in Log try agin

https://github.com/3mora2/WPP_Whatsapp/issues/41#issuecomment-2034606339