docker-instaloader icon indicating copy to clipboard operation
docker-instaloader copied to clipboard

Possible outdated scraper definitions?

Open deviationist opened this issue 3 years ago • 1 comments

I'm trying to download my own profile, but I'm getting an error. See the output below. Note that I've replaced my username with "my-username".

docker run --rm -it -v $(pwd)/download:/download -v $(pwd)/il_args.txt:/il_args.txt -v $(pwd)/il_targets.txt:/il_targets.txt didc/docker-instaloader

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Loaded session from instaloader.sessionfile.
Logged in as my-username.
JSON Query to my-username/feed/: Could not find "window._sharedData" in html response. [retrying; skip with ^C]
JSON Query to my-username/feed/: Could not find "window._sharedData" in html response. [retrying; skip with ^C]
Profile my-username does not exist.
The most similar profile is: my-username.
Trying again anonymously, helps in case you are just blocked.
JSON Query to my-username/feed/: Could not find "window._sharedData" in html response. [retrying; skip with ^C]
JSON Query to my-username/feed/: Could not find "window._sharedData" in html response. [retrying; skip with ^C]
Profile my-username does not exist.
The most similar profiles are: my-username, my-usernam, my-username1845, my-username90, y-username.
Saved session to instaloader.sessionfile.

Errors or warnings occurred:
Profile my-username does not exist.
The most similar profiles are: my-username, my-usernam, my-username1845, my-username90, y-username.

The contents of il_targets.txt is simply my own username.

Here is the content of il_args.txt:

--login=robsat91
--sessionfile=instaloader.sessionfile
--no-captions
--no-video-thumbnails
--no-metadata-json
--tagged

I'm using tag "latest" (published 05.06.22, digest 23ee5a579695).

I've tried with other profiles, both public and private ones (that I have access to with my account). Not sure if this is only me, or if other ppl have the same issue.

Anyway I can debug this further to see what's going on? Or did Instagram make any changes that make this tool incompatible?

Kind regards Robert S.

deviationist avatar Jul 27 '22 19:07 deviationist

Best start for debugging is to try running the standalone tool -- see the main repo here: https://github.com/instaloader/instaloader

This one's just for the (rough) docker wrapper.

di-dc avatar Nov 05 '22 02:11 di-dc