Davincible / goinsta

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

login fails to unmarshal #7

Closed tcurdt closed 3 years ago

tcurdt commented 3 years ago

On an account I am getting

Failed to fetch recent activity: json: cannot unmarshal number into Go struct field .old_stories.args.links.id of type string

just when trying to login.

    insta := goinsta.New(username, password)
    err := insta.Login()
    checkFatal(err)

    err = insta.Export(credential)
    checkFatal(err)
Davincible commented 3 years ago

Thanks for the report. Type has been changed