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
To view a channel the User APU key is used. But to get feed the read API key must be passed.
This needs to change: if self.api_key is not None: options["api_key"] = self.api_key