Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just plays only the live streams and reported KeyError: 'is_live'Traceback for non streaming audio/video #27

Open
kuldeepsagar opened this issue May 18, 2023 · 0 comments

Comments

@kuldeepsagar
Copy link

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.

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant