Closed wbdb closed 1 year ago
Edit search.go to:
ClearClientCache interface{} `json:"clear_client_cache"`
Thanks for the research, why did you close the PR?
@Davincible That was the Github automatism. I thought it stays open even if I merge and close the branch in the fork. I resent the PR.
Can you make a new release with this change. The current release is v3.2.6 is almost 10 months old and this change solves a breaking bug.
Thanks in advance :)
Can you make a new release with this change. The current release is v3.2.6 is almost 10 months old and this change solves a breaking bug.
Thanks in advance :)
Just as a reminder, the last release is now a year behind.
Sometimes I get this error message:
https://github.com/Davincible/goinsta/blob/9cdb8e46417dbcbfd8bc98c07a5be8d447ea0ffb/search.go#L56
What I noticed in the Debug Mode JSON:
There are some typos in the JSON data, such as "proofile_pic_url" instead of "profile_pic_url" and "is_privatee" instead of "is_private". Each occurring once.
Steps to reproduce:
_, err = insta.VisitProfile("armin_laschet")
Error: search.go Line 403