[x ] I have checked all existing issues, none of which could solve my issue.
I am using:
[ ] Windows 10
[ ] Windows 8.1
[ ] Windows 8
[ ] Windows 7
[ ] Linux (distribution: )
[ ] macOS (version: )
[x ] Other (device & OS name: Synology NAS/Linux )
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'
Fill in this template completely. Issues not following this template will be closed and ignored.
Check the boxes below by filling
[ ]
with anx
so it looks like[x]
.Use the Preview button to ensure the template is filled in correctly.
3.8.8
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'