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

Handle unzip errors on canned user data dir #10

Open
andrewleech opened this issue Jan 13, 2015 · 0 comments
Open

Handle unzip errors on canned user data dir #10

andrewleech opened this issue Jan 13, 2015 · 0 comments

Comments

@andrewleech
Copy link
Owner

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
    Error Type: <class 'zipfile.BadZipfile'>
    Error Contents: Truncated central directory
    Traceback (most recent call last):
    File "C:\Users\sta\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 1089, in
    playVideoMain(url)

File "C:\Users\sta\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 638, in playVideoMain
launchChrome(url)
File "C:\Users\sta\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 657, in launchChrome
z = zipfile.ZipFile(zf)
File "C:\Program Files (x86)\XBMC\system\python\Lib\zipfile.py", line 766, in init
self._RealGetContents()
File "C:\Program Files (x86)\XBMC\system\python\Lib\zipfile.py", line 832, in _RealGetContents
raise BadZipfile("Truncated central directory")
BadZipfile: Truncated central directory
-->End of Python script error report<--
18:20:46 T:1160 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&url=70286775
18:20:46 T:1160 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&url=70286775) failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant