This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Login to Instagram API fails #30
Comments
Yes i have the Same Problem (i think)
|
Am also having this problem for a while now. Running mautrix-instagram 0.2.1 in provided Docker container.
Same issue being mentioned here btw: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
after installing the bridge i ran
login x y
withx=username and y=password
bridge responds with Failed to log in: Request POST /api/v1/accounts/login/ failed: Sorry, there was a problem with your request.
python error looks like there is a problem communicating with the api:
i checked the client response variable in
instagram/mauigpapi/http/base.py
Line 189 in 7bf79ba
and found out that i get a
<ClientResponse(https://i.instagram.com/api/v1/accounts/login/) [403 Forbidden]>
i guess instagram changed their api.
does anybody have the same issue?
thanks!
The text was updated successfully, but these errors were encountered: