riad-azz / instagram-video-downloader

Simple website made with Next.js for downloading instagram videos with an API that can be used to integrate it in other applications.
https://instagram-videos.vercel.app
MIT License
171 stars 69 forks source link

[Error]: Video link for this post is not public. #10

Open iKollor opened 7 months ago

iKollor commented 7 months ago

I'm already enabled Server API in instagram.ts config

then trying to fetch to: http://localhost:3002/api/video?url=https://www.instagram.com/reel/CuYZooYgZHk/ and says Video link for this post is not public. code 401.

I'm working on ubuntu image

deployed with pm2 image Also, i just added those logs too

riad-azz commented 7 months ago

I am really not sure what seems to be the problem here.

I disabled the webpage scraping and only enabled the GraphQL and server API to make sure its working as intended, everything seems to be fine.

I even made a script to spam the endpoint every second for 5 minutes and it kept working without being limited.

Did you change anything before running the server?

image

image

21CreativeMedia commented 6 months ago

I'm already enabled Server API in instagram.ts config

then trying to fetch to: http://localhost:3002/api/video?url=https://www.instagram.com/reel/CuYZooYgZHk/ and says Video link for this post is not public. code 401.

I'm working on ubuntu image

deployed with pm2 image Also, i just added those logs too

I've facing this problem before and found out that means your IP address being marked as spam from Instagram. change the IP fixes the problem.

arashnm80 commented 1 month ago

I am facing the same problem for all links.

image