-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Live stream error #61
Comments
Same Issue, here. I am using soraxas's version of the addon linked here:https://github.com/soraxas/aznhusband.github.io/releases/tag/15fe433 on Kodi 19.1 ERROR : ResolveURL: AttributeError Error - From: Icdrama Link: http://icdrama.to/vidembed.MZZZBNqo67D1ZI6tJYQPCwTF1Sfpw_00t28RCMtSAOw.html: 'bool' object has no attribute 'startswith' ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- |
Ran into the same issue
|
This patch works for me. |
Thanks chio0hai. This patch also works for me. |
how do you apply this patch on a fire tv stick?
Sincerely,
Aaron
…On Mon, Dec 6, 2021 at 12:48 PM FACUser ***@***.***> wrote:
This patch works for me.
plugin.video.icdrama.patch.txt
<https://github.com/aznhusband/aznhusband.github.io/files/7655593/plugin.video.icdrama.patch.txt>
Thanks chio0hai. This patch also works for me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQV6KYOZ3MKE6SYDMPVMCDUPTZOHANCNFSM5IZI5UHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thanks, works on my end as well. |
This patch works for me too. I was able to SSH to my Firetv and edit the hdplay.py file in ./plugin.video.icdrama/lib/resolvers/ |
Thanks that fixed it.
On Wed, Dec 15, 2021 at 5:39 PM Skyjack888 ***@***.***> wrote:
how do you apply this patch on a fire tv stick? Sincerely, Aaron
… <#m_-3142861574621111726_>
On Mon, Dec 6, 2021 at 12:48 PM FACUser *@*.***> wrote: This patch works
for me. plugin.video.icdrama.patch.txt
https://github.com/aznhusband/aznhusband.github.io/files/7655593/plugin.video.icdrama.patch.txt
Thanks chio0hai. This patch also works for me. — You are receiving this
because you are subscribed to this thread. Reply to this email directly,
view it on GitHub <#61 (comment)
<#61 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AIQV6KYOZ3MKE6SYDMPVMCDUPTZOHANCNFSM5IZI5UHQ
. Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
.
This patch works for me too. I was able to SSH to my Firetv and edit the
hdplay.py file in ./plugin.video.icdrama/lib/resolvers/
*DELETE this line*
match = re.search(r'var\svideo_url\s=\s"(.+?)";', html)
*REPLACE with this one*
match = re.search(r'var\svideo_url\s?=\s?"(.+?)";', html)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQV6K67AD63FZ5BRNHHDBDUREKKLANCNFSM5IZI5UHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Sincerely,
Aaron
|
SSH to your Firetv from a computer and edit the hdplay.py file in ./plugin.video.icdrama/lib/resolvers/ |
Should it be possible to perform this edit without root? Or would any shell/sshd server/etc need to be running as root in order to access/modify kodi files? |
If it helps, I was able to edit the file using adbfire and following the video here |
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<--
Error Type: <class 'AttributeError'>
Error Contents: 'bool' object has no attribute 'startswith'
Traceback (most recent call last):
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\addon.py", line 20, in
action_func(**kargs)
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\lib\actions.py", line 28, in make_dir
diritems = func(*args, **kargs)
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\lib\actions.py", line 189, in mirrors
return _mirrors(url)
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\lib\actions.py", line 204, in _mirrors
play_mirror(url)
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\lib\actions.py", line 173, in play_mirror
vidurl = common.resolve(iframe_url)
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\plugin.video.icdrama\lib\common.py", line 89, in resolve
return hmf.resolve()
File "C:\Users\XXXXXX\AppData\Roaming\Kodi\addons\script.module.resolveurl\lib\resolveurl\hmf.py", line 188, in resolve
if stream_url.startswith("//"):
AttributeError: 'bool' object has no attribute 'startswith'
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: