Skip to content
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

Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException #124

Closed
cced3000 opened this issue Jun 16, 2017 · 2 comments

Comments

@cced3000
Copy link

cced3000 commented Jun 16, 2017

require_once 'vendor/autoload.php';
use InstagramScraper\Instagram;
$instagram = Instagram::withCredentials('[email protected]', 'xxxxxx');
$instagram->login();
$medias = $instagram->getTopMediasByTagName('hello');
print_r($medias);

Fatal error: Uncaught exception 'InstagramScraper\Exception\InstagramAuthException' with message 'Something went wrong. Please report issue.' in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php:534 Stack trace: #0 /www/wwwroot/www.test.com/test.php(11): InstagramScraper\Instagram->login() #1 {main} thrown in /www/wwwroot/www.test.com/src/InstagramScraper/Instagram.php on line 534

@StereoFlo
Copy link
Contributor

StereoFlo commented Jun 20, 2017

i think is a bad answer from instagram, try again from another server

@elliott-beach
Copy link
Contributor

It works for me. This issue should probably be closed.

@raiym raiym closed this as completed Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants