You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!
The code located in here is causing the below error while getting the users followers and following list by using the Next() method.
json: cannot unmarshal number into Go struct field Users.next_max_id of type string
Please see a part of the followers response below:
"big_list": false, "next_max_id": null, "page_size": 200, "status": "ok"
and a part of the following response below:
"big_list": true, "next_max_id": 50, "page_size": 200, "status": "ok"
The text was updated successfully, but these errors were encountered: