mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
Instagram download not working #475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bajun on GitHub (Oct 3, 2024).
bug description
Hi!
When I'm trying to download reels from Instagram (either from my instance or from yours), it shows an error -
{ "status": "error", "error": { "code": "error.api.fetch.fail", "context": { "service": "instagram" } } }reproduction steps
screenshots
links
platform information
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
additional context
`{
"is": {
"iPhone": false,
"iPad": false,
"iOS": false,
"android": false,
"mobile": false
},
"prefers": {
"language": "uk",
"reducedMotion": false,
"reducedTransparency": false
},
"supports": {
"share": true,
"directDownload": true
},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
}
{
"schemaVersion": 2,
"appearance": {
"theme": "dark"
},
"privacy": {},
"save": {
"youtubeVideoCodec": "h264",
"videoQuality": "720",
"audioFormat": "mp3",
"downloadMode": "auto",
"filenameStyle": "classic"
},
"processing": {
"enableCustomInstances": false
},
"advanced": {
"debug": true
}
}
{
"commit": "e419de07a43270db2a43c89f9215088e5d489d8b",
"branch": "main",
"remote": "imputnet/cobalt",
"version": "10.1.0"
}
`
@steazzy commented on GitHub (Oct 5, 2024):
reels works for me. https://www.instagram.com/pirat_serega/reel/C20ctLLxdhA/ But photos doesn't
@wukko commented on GitHub (Oct 16, 2024):
duplicate of #539