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
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
The get_channel method loads channels for the current user and then returns an error "No channel found with channel_tag" when the channel is not found. However it doesn't handle multiple pages of results which means this will break if you have more than 20 channels.
The code does have some methods that handle multiple pages of results, but it looks like it only is used for getting pushes, not channels.
The text was updated successfully, but these errors were encountered:
The get_channel method loads channels for the current user and then returns an error "No channel found with channel_tag" when the channel is not found. However it doesn't handle multiple pages of results which means this will break if you have more than 20 channels.
The code does have some methods that handle multiple pages of results, but it looks like it only is used for getting pushes, not channels.
The text was updated successfully, but these errors were encountered: