-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No followers - getEndCursor() is null #347
Labels
need-investigations
Need investigations to classify
Comments
Hello, Happy new year to all of you. I've the same issue. When I inspect requests from Instagram website, the request is : Maybe this can help. |
problem solved? |
@melnichukme No, the problem is still here This is the graphql response : |
@babeuloula problem with instagram api? |
Yes with this call :
|
Hello, got the same issue , followers is empty |
It happens to me with getMedias(), it returns an empty array. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version(s) affected: 6.16.4
Description
Followers are no longer output because the endcursor is null:
object(Instagram\Model\FollowerFeed)#7 (4) {
["count":"Instagram\Model\FollowerFeed":private]=> int(957)
["hasNextPage":"Instagram\Model\FollowerFeed":private]=> bool(false)
["endCursor":"Instagram\Model\FollowerFeed":private]=> NULL
["users":"Instagram\Model\FollowerFeed":private]=> array(0) {
}
}
Fatal error: Uncaught TypeError: Argument 2 passed to Instagram\Api::getMoreFollowers() must be of the type string, null given
How to reproduce
The text was updated successfully, but these errors were encountered: