Skip to content

SBS Addon is broken can it be fixed ? I have logged it and used Gemini to assist with the failure .. This affects all sbs ondemand users #1304

Description

@petavenables

Here are the two specific places in your log file where Kodi attempts to run the SBS On Demand add-on (plugin.video.sbs).

In both instances, the add-on launches but immediately crashes due to an API error.
Attempt 1: Initial Launch

The first attempt happens at 00:02:36. The add-on initializes, tries to fetch its configuration from the SBS servers, and immediately throws a Python traceback error:
Plaintext

2026-04-21 00:02:36.766 T:15580 info : [SBS On Demand v1.1.13_matrix] Kodi 21.2 running on Windows
2026-04-21 00:02:36.767 T:15580 info : [SBS On Demand v1.1.13_matrix] {}
2026-04-21 00:02:36.767 T:15580 info : [SBS On Demand v1.1.13_matrix] Performing GET for https://www.sbs.com.au/api/v3/video_config?context=android&device=phone&version=3.4.6
2026-04-21 00:02:37.086 T:15580 info : [SBS On Demand v1.1.13_matrix] Traceback (most recent call last):
...
requests.exceptions.HTTPError: 410 Client Error: Gone for url: https://www.sbs.com.au/api/v3/video_config?context=android&device=phone&version=3.4.6

Attempt 2: After Enabling Debug Logging

You enabled debug logging at 00:05:54. The second attempt to launch the add-on happens shortly after, starting at 00:06:58. You get much more detailed output here, but it results in the exact same crash:
Plaintext

2026-04-21 00:06:58.059 T:5332 debug : CScriptRunner: running add-on script SBS On Demand('plugin://plugin.video.sbs/', '3', '')
...
2026-04-21 00:06:58.825 T:12208 info : [SBS On Demand v1.1.13_matrix] Kodi 21.2 running on Windows
...
2026-04-21 00:06:58.826 T:12208 info : [SBS On Demand v1.1.13_matrix] Performing GET for https://www.sbs.com.au/api/v3/video_config?context=android&device=phone&version=3.4.6
2026-04-21 00:06:59.039 T:12208 info : [SBS On Demand v1.1.13_matrix] Traceback (most recent call last):
...
requests.exceptions.HTTPError: 410 Client Error: Gone for url: https://www.sbs.com.au/api/v3/video_config?context=android&device=phone&version=3.4.6

What the error means:

The add-on is failing because the URL it is trying to connect to (api/v3/video_config) is returning an HTTP 410 (Gone) status. This indicates that SBS has permanently removed or changed that specific API endpoint, meaning the v1.1.13_matrix version of this add-on is likely outdated and broken until the developer releases a patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions