jsergio123 / script.module.resolveurl

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

HTTP Live stream error #560

Closed TseClifford closed 2 years ago

TseClifford commented 2 years ago

There seems to be an issue when trying to play from an HLS source. The link plays fine through a browser but throws an error on Kodi.

ERROR : ResolveURL: AttributeError Error - From: Icdrama Link: http://icdrama.to/vidembed.cYl_9XLclxXNhR9lksfVlw.html: 'bool' object has no attribute 'startswith' ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

Gujal00 commented 2 years ago

It is an addon issue feeding wrong embeds to Resolveurl, Check with addon developer on what embed is being sent to resolve

TseClifford commented 2 years ago

Thanks, will try to resolve the issue on the other end.