is somebody getting this error: Code: 400 Response code is 400. Body: message => useragent mismatch; status => fail; Something went wrong. Please report issue?
I'm having the same problem. The problem is with user agent from the call to the url https://i.instagram.com/api/v1/users/{userId}/info/. Instagram changed it and now only the app is able to access that url.
This PR fixes the problem https://github.com/postaddictme/instagram-php-scraper/pull/545
Same problem here!
I'm having the same problem. The problem is with user agent from the call to the url
https://i.instagram.com/api/v1/users/{userId}/info/. Instagram changed it and now only the app is able to access that url.This PR fixes the problem #545
Problem solved with this change, thanks!

Change the user agent will work
Sorry but did the API change again (logged out)?

Conclusion: Need to be logged in (again).
Uncaught InstagramScraper\Exception\InstagramException: Response code is 400. Body: message => useragent mismatch; status => fail; Something went wrong. Please report issue.
Same problem here since today.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I'm having the same problem. The problem is with user agent from the call to the url
https://i.instagram.com/api/v1/users/{userId}/info/. Instagram changed it and now only the app is able to access that url.This PR fixes the problem https://github.com/postaddictme/instagram-php-scraper/pull/545