dvingerh / PyInstaLive

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

Errors, cannot use at all #163

Closed ghost closed 9 months ago

ghost commented 9 months ago

Windows 11, latest version of pyinstalive, 3.6.8 python.

PS C:\Users\x\Downloads\Pyinsta> pyinstalive
Traceback (most recent call last):
  File "C:\Users\x\AppData\Local\Programs\Python\Python36\Scripts\pyinstalive-script.py", line 11, in <module>
    load_entry_point('pyinstalive==4.0.2', 'console_scripts', 'pyinstalive')()
  File "c:\users\x\appdata\local\programs\python\python36\lib\site-packages\pyinstalive\startup.py", line 110, in run
    logging.disable()
TypeError: disable() missing 1 required positional argument: 'level'

I've install requirements etc, does pyinstalive no longer function? Last time I used was like 2 years ago

dvingerh commented 9 months ago

Try version 3.2.4, the last version turned out not to be as future proof as I wanted it to be. Development for this script has ended so I'm not able to help you out with any other problems you run into

ghost commented 9 months ago

Try version 3.2.4, the last version turned out not to be as future proof as I wanted it to be. Development for this script has ended so I'm not able to help you out with any other problems you run into

Ty! Is there a way to record lives from the beginning or was that never added as feature officially (remember it being mentioned in past)

dvingerh commented 9 months ago

That was never added as a feature, you had to run the script on a loop periodically or hope the user saved the live as a replay

ghost commented 9 months ago

That was never added as a feature, you had to run the script on a loop periodically or hope the user saved the live as a replay

Ah no worries then. Thanks for answering will close this now since the old version fixed for me :)