Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error downloading IGTV files #2224

Open
OGF7322 opened this issue Mar 28, 2024 · 0 comments
Open

Error downloading IGTV files #2224

OGF7322 opened this issue Mar 28, 2024 · 0 comments
Labels
bug Bug

Comments

@OGF7322
Copy link

OGF7322 commented Mar 28, 2024

Describe the bug
Using the following command in the command line interface:
.\instaloader --login=[account name] [profile name] --stories --highlights --igtv
and a successfull login an error appeared right after completing the download of the profile and starting on the IGTV files.

removing the "--igtv" fixes the issue and downloads everything else as expected

To Reproduce
In the command line the usage of the "--igtv" modifier cuases this error. It is not limited to one account, the error appeared on all accounts I tried this command on.
The issue does not happen, when you don't log in.

Expected behavior
I expected a download without an error

Error messages and tracebacks
Retrieving IGTV videos for profile [profile name].
Traceback (most recent call last):
File "instaloader\structures.py", line 969, in _metadata
KeyError: 'edge_felix_video_timeline'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 577, in
File "main.py", line 574, in __main
File "main.py", line 541, in main
File "main.py", line 283, in _main
File "instaloader\instaloader.py", line 1478, in download_profiles
File "instaloader\instaloader.py", line 1292, in download_igtv
File "instaloader\structures.py", line 1232, in get_igtv_posts
File "instaloader\structures.py", line 975, in _metadata
KeyError: 'edge_felix_video_timeline'
[540] Failed to execute script 'main' due to unhandled exception!

Instaloader version
4.11

Additional context
The instagram account I'm using is a newly created one, this might cause the issue.

@OGF7322 OGF7322 added the bug Bug label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

No branches or pull requests

1 participant