M1n007 / node-insta-web-api

Simple, easy implementation of the Instagram private web API.
42 stars 17 forks source link

failed to uploading images #30

Open menguzat opened 2 months ago

menguzat commented 2 months ago

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