-
Notifications
You must be signed in to change notification settings - Fork 799
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
500 Internal server error #357
Comments
Now every times it give error internal server error. Anyone help me please |
@zubairsultan786 What error do you have? |
@pgrimaud when I execute my code it shows like that. I think the error is in getStories function |
@zubairsultan786 Show php errors by adding this 2 lines in your code : ini_set('display_errors', 1);
error_reporting(E_ALL); |
Problem solved after updating to latest version |
@andrewaolwatson nice! |
@andrewaolwatson hey!! which files i have to update? |
Hi,
I am working on instagram stories. it's work but sometimes it will gives error internal server error. I don't know why it's happening. Can you please help me out?
Here is my code:
`
$instagram = \InstagramScraper\Instagram::withCredentials('xxxx', 'xxxxx');
The text was updated successfully, but these errors were encountered: