-
Notifications
You must be signed in to change notification settings - Fork 28
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 stuck on loading My list #359
Comments
Did some investigation. This part of the log seems interesting:
Meaning: notification that the script run succesfully and then nothing happens anymore for 30 seconds, the parts after that don't seem relevant anymore. Also, "Aspe" is the last item to appear in the list I'm seeing on the screen so it makes sense that it is also the last one to appear in the log. It seems like Kodi is waiting for some kind of finalization before showing the list, but it doesn't come. As I am interpreting the code (and keep in mind I'm new in it), codewise the following happens:
So, to be honest, I'm kind of stuck here. Fact that it does not consistently happen also makes things difficult. Any ideas? |
Your investigation is correct. You could try adding debugging statements to the code with _LOGGER.debug("something"), of even debug the result of the success variable that is returned by the endOfDirectory call. Use _LOGGER.debug(success) for that. Note that you need to match the indenting of the other lines. But anyway, this more seems like a Kodi issue. |
Ok, thanks for your answer. I put some debug log statements in the code. |
Describe the bug
When opening My list, it happens (not consistently) that the items in My List don't appear on the screen, but the circle icon remains running for several minutes. The only way to get out of this is by pushing the "Back" button in Core remote (probably several times) and then after some time you go beck to the standard addon screen (showing menu items like "Files" etc.).
As mentioned, this happens inconsistently.
Also, I have seen the same behavior for other actions as well (such as opening the PVR video stream or other menu options, eg. "Magnum PI").
To Reproduce
Steps to reproduce the behavior:
1.Open any menu item, but for this case, take "My list"
2.There is a chance that the list items don't appear, but only the "moving circle" icon. The process seems stuck.
Expected behavior
A clear and concise description of what you expected to happen.
To see the menu items appear, after an acceptable delay.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Add debug logs to help troubleshoot the issue. See https://kodi.wiki/view/Log_file/Easy for more info.
https://drive.google.com/file/d/1E5OG0hEWhZIYb3_WWh3O27VN8fieC2UH/view?usp=sharing
System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: