-
Notifications
You must be signed in to change notification settings - Fork 800
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
Account with this username does not exist #294
Comments
Same problem here. It's even more confusing, because I'm running the exact same version of the scraper on an other machine, and that works fine. I have no clue. Does anyone have an idea? |
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. |
Please is there any fix to the above problem? "Account with this username does not exist". Everything works fine on localhost, but triggers the error when uploaded to remote hosting account. I'm comfused. |
@Johnnydoncom had the same issue back in 2018. Make sure when you deploy the site all the packages are updated, too. After upgrading the package to the latest version it was all sorted. Just tried again and the getAccount() method still works for me properly on both local and production with a version of "^0.8.22". If all looks good but still doesn't work, giving a go rebooting your server may give you some luck perhaps. Good luck! |
as @UXandre mentioned 0.8.22 worked after downgrading the package, but only for single use, afterwards it throws the same error |
Hi
I applied #290, but my script returns "Account with this username does not exist"
$account = $instagram->getAccount($username);
This is weird... Thanks
The text was updated successfully, but these errors were encountered: