We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In which file is the bug?
Describe the setup (arguments and their values, how it was run, etc.):
Describe what the bug is:
Traceback (most recent call last): File "/config/scripts/rolling_tv_channel.py", line 133, in <module> response = rolling_tv_channel(ssn=ssn, playlist_name=args.PlaylistName) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/scripts/rolling_tv_channel.py", line 75, in rolling_tv_channel playlist_output = ssn.get(f'{base_url}/playlists/{playlist_ratingkey}/items').json()['MediaContainer']['Metadata'] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'Metadata'
Describe what should be happening: Playlist has been created but remains empty and get the above error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In which file is the bug?
Describe the setup (arguments and their values, how it was run, etc.):
Describe what the bug is:
Describe what should be happening:
Playlist has been created but remains empty and get the above error.
The text was updated successfully, but these errors were encountered: