-
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
icdrama down #27
Comments
If you switch the base_URl in ./lib/config.py from icdrama.se to icdrama.to it will still work as a temporary fix |
Seems to work fine without any change or update. |
It hasn't worked for me in a few weeks. Some of the errors in the log are: SSL: CERTIFICATE VERIFY FAILED |
@renethestudent Was there a specific show/episode were you trying to watch? Apparently some Australian ISPs are blocking icdrama.se |
Any of them, but I'm primarily looking at Korean Dramas. I'm located in the US. I tried with and without my VPN (both US based) and the links in the log are to icdrama.to . The shows are no longer updating either. Earlier I tried Mother of Mine and I also tried Blessing of the Sea. Both older and newer episodes. |
@renethestudent It's working fine on my end. That's a weird error cause I think SSL certificates are only needed when connecting to Https sites, and Icdrama doesn't need/use a Https connection. Can you upload/paste the full log somewhere? It might be a network redirection thing, or maybe a Kodi installation issue. You could try reinstalling that and the Icdrama addon. |
I uninstalled kodi, re-installed kodi, re-installed Icdrama and I'm still getting the same errors. I have no clue how to get this log to upload, but I'm pasting a section of the log of me trying to play a video, some of the links to the video are not complete as the logviewer cut it off: WARNING” CAddonSettings[script.module.urlresolver]:failed to parse old setting definition for “DebridLinkResolver_ts_offset” of type “int” |
@renethestudent Your issue might be related to this post from the Kodi forums. The error just shows that Python failed to verify the SSL cert from the actual video source link. It's a Google server so this shouldn't really happen. Possible fix from within this addon is to intercept the Https link and turn it into a regular Http link, or maybe just disable SSL certificate verification altogether. Not really good fixes in my opinion. Also, are you using Kodi 17 or 18? This addon seems to run just fine with Kodi 18, and you may want to try that instead. I also updated URLResolver to the latest version at tvaddsonco/script.module.urlresolver so it might be needed for Kodi 18. |
I'm using Kodi Leia 18.3 and I updated the URLResolver to 5.0.38 , same errors. Not sure if I mentioned this but this is through my FireTV . |
I just did a fresh wipe on a Win10 box with Kodi Leia 18.3 and used the //aznhusband.github.io/script.module.urlresolver/script.module.urlresolver-3.0.35.zip |
Honestly not sure what it was, but I factory reset the firetv, installed Kodi 18.3, installed the icdrama repo and everything works perfectly fine again. Thank you all for your help!!! |
Hi, I have a similar issue .... I am running Kodi on QNAP. I am running icdrama as an addon in Kodi 17.5 Krypton, but it has stopped working since a couple of weeks ago. I downloaded the log file and found the following logs that seem relevant to the problem: (Note: I cannot find a way to upload the entire log file otherwise I would have done so)
and also these logs:
Can anyone help please? Thanks. |
@awfma10 Connecting to Icdrama, probably through the .se domain, is throwing a HTTP 451 error, which seems to be an ISP block due to legal reasons. Does it show the same error if you connect to Icdrama through your browser? Try this. If you can connect to the other .to domain on your browser just fine, then you can fix the plugin by changing the base_url in config.py to the .to domain |
Hi boleanly, thanks for your reply. Indeed the problem seems to be caused by the ISP blocking the site. I did have OpenVPN configured but for some reason it was disconnected and I was not able to establish an OpenVPN connection again. Instead I had to choose a different protocol and finally connected via PPTP. This solved the 1st problem. The 2nd problem was that my DNS setting in Kodi was set to automatic and was pointing to the DNS of my ISP, which was blocking traffic going out to icdrama. So I had to manually point to a different DNS. Thank you again for your prompt response! |
Is there anyway to switch this file directly on the Firestick device? If I look at the download files on my laptop I can see where it needs to be updated, but then I cannot get the updates back to the Firestick... apologies for the noob question. Thanks! |
@tvbviewer I don't own a Fire stick, but on a typical Android device the Kodi installation's addons folder is in the Internal Storage or SD card directory at 'Android/data/org.xbmc.kodi/files/.kodi/addons'. The .kodi folder could be hidden. Idk how you can access the directory on the Fire stick, but if you can connect it to your computer through USB, you should be able to access the Kodi addons folder. If you can't do USB, then there are guides that show you how to install a file explorer app to let you transfer files over Wifi. I mainly saw guides using ES File Explorer, but I'd suggest X-plore File Manager cause it's more lightweight w/o ads. Seems like @dumbo0001 and I made pull requests to change the url, but @aznhusband isn't active right now to complete the change. |
@boleanly thanks for the advice. I'll try the file explorer route to see if I can gain access to the file there. Otherwise, I just saw the pull request and "liked" it. Hopefully we'll see an update soon. Thanks! |
@boleanly - just to close the loop on this, I was able to make the change using ES Explorer app (seems like I already had it installed). There was an option within the app to view the files through my laptop (it'll give you the ip / url to go to on your laptop). Using that option, I navigated to the config.py and updated the base_url to icdrama.to and it fixed the issue. Thanks for the advice and hope this helps anyone who recently ran into this issue! |
@tvbviewer can you give me more insight on how you got it to work. I'm using a firetv currently and i was able to get access with the ip / url on my computer. wondering how you were able to update the base url |
@kcho1126 - yes, here are the steps I took:
I don't have the screen in front of me, but those are pretty much the key steps. Let me know if that gets it working for you. Goodluck! |
I tried this and it didn’t work. My base url has only ‘ ‘ around it should it have “ “ instead? |
@CLFNole - just checked my file and the line says this: base_url = 'http://icdrama.to' |
@tvbviewer worked like a charm! thank you so much for the quick response, really appreciate it. |
@tvbviewer weird wonder why it’s not working for me? Will check it and try again. |
@kcho1126 glad it worked! |
Never mind got it thanks! |
Hi, ICdrama has not been working for me for the last several months, nothing happens when I click on anything (Korean drama, Chinese drama, etc.) The base_url is already 'http://icdrama.to'. I have uninstalled and reinstalled Kodi Leia, also uninstalled and reinstalled the ICdrama addon, but to no avail. Please help! Btw, I have zero knowledge on programming. I hope someone can help me. |
"Hi, ICdrama has not been working for me for the last several months, nothing happens when I click on anything (Korean drama, Chinese drama, etc.) The base_url is already 'http://icdrama.to'. I have uninstalled and reinstalled Kodi Leia, also uninstalled and reinstalled the ICdrama addon, but to no avail. Please help! Btw, I have zero knowledge on programming. I hope someone can help me." @dinisiregar ICDrama Basic Troubleshooting Steps
Good Luck! I hope that helps :) |
Hi, thanks for your trouble. I did all the steps, and when I launch kodi, it says that the beautifulsoup4 script is not compatible, and I still can't use ICdrama. What should I do next? |
@dinisiregar I’m not sure what platform you are running Kodi on but if you can get a log file of what isn’t working and post it that would be very helpful. I just had a look at my Kodi box. I am running beautifulsoup 4.6.3 and I just checked out 4.3.2 which still seems to be working. I'd assume either of those should be fine if the 4.7+ isn't working. I believe the packed version in ICDrama was 4.3.2 so I doubt that is going to be the problem regardless. Next step will definitely be to grab the error log, then we can see where the problem is I just reinstalled on my second box - here is what i'm showing on a working copy If all else fails step 9 & 10 above are where you get to be creative rezip Icdrama with the EXACT same name (Or change the xml data to match) then uninstall both the aznhusband repo and also the Icdrama app and reinstall locally with your own version.You can probably do this step in the ES Explorer app as well - might be easier. I don't expect you will need to do the last steps here but in a pinch this would be my next move |
Hi,
I noticed icdrama is not updated with frequent new movies and Chinese
dramas. It's full of old movies and dramas though. Any advise? Thanks.
Regards,
Edward
|
Ok before I'm going to do the last step, out of all the dependencies you listed on a working copy, I'm missing plugin.video.gdrive 0.0.0. Could that be the problem? Where do I get that? And I'm sorry this image must look like shite, but the kodi is on my tv so I don't know how else I'm going to get the error log file unless I took a picture of it using my phone. |
It's still posible that you have more than one issue there but your problem seems to be with BS4 (Beautiful Soup 4) Try adding the following Source [https://i-a-c.github.io/] update beautful soup 4 see if that sorts you out (That's the Exodus-redux repo) here is a tutorial if you need it https://mykodiaddons.com/exodus-redux/ |
It's still not working. I've come to the point where I feel my problem annoys people haha |
Had a similar issue resolved after changing my DNS setting. need to configure yr IP address to use a primary DNS of 1.1.1.1 instead of automatically provided by your ISP. Lots of ISP in Australia uses DNS blocking which means your device cant open icdrama.to if youre using their DNS. |
No longer using this. So annoying on the problems and it's shows are not
updated at all.
…On Tue, Mar 10, 2020 at 7:48 PM yewhoongng ***@***.***> wrote:
It's still posible that you have more than one issue there but your
problem seems to be with BS4 (Beautiful Soup 4) Try adding the following
Source [https://i-a-c.github.io/] update beautful soup 4 see if that
sorts you out (That's the Exodus-redux repo) here is a tutorial if you need
it https://mykodiaddons.com/exodus-redux/ <http://url>
It's still not working. I've come to the point where I feel my problem
annoys people haha
Had a similar issue resolved after changing my DNS setting. need to
configure yr IP address to use a primary DNS of 1.1.1.1 instead of
automatically provided by your ISP. Lots of ISP in Australia uses DNS
blocking which means your device cant open icdrama.to if youre using
their DNS.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27?email_source=notifications&email_token=AHAZASBWUVZNXZYVXXPHGNLRGYSHLA5CNFSM4H4CXDB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOLCZGQ#issuecomment-597044378>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHAZASBI3BLYXHDMEVK5QETRGYSHLANCNFSM4H4CXDBQ>
.
|
plugin.video.icdrama-1.9.4.zip no longer workable
The text was updated successfully, but these errors were encountered: