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

"Followed Channels" API 410 Gone #688

Open
Slychocobo opened this issue Sep 28, 2023 · 2 comments
Open

"Followed Channels" API 410 Gone #688

Slychocobo opened this issue Sep 28, 2023 · 2 comments
Labels

Comments

@Slychocobo
Copy link

Context

Please provide any relevant information about your setup

  • Add-on Version: 3.0.1
  • Kodi Version: 20.2.0
  • Kodi GUI Language: English
  • Operating System: Android (Shield TV)
  • Operating System Language: English

Expected Behavior

Selecting "followed channels" should list all channels I am subscripted to on Twitch


Current Behavior

An error is produced instead, "Error Gone, 410 This API is not available"

Debug log below


Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Load Addon and add API key
  2. Select followed channels

Log

2023-09-28 17:16:15.073 T:9440    debug <general>: ------ Window Init (DialogBusy.xml) ------
2023-09-28 17:16:15.143 T:9620    debug <general>: [ script.embuary.helper ] Force widgets to refresh (AudioLibrary.OnUpdate)
2023-09-28 17:16:15.143 T:9620    debug <general>: [ script.embuary.helper ] Execute: AlarmClock(WidgetRefresh,SetProperty(EmbuaryWidgetUpdate,20230928161615,home),00:10,silent)
2023-09-28 17:16:15.154 T:9440    debug <general>: started alarm with name: widgetrefresh
2023-09-28 17:16:15.393 T:18146   debug <general>: script.module.python.twitch: url: |https://api.twitch.tv/helix/users/follows| parameters: |[('from_id', '52942470'), ('first', 25)]|
                                                   {
                                                       "error": "Gone",
                                                       "message": "This API is not available.",
                                                       "status": 410
                                                   }
2023-09-28 17:16:15.393 T:18146   error <general>: Twitch: Error |Gone| |[410] This API is not available.|

Additional Information

Looking at the API document, this endpoint might be changed to https://api.twitch.tv/helix/channels/followed

https://dev.twitch.tv/docs/api/reference/#get-followed-channels


@Slychocobo Slychocobo added the bug label Sep 28, 2023
@apo86
Copy link
Contributor

apo86 commented Sep 28, 2023

Try to update your addon. There's a version 3.0.2 which fixes this issue.

@Slychocobo
Copy link
Author

Ah! I did not realise there was a 3.0.2 (as it was not in Releases) but after figuring that out and installing the updated python lib the feature is now resolved.

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants