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
Hi
Running the bot with python3 ./ytdl_bot.py command and providing the instagram.com_cookies.txt in 2 locations (next to ytdl_bot.py and inside a ./data folder), I get the follwing error:
[0;31mERROR: [0m [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
with the following full log:
[2023-01-13 09:26:50 ytdl_bot.py:324 I] start https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:50 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:50 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:51 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:51 db.py:69 I] Setting metrics: video_request
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:26:59 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:59 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format bestvideo[vcodec^=avc]+bestaudio[acodec^=mp4a]/best[vcodec^=avc]/best
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:27:00 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:27:00 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format None
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:27:01 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:27:01 downloader.py:237 I] https://www.instagram.com/reel/CnV5VS1I1bN/ - {'status': False, 'error': '\x1b[0;31mERROR:\x1b[0m [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials', 'filepath': []}
[2023-01-13 09:27:01 tasks.py:257 I] Download complete.
The text was updated successfully, but these errors were encountered:
Hi
Running the bot with
python3 ./ytdl_bot.py
command and providing the instagram.com_cookies.txt in 2 locations (next to ytdl_bot.py and inside a ./data folder), I get the follwing error:[0;31mERROR: [0m [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
with the following full log:
[2023-01-13 09:26:50 ytdl_bot.py:324 I] start https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:50 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:50 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:51 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:51 db.py:69 I] Setting metrics: video_request
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 limit.py:146 W] Canonical exception https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:57 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:26:59 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:26:59 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format bestvideo[vcodec^=avc]+bestaudio[acodec^=mp4a]/best[vcodec^=avc]/best
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:27:00 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:27:00 downloader.py:223 I] Downloading for https://www.instagram.com/reel/CnV5VS1I1bN/ with format None
WARNING: [Instagram] CnV5VS1I1bN: No csrf token set by Instagram API
WARNING: [Instagram] CnV5VS1I1bN: General metadata extraction failed (some metadata might be missing).
WARNING: [Instagram] unable to extract shared data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
WARNING: [Instagram] Main webpage is locked behind the login page. Retrying with embed webpage (some metadata might be missing).
WARNING: [Instagram] unable to extract additional data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
ERROR: [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials
[2023-01-13 09:27:01 downloader.py:230 E] Download failed for https://www.instagram.com/reel/CnV5VS1I1bN/
[2023-01-13 09:27:01 downloader.py:237 I] https://www.instagram.com/reel/CnV5VS1I1bN/ - {'status': False, 'error': '\x1b[0;31mERROR:\x1b[0m [Instagram] CnV5VS1I1bN: Requested content is not available, rate-limit reached or login required. Use --cookies, --cookies-from-browser, --username and --password, or --netrc (instagram) to provide account credentials', 'filepath': []}
[2023-01-13 09:27:01 tasks.py:257 I] Download complete.
The text was updated successfully, but these errors were encountered: