Hasan Yousef

Results 19 comments of Hasan Yousef

> But it might be useful if we can support server-sent events Any update on this?

> ```go > &eventSourceMarshaler{JSONPb: runtime.JSONPb{}} > ``` I got: ```bash cannot use &(eventSourceMarshaler literal) (value of type *eventSourceMarshaler) as "github.com/grpc-ecosystem/grpc-gateway/v2/runtime".Marshaler value in argument to runtime.WithMarshalerOption: *eventSourceMarshaler does not implement "github.com/grpc-ecosystem/grpc-gateway/v2/runtime".Marshaler...

I got this error, and the app got disconnected: ```bash [Main ERROR] Failed to connect: couldn't dial whatsapp web websocket: unexpected EOF ``` But now it is connected since around...

Now I'm getting more errors, when I'm trying to send document message: ```bash [Main ERROR] Error sending message: failed to get device list: failed to send usync query: info query...

> Hello, were you able to resolve this issue? It did not appear again, so no idea if it was odd case or an issue required to be resolved.

> Function to fetch product catalog and order item details Any thought what it is not working with me, I even tried same order id and token from your results,...

> You need to have an order to get the detail I made it as: ```go func (cli *Client) sendIQAsync(query infoQuery) ( go run github.io/hajsf/whatsapp id: 718623112830121 token: AR7n3JWSCzAAN+eAY/hX/D/ak4fZ+pFRlieHmuNV1GcDtw== Error:...

> 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 required output: ```go...

> 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 made something wrong...

> Function to fetch product catalog and order item details. Thanks. Trying to convert them to struct, so started as: ```go id := *evt.Message.OrderMessage.OrderId token := *evt.Message.OrderMessage.Token itemCount := *evt.Message.OrderMessage.ItemCount...