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

Error al descargar subtitulo en casi todas las búsquedas #33

Open
santiagoeibarra opened this issue Sep 3, 2017 · 5 comments
Open

Comments

@santiagoeibarra
Copy link

Continuamente me da error al descargar subtítulos, es una instalación nueva de ubuntu 16.04 con el kodi que viene en dicha distribución. Pego el pedazo de logfile

16:30:48 T:140674305341184 NOTICE: -->Python Interpreter Initialized<--
16:30:49 T:140674305341184 NOTICE: SUBDIVX - Version: 0.2.5 -- Action: search
16:30:50 T:140674292221696 NOTICE: Thread JobWorker start, auto delete: true
16:30:50 T:140674283828992 NOTICE: Thread LanguageInvoker start, auto delete: false
16:30:51 T:140674283828992 NOTICE: -->Python Interpreter Initialized<--
16:30:52 T:140674283828992 NOTICE: SUBDIVX - Version: 0.2.5 -- Action: download
16:30:52 T:140674283828992 WARNING: SUBDIVX - Download: Intermediate detail page for selected subtitle or expected content not found. Handling it as final download page
16:30:55 T:140676741392832 ERROR: Extract, No archive given
16:30:55 T:140674283828992 SEVERE: SUBDIVX - _handle_compressed_subs: Failed to unpack subtitles
16:30:58 T:140674283828992 NOTICE: Thread LanguageInvoker start, auto delete: false
16:30:58 T:140674283828992 NOTICE: -->Python Interpreter Initialized<--
16:30:59 T:140674283828992 NOTICE: SUBDIVX - Version: 0.2.5 -- Action: download
16:30:59 T:140674283828992 WARNING: SUBDIVX - Download: Intermediate detail page for selected subtitle or expected content not found. Handling it as final download page
16:31:01 T:140676741392832 ERROR: Extract, No archive given
16:31:01 T:140674283828992 SEVERE: SUBDIVX - _handle_compressed_subs: Failed to unpack subtitles

dpkg -l |grep kodi
ii kodi 15.2+dfsg1-3ubuntu1.1 amd64 Open Source Home Theatre (executable binaries)
ii kodi-bin:amd64 15.2+dfsg1-3ubuntu1.1 amd64 Open Source Home Theatre (architecture-dependent files)
ii kodi-data 15.2+dfsg1-3ubuntu1.1 all Open Source Home Theatre (arch-independent data package)

ii python 2.7.11-1 amd64 interactive high-level object-oriented language (default version)

@ramiro
Copy link
Owner

ramiro commented Feb 24, 2018

Possibly related: https://forum.kodi.tv/showthread.php?tid=323321

@GhoulUnlimited
Copy link

El error está de vuelta, ya lleva casi un mes desde que volvió.

@pablosambuco
Copy link

pablosambuco commented Apr 17, 2018

Hola... también tengo el mismo error hace rato.
El problema parece estar en la función _save_subtitles. Más específicamente en el try-except-else.
El tratamiento de los archivos comprimidos se hace en el else, pero el try siempre parece arrojar una excepción.
Sacando el else y haciendo el tratamiento de comprimidos directamente en el try todo parece funcionar: gist

Espero que sirva el aporte.

Saludos!

@ramiro
Copy link
Owner

ramiro commented Apr 22, 2018

@GhoulUnlimited @pablosambuco Sería muy útil que al reportar problemas informaran qué versión de Kdi, en cuál plataforma, etc. están usando.

El problema original de este ticket aparenta tener los mismos síntomas peor le sucede a usuario origina con Kodi 17 en una versión 0.2.5.

En cambio lo que les sucede a Uds. es probable que sea otro problema de incompatibilidad de la versión .0.3. del addon con algunos builds de Kodi.

Les pido que por favor prueben la versión .0.3.3 según estas instrucciones: #35 (comment)

Y que reporten cómo les fué.

@pablosambuco
Copy link

Hola @ramiro, el problema me ocurrió tanto en Ubuntu 16.04 con Kodi 17.* (no recuerdo el release). Y en Windows 10 con Kodi 17.6 (x86 y x64) y 18.0-alpha2 (x64).
En todos los ambientes ocurrió con la versión 0.3.2. (Las 0.3.3 y 0.3.4 parecen no funcionarme por alguna dependencia faltante al importar StorageServer)
En 18.0 también se da un problema al intentar descomprimir RARs, pero se soluciona habilitando el addon "Archive support" que por defecto está deshabilitado.

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

4 participants