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
I'm trying to have a preview of top matching hashtags, users, locations of a certain word and I'm using the dedicated function "top_search". The function gets called properly but a ClientError arises.
I've already checked that email and password are good because they work just fine with other functions like feed_tag.
The code and the error message are pasted below.
Code:
# Example code that will produce the error reportedfrominstagram_private_apiimportClientemail, password=MYEMAIL, MYPSWapi=Client(email, password)
resp=api.top_search('farfa')
resp
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (==> [x] NO spaces).Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/
)instagram_web_api/
)Describe the Bug/Error:
I'm trying to have a preview of top matching hashtags, users, locations of a certain word and I'm using the dedicated function "top_search". The function gets called properly but a ClientError arises.
I've already checked that email and password are good because they work just fine with other functions like feed_tag.
The code and the error message are pasted below.
Code:
Error/Debug Log:
The text was updated successfully, but these errors were encountered: