drlshx

Results 9 comments of drlshx

I modified the useragent manually on my code to `'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0'` -> the downloading now works. instead of the...

> to import cookies from browser: `python3 /615_import_firefox_session.py -c /mnt/tmp/firefox/default_profile/cookies.sqlite` > > to download `instaloader --login=USER --user-agent "Mozilla/5.0 (X11; Linux x86_64; ......................." --abort-on=302,400,401,429,403 --stories --tagged --highlights PROFILE/` > > Better...

Yes, I have this problem also where i have been `updating` all profiles on my local and i get a user-mismatch after some time. Gonna check what i can PR...

I think there is no problem here since using the typical `instaloader profile "useruser"` retrieves the image on the account without any problem. There is nothing to be done on...

Same error I got on this. `L = instaloader.Instaloader()` Using `L.login(username, passwd) `on my code (same as using `--login`) gives me an error `An error occurred: Login: Checkpoint required. Point...

u getting rate limited. try another day. I suggest not to use your main acc when doing --login.

Stucked also at creation in progress... 100% `services: mongodb: image: "mongo:4.4" container_name: mongodb environment: - PUID=${PUID} - PGID=${PGID} volumes: - db:/data/db ports: - 27017:27017 restart: unless-stopped minio: image: "minio/minio" command:...

if you get this error, i think you're being rate limited by tiktok. it returns an error of that kind meaning an html is being sent to you rather than...