From 1aab6420d7f7243b4f47074f5e9e39a59b113c6f Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Tue, 10 Dec 2024 18:25:34 +0100 Subject: [PATCH 1/2] Show error message in case of invalid credentials For regular users, it is not possible to find out what is wrong without a message being shown. --- src/WaipuData.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WaipuData.cpp b/src/WaipuData.cpp index 3bcba52..d30f830 100644 --- a/src/WaipuData.cpp +++ b/src/WaipuData.cpp @@ -201,6 +201,8 @@ void WaipuData::LoginThread() } continue; + } else if (m_login_status == WAIPU_LOGIN_STATUS::INVALID_CREDENTIALS) { + kodi::QueueNotification(QUEUE_ERROR, "", kodi::addon::GetLocalizedString(30030)); } kodi::addon::CInstancePVRClient::ConnectionStateChange("Connecting", From e968c5826af9219e77d20365fe86be0f9df8438d Mon Sep 17 00:00:00 2001 From: flubshi Date: Fri, 13 Dec 2024 21:54:31 +0100 Subject: [PATCH 2/2] Bump version 21.8.8 --- pvr.waipu/addon.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvr.waipu/addon.xml.in b/pvr.waipu/addon.xml.in index 5a492d8..54682bb 100644 --- a/pvr.waipu/addon.xml.in +++ b/pvr.waipu/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ @@ -26,7 +26,7 @@ resources/screenshots/screenshot-02.jpg -- Fix timers import on broken timer entry +- Show error message when credentials are invalid ( contributed by @Rainer-Keller ) waipu.tv PVR-klient waipu.tv PVR Client