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

Popular and latest prorgrams not working. #155

Closed
anarfox opened this issue Apr 4, 2016 · 2 comments
Closed

Popular and latest prorgrams not working. #155

anarfox opened this issue Apr 4, 2016 · 2 comments

Comments

@anarfox
Copy link

anarfox commented Apr 4, 2016

Get error "SVT Play error - Check the log for more information."
Log says:
16:11:15 T:20204 WARNING: Previous line repeats 2 times.
16:11:15 T:20204 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\default.py", line 368, in
viewSection(ARG_MODE, int(ARG_PAGE))
File "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\default.py", line 122, in viewSection
(items, moreItems) = svt.getItems(section, page)
File "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\svt.py", line 352, in getItems
plot = plots[index]
IndexError: list index out of range
-->End of Python script error report<--
16:11:15 T:13144 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.svtplay/?mode=populara
16:11:15 T:13144 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.svtplay/?mode=populara) failed

Kodi: 16.0
Svtplay: 4.0.24

@linqcan
Copy link
Collaborator

linqcan commented Apr 4, 2016

Noted, will check.
On Apr 4, 2016 16:18, "David Olandersson" notifications@github.com wrote:

Get error "SVT Play error - Check the log for more information."
Log says:
16:11:15 T:20204 WARNING: Previous line repeats 2 times.
16:11:15 T:20204 ERROR: EXCEPTION Thrown (PythonToCppException) :
-->Python callback/script returned the following error<--

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type:
    Error Contents: list index out of range
    Traceback (most recent call last):
    File
    "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\default.py",
    line 368, in
    viewSection(ARG_MODE, int(ARG_PAGE))
    File
    "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\default.py",
    line 122, in viewSection
    (items, moreItems) = svt.getItems(section, page)
    File
    "C:\Users\anarfox\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\svt.py",
    line 352, in getItems
    plot = plots[index]
    IndexError: list index out of range
    -->End of Python script error report<--
    16:11:15 T:13144 ERROR: XFILE::CDirectory::GetDirectory - Error getting
    plugin://plugin.video.svtplay/?mode=populara
    16:11:15 T:13144 ERROR:
    CGUIMediaWindow::GetDirectory(plugin://plugin.video.svtplay/?mode=populara)
    failed


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#155

@linqcan
Copy link
Collaborator

linqcan commented Apr 4, 2016

Confirmed, planning fix...

linqcan added a commit that referenced this issue Apr 4, 2016
* Popular, latest, live

Fixes #151, #155
@linqcan linqcan closed this as completed Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants