Coder Social home page Coder Social logo

Comments (10)

shelomito12 avatar shelomito12 commented on May 30, 2024

Same issue from Yellow Duck:
image

from itsagramlive.

shelomito12 avatar shelomito12 commented on May 30, 2024

Most likely this(?): https://www.express.co.uk/life-style/science-technology/1215962/Instagram-Down-Timeline-Unable-To-Load-iPhone-Android-App

from itsagramlive.

harrypython avatar harrypython commented on May 30, 2024

When you login a lot, Instagram will skip you and it's normal. Try this:

  1. Logout from all devices
    1.1 Open your account on a device (android/ios);
    1.1 On Settings -> Security -> Login Activity -> Here log out all devices
  2. Clean up your Python virtual environment;
    1.1 delete and recreate the virtual environment
  3. and change your Instagram password

from itsagramlive.

shelomito12 avatar shelomito12 commented on May 30, 2024

Hey @harrypython, did what you suggested but now I'm being prompted with the following:

$ python3.6 live_broadcast.py                        
Let's do it!
/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'i.instagram.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning,
/home/ubuntu/.local/lib/python3.6/site-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'i.instagram.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning,

Then I installed 2 other pip modules as suggested here: https://urllib3.readthedocs.io/en/latest/user-guide.html#ssl

pip3 install certifi
pip3 install urllib3[secure]
pip3 install requests

But still getting the above Unverified HTTPS request error

from itsagramlive.

harrypython avatar harrypython commented on May 30, 2024

Can you give me some details about your environment like
What Ubuntu you are running?
Where: VM? PC? Cloud?

from itsagramlive.

shelomito12 avatar shelomito12 commented on May 30, 2024

Ubuntu server 18.04 (headless/no gui) VM on Cloud.

Linux myserver 5.0.0-1014-oracle #19-Ubuntu SMP Tue Mar 17 04:50:21 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

from itsagramlive.

shelomito12 avatar shelomito12 commented on May 30, 2024

Any thoughts?

from itsagramlive.

harrypython avatar harrypython commented on May 30, 2024

Can you share your live_broadcast.py?

from itsagramlive.

shelomito12 avatar shelomito12 commented on May 30, 2024
from ItsAGramLive import ItsAGramLive

#live = ItsAGramLive()

# or if you want to pre-define the username and password without args
live = ItsAGramLive(
    username='ig123',
    password='hackm3'
 )

live.start()

from itsagramlive.

harrypython avatar harrypython commented on May 30, 2024

I have not been able to reproduce your error.
On a vagrant w / ubuntu-18.04 I needed only 3 commands to get the script to run:

sudo apt-get update
sudo apt install python3-pip
pip3 install ItsAGramLive

and done. My guess is that you may need to start over in a "clean" environment, sorry.

from itsagramlive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.