Romerito Alexandre
Romerito Alexandre
I got banned twice yesterday with a real number, maybe it's related to the first waiting message, it always happens when I talk to the recipient for the first time.
> Hi, I got this error: > > ```shell > [Main ERROR] Error sending message: failed to get device list: failed to send usync query: websocket disconnected before info query...
You need to implement a function to get the order details by passing orderId [go-whatsapp](https://github.com/Rhymen/go-whatsapp/blob/master/contact.go#L291). I believe the ways of implementation are similar. Multi Device
was trying to run this parser to check how to run the query [WhatsappWebRequestAnalyzer](https://github.com/Auties00/WhatsappWebRequestAnalyzer/commits/master)
> > was trying to run this parser to check how to run the query [WhatsappWebRequestAnalyzer](https://github.com/Auties00/WhatsappWebRequestAnalyzer/commits/master) > > That tool didn't work for me, do you have another one which...
See if that helps! [implement getOrder on legacy](https://github.com/adiwajshing/Baileys/commits/master?after=d021de633815c7adc4341d5dab7997ac1f158cd3+139&branch=master) [implement fetching product catalog + order details on MD](https://github.com/adiwajshing/Baileys/commit/c4edcef5da575b675b04a7aed7826bd69528fca7)
Function to fetch product catalog and order item details. Add smax_id properties in infoQuery struct ``` func (cli *Client) GetCatalog(jid types.JID, limit int) (*waBinary.Node, error) { catalogNode, err := cli.sendIQ(infoQuery{...
You need to have an order to get the details. [ Add attrs["smax_Id"] = query.SmaxId in this function ](https://github.com/tulir/whatsmeow/blob/main/request.go#L94)
> > Function to fetch product catalog and order item details. > > Can you pls check your code with my below data, for some reason I'm not getting the...
> > Function to fetch product catalog and order item details. > > Strange, why not coming with me, can you please share the modified files as gist, may I...