-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
current_user 405 error #312
Comments
Ditto, I to an getting the same error. Ive tried with python2.7 and python3. Using the private app api. ` File "C:\Users\Preston Meade\AppData\Local\Programs\Python\Python38\lib\site-packages\instagram_private_api\client.py", line 523, in _call_api During handling of the above exception, another exception occurred: Traceback (most recent call last): |
i get the same as above. would like to just pull information from the current_user |
This error caused by sending a request to the current_user endpoint with the POST method. The current_user endpoint only supports the GET method. You can fix this issue with #379 |
Which client are you using?
instagram_private_api/
)instagram_web_api/
)Describe the Bug/Error:
Simply calling the current_user method leads to a 405 error, the endpoint probably changed.
Paste the output of
python -V
here:Python 2.7.17
Code:
Error/Debug Log:
The text was updated successfully, but these errors were encountered: