harrypython / itsagramlive

It's A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
GNU General Public License v3.0
175 stars 51 forks source link

Bad password #39

Closed gotagautier closed 3 years ago

gotagautier commented 3 years ago

I just update to last version (1.4.3) and now send me a message for bad password. I start the same file with same password in all versions, if I return to 1.4.1 version it works fine the error is the following lines:

Let's do it! Traceback (most recent call last): File "c:\python3\IG\test.py", line 11, in live.start() File "c:\Python3\lib\site-packages\ItsAGramLive\ItsAGramLive.py", line 241, in start if not self.login(): File "c:\Python3\lib\site-packages\ItsAGramLive\ItsAGramLive.py", line 131, in login if self.LastJson['error_type'] == 'bad_password': KeyError: 'error_type'

harrypython commented 3 years ago

Thank you so much for your alert

Please update to version 1.4.4 and give me your feedback

gotagautier commented 3 years ago

I have other error message now:

Traceback (most recent call last): File "c:\python3\IG\test.py", line 6, in live = ItsAGramLive( File "c:\Python3\lib\site-packages\ItsAGramLive\ItsAGramLive.py", line 71, in init m.update(args.username.encode('utf-8') + args.password.encode('utf-8')) UnboundLocalError: local variable 'args' referenced before assignment

Maybe I need change anything into my file settings?

harrypython commented 3 years ago

Maybe I need change anything into my file settings?

No, I believe was my mistake. Can you tray one more time?

gotagautier commented 3 years ago

I just test it. It works perfect! You can save to IGTV an exit the live without problems. Thanks a lot!

harrypython commented 3 years ago

@gotagautier thanks for your help