olavopeixoto / plugin.video.brplay

Globoplay, Canais Globo, Oi Play, Now Online, TNT Play, Pluto TV and premium channels on Kodi
GNU General Public License v3.0
87 stars 33 forks source link

Unfortunately an error occurred in the BR play addon. #167

Open crisclacerda opened 2 years ago

crisclacerda commented 2 years ago

Log:


2021-12-21 04:23:50.650 T:980     ERROR <general>: 
2021-12-21 04:23:50.650 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/addon.py", line 25, in <module>
                                                       main.run(argv)

2021-12-21 04:23:50.650 T:980     ERROR <general>: 
2021-12-21 04:23:50.650 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/main.py", line 53, in run
                                                       indexer.handle_route(meta_json)

2021-12-21 04:23:50.650 T:980     ERROR <general>: 
2021-12-21 04:23:50.650 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/indexer.py", line 39, in handle_route
                                                       result = _run_handler(handler, method, data)

2021-12-21 04:23:50.650 T:980     ERROR <general>: 
2021-12-21 04:23:50.650 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/indexer.py", line 60, in _run_handler
                                                       return _run_method(module, method, kwargs)

2021-12-21 04:23:50.651 T:980     ERROR <general>: 
2021-12-21 04:23:50.651 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/indexer.py", line 92, in _run_method
                                                       return allow_kwargs(getattr(module, method))(**kwargs)

2021-12-21 04:23:50.651 T:980     ERROR <general>: 
2021-12-21 04:23:50.651 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/allowkwargs.py", line 15, in newfoo
                                                       return foo(*args, **some_args)

2021-12-21 04:23:50.651 T:980     ERROR <general>: 
2021-12-21 04:23:50.651 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/live.py", line 46, in get_channels
                                                       [live.extend(i.get_result()) for i in threads if i.get_result()]

2021-12-21 04:23:50.651 T:980     ERROR <general>: 
2021-12-21 04:23:50.651 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/indexers/live.py", line 46, in <listcomp>
                                                       [live.extend(i.get_result()) for i in threads if i.get_result()]

2021-12-21 04:23:50.651 T:980     ERROR <general>: 
2021-12-21 04:23:50.651 T:980     ERROR <general>:   File "/storage/.kodi/addons/plugin.video.brplay/resources/lib/modules/sexyhotplay/scraper_live.py", line 35, in get_broadcast
                                                       program = broadcast['epgCurrentSlots'][0]

Aparentemente na hora de carregar o sexy hot play sendo que n assino isso o addon aborta a execução. Acredito que isso não deveria impedir o funcionamento do addon e nem estar ativado por padrão. Ao desativar a opção do sexy hot funciona normalmente.