instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

[BUG] There is a problem with Public graphgql request

Open Peesky opened this issue 1 year ago • 0 comments

while using this

test=bot._cl.user_followers_gql(43755885663, amount=20)
    print([user.username for user in test])

i get

{'user': {'edge_followed_by': {'count': 115414, 'page_info': {'has_next_page': False, 'end_cursor': None}, 'edges': []}}}

as data there must be some users informations in edges, but I don't get them.

I have been searching in public_graphql_request and i find that the function get no data.

Peesky avatar Feb 09 '24 15:02 Peesky