Open Vaasu-Dhand opened 3 years ago
Does your proxy require any authentication? if so that may be the issue
No, it doesn't. I am using FIXIE ad-on on heroku
Most likely to do with the IP's
I had the same issue, set "pool: false" in the request options of the lib (instagram-private-api/dist/core/request.js). Not sure what it does but it fixes the issue for me. Maybe it is to do with the nodejs version, i'm using current lts.
Bug Report
Read the Notes and fill out the form.
Notes
Your issue will be closed if you violate any rule below.
IgActionSpamError (feedback_required)
,IgCheckpointError (challenge_required)
,checkpont_required
,login_required
are "common" and there are multiple issues, search here.Form
Put an
[x]
if you meet the condition, else leave[ ]
.Requirements
DEBUG
variable.Platform
14.15.5
YOUR_BROWSER_AND_VERSION
YOUR_ENV
Description
I have deployed a scheduled Instagram poster to heroku using the Instagram-private-api. It was worked fine for a few days, but in the last two or three days, it cannot upload any posts when deployed on heroku. It works locally though. This error might be related to proxies. For proxies, I am using FIXIE addon on Heroku. However, I checked that and it is proxying my requests correctly.
Code
My Instagram Posting Code -
Error and Output
If you've got an error put it here. You can get the stacktrace in the most environments using
Error.stack
(MDN Docs).