althonos / InstaLooter

Another API-less Instagram pictures and videos downloader.
GNU General Public License v3.0
2.01k stars 256 forks source link

Credentials error: Upsetting Instagram #123

Open djvanguard opened 6 years ago

djvanguard commented 6 years ago

For some reason this started throwing errors today, and Instagram keeps sending me warning of an unauthorized access attempt. Looks like they changed something, unless I'm the only one getting it. I have not changed my password recently.

Traceback (most recent call last):
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\vanguard\AppData\Local\Programs\Python\Python36-32\Scripts\instaLooter.exe\__main__.py", line 9, in <module>
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\site-packages\instaLooter\utils.py", line 174, in new_func
    result = func(*args, **kwargs)
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\site-packages\instaLooter\cli.py", line 208, in main
    login(looter, args)
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\site-packages\instaLooter\cli.py", line 130, in login
    looter.login(username, password)
  File "c:\users\vanguard\appdata\local\programs\python\python36-32\lib\site-packages\instaLooter\core.py", line 224, in login
    raise SystemError("Login error: check your connection")
SystemError: Login error: check your connection
djvanguard commented 6 years ago

Please let me know if I'm the only one encountering this issue. I will then look into other explanations on my end.

althonos commented 6 years ago

@djvanguard : is this still happening ? It can occur because Instagram did not authorize connection to your computer. Can you login through the website ?

vincentgong7 commented 5 years ago

Hi, I also met similar problem when I login with CLI, with command:

instalooter post "https://www.instagram.com/p/BFB6znLg5s1/" ./imgs/ --username vxxx@xxxm --password xxxxxxxx

Error:

instalooter.cli[23948] CRITICAL Login error: check your login data
instalooter.cli[23948] WARNING unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('157.230.31.3', 34864), raddr=('185.60.216.174', 443)>

I can login in via Chrome. So still do not know what is wrong with it.

BR, Vincent

seeker1983 commented 4 years ago

I'm having same issue. Did anyone found a solution/workaround?

UgurGumushan commented 4 years ago

I couldn't login either. My password is long and complex and I have to paste it. When I paste without quotes, my terminal recognizes a pipe character and it breaks the password. When I use quotes to represent a string and pass my password as a parameter, I receive the "login error: check your login data". I couldn't find a way to use this app