andrebrait / service.subtitles.legendastv

Other
9 stars 6 forks source link

Nenhuma legenda encontrada #1

Closed jaum20 closed 3 years ago

jaum20 commented 3 years ago

Agradeço ao amigo por levar o projeto em frente. Estou tendo problemas ao procurar legendas. Fiz um teste aqui com o filme Doutor Jivago, que tem legendas no site, mas o add-on não acha nada.

Log do Kodi:

2020-12-26 13:37:32.627 T:140571744089856   ERROR: ### [Legendas.TV] - Website (http://minister.legendas.tv/util/busca_titulo/Doctor+Zhivago+1965+720P+Bluray+Dts+X264+Esir+Mkv) could not be reached due to error: <urlopen error [Errno -2] Name or service not known>
2020-12-26 13:37:32.627 T:140571744089856   ERROR: ### [Legendas.TV] - 
                                            Traceback (most recent call last):
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/service.py", line 56, in Search
                                                imdb=item['imdb'])
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/resources/lib/LegendasTV.py", line 406, in Search
                                                discardedResults, filteredResults = self.findID(Movie, TVShow, Year, Season, IMDB, SearchTitle, SearchTitle)
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/resources/lib/LegendasTV.py", line 260, in findID
                                                Response =  simplejson.loads(unicode(Response.read(), 'utf-8', errors='ignore'))
                                            AttributeError: 'str' object has no attribute 'read'
2020-12-26 13:37:32.687 T:140572550301440 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-26 13:37:42.261 T:140574074026688 WARNING: Previous line repeats 145 times.
2020-12-26 13:37:42.261 T:140574074026688 WARNING: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2020-12-26 13:37:42.287 T:140572550301440 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-26 13:37:43.600 T:140571744089856 WARNING: Previous line repeats 19 times.
2020-12-26 13:37:43.600 T:140571744089856   ERROR: ### [Legendas.TV] - Website (http://minister.legendas.tv/util/busca_titulo/Zhivago) could not be reached due to error: <urlopen error [Errno -2] Name or service not known>
2020-12-26 13:37:43.601 T:140571744089856   ERROR: ### [Legendas.TV] - 
                                            Traceback (most recent call last):
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/service.py", line 56, in Search
                                                imdb=item['imdb'])
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/resources/lib/LegendasTV.py", line 406, in Search
                                                discardedResults, filteredResults = self.findID(Movie, TVShow, Year, Season, IMDB, SearchTitle, SearchTitle)
                                              File "/home/joaopsvieira/.kodi/addons/service.subtitles.legendastv/resources/lib/LegendasTV.py", line 260, in findID
                                                Response =  simplejson.loads(unicode(Response.read(), 'utf-8', errors='ignore'))
                                            AttributeError: 'str' object has no attribute 'read'
andrebrait commented 3 years ago

Estou ciente deste problema e vou tentar arrumar em breve Parece que o subdomínio não existe mais

andrebrait commented 3 years ago

@jaum20 você pode tentar instalar a última versão aqui do repositório? https://github.com/andrebrait/service.subtitles.legendastv/zipball/master

andrebrait commented 3 years ago

@jaum20 a última versão já está nos repositórios do Kodi >= 18.0. Se você puder, instale a versão de lá e me diga se está funcionando.

jaum20 commented 3 years ago

Obrigado. Vou testar assim que possível e dar o feedback

jaum20 commented 3 years ago

Está funcionando perfeitamente. Obrigado!