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

python(bug): fix download bug for same channel requested #111

Closed
wants to merge 1 commit into from

Conversation

solidiquis
Copy link
Collaborator

Changes

There was a logic error in how we retrieve channel information from the channel cache in the data service. Essentially if the channel is in the cache we end up passing an empty list to the ChannelService_ListChannels endpoint which then returns an error response causing an exception to be raised. This PR fixes that.

@solidiquis solidiquis closed this Oct 29, 2024
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

Successfully merging this pull request may close these issues.

1 participant