Se encontraron 6 coincidencias

por substanc3
02 Dic 2012, 21:32
Foro: Problemas (no me funciona...)
Tema: Cinemastreaming not working
Respuestas: 3
Vistas: 2508

Re: Cinemastreaming not working

ty very much jesus
por substanc3
01 Dic 2012, 22:24
Foro: Problemas (no me funciona...)
Tema: Cinemastreaming not working
Respuestas: 3
Vistas: 2508

Re: Cinemastreaming not working

opened a issue on tracker with a proposed patch...
i hope that it will be fixed in future relese
por substanc3
01 Dic 2012, 22:08
Foro: Problemas (no me funciona...)
Tema: Fallo en el script con Raspberry Pi y openelec
Respuestas: 12
Vistas: 8842

Re: Fallo en el script con Raspberry Pi y openelec

ok... the issue is fixed (with a workaround in imho) now, but.. would be interesting to know why it has been generated and which is/are the function/s or method/s that pass the wrong parameters in sys.argv list :) unfortunatly the whole script is very complex for my knowledge and it is wrote mixing ...
por substanc3
29 Nov 2012, 23:02
Foro: Problemas (no me funciona...)
Tema: Fallo en el script con Raspberry Pi y openelec
Respuestas: 12
Vistas: 8842

Re: Fallo en el script con Raspberry Pi y openelec

Reading more carefully the string passed in the element 2 of the list sys.argv i see that there are a lot of unpaired values, not only the first one... all the words that are not followed by an = symbol but are sorrounded by &, like extradata, plot, show, thumbnail will generate the same error
por substanc3
28 Nov 2012, 22:47
Foro: Problemas (no me funciona...)
Tema: Fallo en el script con Raspberry Pi y openelec
Respuestas: 12
Vistas: 8842

Re: Fallo en el script con Raspberry Pi y openelec

hello, after looking at the debug log i think to have found the issue... the problem is the string passed in the sys.argv variable that is malformed on raspberry is: sys.argv=['plugin://plugin.video.pelisalacarta/', '0', '?Serie&action=listado&category=cinemastreaming&channel=cinemastrea...
por substanc3
28 Nov 2012, 22:26
Foro: Problemas (no me funciona...)
Tema: Cinemastreaming not working
Respuestas: 3
Vistas: 2508

Cinemastreaming not working

hello, the channel cinemastreaming is not working at least either on raspbmc and windows... after reading the log file i found that the problem is in cinemastreaming.py at the line: __channel__ = "Cinemastreaming" changing capitalized letter to lowercase resolve the issue. i don't know if ...