ryldz07 / mgp25

İnstagram mgp25 php api
Other
83 stars 82 forks source link

A lot of errors on login: No response from server. Either a connection or configuration error. #6

Open devk33 opened 3 years ago

devk33 commented 3 years ago

Dear mgp25!

In the last 2 days, there have been a lot of errors: No response from server. Either a connection or configuration error. Action: $ig->login( $username, $password )

In the src/Client.php in mapServerResponse() $httpStatusCode is 200 And $rawResponse = " .... html content with Instagram Login page .... "

Do you know why this happens?

datasc-masa commented 3 years ago

Dear mgp25!

In the last 2 days, there have been a lot of errors: No response from server. Either a connection or configuration error. Action: $ig->login( $username, $password )

In the src/Client.php in mapServerResponse() $httpStatusCode is 200 And $rawResponse = " .... html content with Instagram Login page .... "

Do you know why this happens?

Hello @devk33 We have same problem in our app and it seems that because of some reasons Instagram blocks some requests to them from this api after a while. you can change your source ip to solve this problem temporarily.

11h00 commented 3 years ago

Instagram changed his way to login, plus this version of mgp25 api is outdated, i have the 7.x version, i will try to contact the owner of the repo for see if he can update it.

noxzemart commented 3 years ago

Hello @11h00

How can I get 7.x version

dmoney1908 commented 2 years ago

@11h00 @noxzemart , is there way to get new version?