You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just plays only the live streams and reported KeyError: 'is_live'Traceback for non streaming audio/video.
Following error reported in the logs .Can you please check and provide fix for this.
2023-05-18T08:34:59.583+05:30Copy[ERROR] KeyError: 'is_live'Traceback (most recent call last): File "/var/task/lambda_function.py", line 248, in lambda_handler return on_intent(event) File "/var/task/lambda_function.py", line 264, in on_intent return search(event) File "/var/task/lambda_function.py", line 1199, in search next_url, title = get_url_and_title(id) File "/var/task/lambda_function.py", line 880, in get_url_and_title return get_url_and_title_youtube_dl(id) File "/var/task/lambda_function.py", line 908, in get_url_and_title_youtube_dl if info['is_live'] is True:
[ERROR] KeyError: 'is_live' Traceback (most recent call last): File "/var/task/lambda_function.py", line 248, in lambda_handler return on_intent(event) File "/var/task/lambda_function.py", line 264, in on_intent return search(event) File "/var/task/lambda_function.py", line 1199, in search next_url, title = get_url_and_title(id) File "/var/task/lambda_function.py", line 880, in get_url_and_title return get_url_and_title_youtube_dl(id) File "/var/task/lambda_function.py", line 908, in get_url_and_title_youtube_dl if info['is_live'] is True:
The text was updated successfully, but these errors were encountered:
Hi,
Just plays only the live streams and reported KeyError: 'is_live'Traceback for non streaming audio/video.
Following error reported in the logs .Can you please check and provide fix for this.
The text was updated successfully, but these errors were encountered: