jsergio123 / script.module.resolveurl

Fork of the UrlResolver from tknorris
GNU General Public License v2.0
110 stars 98 forks source link

streamlare not working #616

Closed soter80 closed 2 years ago

soter80 commented 2 years ago

hi guy streamlare not working operand "+" in get media_media_url
hxxps://streamlare.com/e/9aNdbzk3Rp4z8JjB this is log error 2022-01-15 12:28:23.093 T:5940 ERROR : ResolveURL: TypeError Error - From: streamlare Link: hxxps://streamlare.com/e/9aNdbzk3Rp4z8JjB: unsupported operand type(s) for +: 'NoneType' and 'str' 2022-01-15 12:28:23.094 T:5940 DEBUG : ResolveURL: Traceback (most recent call last): File "C:\Users\PCPRENO1\AppData\Roaming\Kodi\addons\script.module.resolveurl\lib\resolveurl\hmf.py", line 187, in resolve stream_url = resolver.get_media_url(self._host, self._media_id) File "C:\Users\PCPRENO1\AppData\Roaming\Kodi\addons\script.module.resolveurl\lib\resolveurl\plugins\streamlare.py", line 43, in get_media_url return helpers.pick_source(sources) + helpers.append_headers(headers) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Gujal00 commented 2 years ago

They have switched to custom websocket based player. Cant see how to do it for kodi. Broken for now

Gujal00 commented 2 years ago

I do not think this plugin will be fixed as they switched to p2p

Gujal00 commented 2 years ago

Fixed in https://github.com/Gujal00/ResolveURL/commit/9902d12f3309eb4784dcc9bcc5c3fc52b8228873

soter80 commented 2 years ago

Thanks guy

dober2 commented 2 years ago

Looks like its broken again.