Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
182 stars 56 forks source link

Cannot unmarshal string into Go struct field User.recent.user.fbid_v2 of type int64 #42

Closed kttyt closed 1 year ago

kttyt commented 1 year ago

VisitProfile method started returning an error a couple of hours ago, the api may have changed

Subi commented 1 year ago

what error has it been returning , also are you having any issues with insta.Login , i've noticed it's starting to just hang

kttyt commented 1 year ago

Sorry, didn't paste full error, there it is: Failed to get search history: json: cannot unmarshal string into Go struct field User.recent.user.fbid_v2 of type int64 And no, I didn't notice problem with insta.Login, but in common cases I use insta.Import instead of Login

sandheepp commented 1 year ago

I have also faced this issue with User Data Model

sandheepp commented 1 year ago

https://github.com/Davincible/goinsta/pull/43 This is working for me

kttyt commented 1 year ago

43 This is working for me

works for me too

Davincible commented 1 year ago

@kttyt is the issue fully resolved now?

kttyt commented 1 year ago

@kttyt is the issue fully resolved now? yes, it's resolved