dvingerh / PyInstaLive

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

AttributeError: 'NoneType' object has no attribute 'capitalize' #129

Closed challi1337 closed 2 years ago

challi1337 commented 2 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:

It worked all fine for a long time but yesterday after rebooting my system I'm getting this error every time I try to download a livestream. What could be the cause I am not too savy with python or coding in general.

Traceback (most recent call last): File "/bin/pyinstalive", line 33, in sys.exit(load_entry_point('pyinstalive==3.3.0', 'console_scripts', 'pyinstal ive')()) File "/usr/lib/python3.8/site-packages/pyinstalive/startup.py", line 278, in r un downloader.start() File "/usr/lib/python3.8/site-packages/pyinstalive/downloader.py", line 32, in start dlfuncs.download_livestream() File "/usr/lib/python3.8/site-packages/pyinstalive/dlfuncs.py", line 150, in d ownload_livestream helpers.print_heartbeat() File "/usr/lib/python3.8/site-packages/pyinstalive/helpers.py", line 283, in p rint_heartbeat logger.info('Status : {}'.format( pil.livestream_downloaded_obj.get("b roadcast_status").capitalize())) AttributeError: 'NoneType' object has no attribute 'capitalize'