goinsta icon indicating copy to clipboard operation
goinsta copied to clipboard

json: cannot unmarshal array into Go struct field SearchResult.clear_client_cache of type bool

Open Pdaret opened this issue 1 year ago • 2 comments

When'm using this code snippet for visiting the user profile i give this error:

profile, err := insta.VisitProfile(acc) if err != nil { log.Fatal(err) }

help me please

Pdaret avatar Jan 28 '24 17:01 Pdaret