dvingerh / PyInstaLive

Python script to download Instagram livestreams.
MIT License
547 stars 111 forks source link

Problems with installation and login #72

Closed marabu88 closed 5 years ago

marabu88 commented 5 years ago

Fill in this template completely. Issues not following this template will be closed and ignored.

Check the boxes below by filling [ ] with an x so it looks like [x].

Use the Preview button to ensure the template is filled in correctly.

I am using:

I install last version for python 3.7 and have problem with login: [E] Could not login: {"message": "challenge_required", "challenge": {"url": "https://i.instagram.com/challenge/.../.../", "api_path": "/challenge/.../.../", "hide_webview_header": true, "lock": true, "logout": false, "native_flow": true}, "status": "fail", "error_type": "checkpoint_challenge_required"} I hide private parts this error with "..." after EVERY unsuccessful attempt, I have to confirm in IG that it was me :(

dvingerh commented 5 years ago

https://github.com/notcammy/PyInstaLive/issues/57#issuecomment-529740020

github-userx commented 4 years ago

@notcammy does pyinstalive work for you with python3.7?

dvingerh commented 4 years ago

@github-userx Tested and working fine on Python 3.7.3

github-userx commented 4 years ago

Hm.. Looks like the compiling of pillow doesn’t work here on my Raspbian Buster (RaspberryPi-2).

i remember that it worked a couple weeks ago.

i used:

    python3 -m venv pyinstalive

so i don’t have to use sudo as well and have it all separated from other packages. I used pyinstalive 3.1.9.

by the way have you ever thought about making pyinstalive a pypi package?

i might post my full log/output in a separate issue/thread!

dvingerh commented 4 years ago

@github-userx

by the way have you ever thought about making pyinstalive a pypi package?

I don't know how to do that, nor do I have enough interest to find out how lol You're free to create it yourself though and add me as a collaborator