You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use:
const result = await client.addPost(path.join(__dirname,imagePath), caption);
the image path is correct (i tried other ways too) but I get:
Failed to post to Instagram: Error: Error: failed to uploading images
at Instagram.addPost (D:\Web\socialagent\node_modules\node-insta-web-api\lib\index.js:693:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToInstagram (D:\Web\socialagent\app.js:47:24)
at async D:\Web\socialagent\app.js:28:4
The text was updated successfully, but these errors were encountered:
I use:
const result = await client.addPost(path.join(__dirname,imagePath), caption);
the image path is correct (i tried other ways too) but I get:
Failed to post to Instagram: Error: Error: failed to uploading images
at Instagram.addPost (D:\Web\socialagent\node_modules\node-insta-web-api\lib\index.js:693:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToInstagram (D:\Web\socialagent\app.js:47:24)
at async D:\Web\socialagent\app.js:28:4
The text was updated successfully, but these errors were encountered: