-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Kodi] PVR selection empty #3546
Comments
Hi @quthla, Which UI / App do you use for displaying your sitemap? Be aware that currently only PaperUI or HABPanel support automatically population of the Selection elements (see eclipse-archived/smarthome#4942). |
In PaperUI no selection is working. https://screenshots.firefox.com/ZCRo4FqAkYd5pfRk/ubuntu And since updating to 2.3 the volume control correctly shows the volume but can't change it anymore. |
Can you provide some DEBUG logs? The binding refreshes the PVR channels every five minutes. I am going to try the volume issue in a few minutes.
Can you tell me a little bit more about your system? Which distribution? OpenELEC, LibreELEC, other? milhouse build? // Edit: I Can confirm the volume issue. Will provide a fix soon. |
It says All channels there though I set it to Alle Kanäle- Milhouse builds but I build them myself with some changes |
https://nopaste.xyz/?094c78e5706d93e1#Ht4rGhiWL5vOAPO4u7WIqaU1qCAYes1tgF9c7j34enA= The binding is sending quite many requests. |
Turns out it's working at least in HABPanel but judging by the log there is still some fixing needed. |
I looked through your log file and tried to analyze the situation. It seems that different Kodi versions / PVR clients handle some methods slightly different. May I ask you to do another test? Please change the channel configure for the group of your pvr-open-radio channel to "Alle Kanäle" like you did for the pvr-open-tv channel. In my setup the PVR channel group id for PVR radio channels is 2. I assumed that is the default. In your case it is -1 which looks weird. I added another check to prevent some IllegalStateException if the list of favorites is empty (see cweitkamp@fb7afd2). According to the API the method should return an empty list but I received a null value instead. Shall I upload a test version for you? |
Yes, you can upload it. |
Here you are: org.openhab.binding.kodi-2.3.0-SNAPSHOT.jar.zip See PR #3557 Please keep in mind that a reason for the |
This can't be the issue as it's turned on 24/7 and in the big log you can see it's making requests miliseconds before and after the exception which work fine. Additionally my favourites list isn't empty at all.
I redacted the titles. |
WIth test version: |
Updated test version: org.openhab.binding.kodi-2.3.0-SNAPSHOT.jar.zip I added some improvements to open a favorite which is not a media item and thus cannot be played. |
Issues seem to be resolved. Thank you |
The PVR channel selection is empty.
I am using Kodi 18 master.
@cweitkamp
The text was updated successfully, but these errors were encountered: