DxCx / plugin.video.9anime

plugin.video.9anime - 9Anime plugin for kodi
GNU General Public License v3.0
143 stars 47 forks source link

V 0.39 #267

Closed pinkwolf6686 closed 6 years ago

pinkwolf6686 commented 6 years ago

Just updated the latest version of 9Anime and it is still saying no eligible sources. What is going on with this site. I hope that it gets fixed have been trying for the past 2 days now.

romxuk commented 6 years ago

I am sure one of the options is being worked on, we just need to sit tight and be patient. It takes time to weigh up options and put something completely new in and re write script from one language to another

RedNinjaX commented 6 years ago

@romxuk that's the spirit :)

Jkrise commented 6 years ago

I too can't wait, but I lack the skill set need to be of any real help. I appreciate all of the work you guys do. And while I really wish it would get done, like yesterday, I am eagerly waiting as patiently as possible, (though I am quickly running out of finger nails!)

strongstyle commented 6 years ago

I just registered to say redninja is the man

RedNinjaX commented 6 years ago

@strongstyle Awww that's so sweet ^-^ Thanks a lot!

Also I just want to note that to anybody manually doing updates to the DD token and extra parameter code, you have to change the "n += i" parts to "n *= i" in order for the new tokens to work. Since the all.js revisions seem to be making more frequent modifications to the actual extra parameter than before it's becoming more necessary to figure out a way to permanently extract the function out of each iteration that generates this param. I think I'm close to a solution...

DxCx commented 6 years ago

well i've looken into this @RedNinjaX and thats emulated JS.. i've from almost a year ago a much better solution of emulated JS to just extract stuff out.. (thats part of what i did to understand the logic in first play) then i thought of chaing the plugin to work against an endpoint and opened dontations to see if people will support further developemnt.. since then no body donated and i just put that aside.. i've tried to push emulated JS into Kodi and thats really much of an hassle, to run emulated JS we will need a middle endpoint between the site and the addon which i cannot effort to be paying right now unfortunately.. if anyone can maintain such "proxy" service and want to, lets discusses this will also allow the plugin to work with kodi version < 17

RedNinjaX commented 6 years ago

@DxCx @vn-ki @grabberboy I have a proposal. In that case I believe that the best and only proper solution is this:

And on top of that like you said, you can make the app compatible with more versions of Kodi this way.

Thoughts and/or opinions?

DxCx commented 6 years ago

I've figured out a way to get the entire URL to be generated without having to worry about grabbing a new token or modify the extra parameter code. Instead, just pass in the ID of the episode, the TS, and the server number to the function and it will return the full URL needed to grab the embed link. is basiclly what i had and wanted to push forward..just only for URL then i had 1 request to get the TS and back then there was no server number.. i think that having a middle backend is the way also, using dataloader we can easily cache requests so if for example a new episode is out and alot of people fetch it at once, it will make much less requests to get the episode

DxCx commented 6 years ago

btw regarding costing, i really don't know, maybe running a lambda is the right solution? (i've heard it should be the cheapest) im really not good with those so if someone can advise that can be awsome

ruegnueg commented 6 years ago

actually in the meantime I cast it from tablet to kodi or TV or firetv directly. works quite well. but I'm not a friend of casting 😉

chrissyt29 commented 6 years ago

Will it be fixed for Kodi?

disbjon commented 6 years ago

Made a account to just thank @DxCx and @RedNinjaX and everyone involved to get the add on working again. I appreciate all the work involved to make the add on, keep it running and sharing it us the fans!

RedNinjaX commented 6 years ago

@disbjon thank you!

And @DxCx I don't know about AWS and their rate of charge but if it keeps the plugin going as well as my own anime project and other 3rd party apps, then I'll be willing to pay the $30 a year for the server and maintain it.

romxuk commented 6 years ago

As stated, if you want to try it using a server let me know I can set something up for you for free to try it out as I have a few servers not really being utilized and some spare IP's so I can give 1 or 2 ips and setup a VPS (not restricted, but just so it is in its own personal space and does not affect my usage on the server and mine does not affect yours). If that is of use let me know and preference on OS and if you need Apache and MySQL etc installing. should at least let you know if its going to be a viable option before paying for a server

DxCx commented 6 years ago

great @RedNinjaX thanks! then you can raise the endpoint, and contact me via twitter (DxCx66) so i'll do the actual integrations on addon. let me know if you need any help but looks like you are controlling it well ;)

JustAguyWhoLikesAnime commented 6 years ago

sounds like this will be fixed any day now :) I am happy I been missing my anime ha

nateclub commented 6 years ago

Yo great stuff guys!!!

MobileSuitSadBoi commented 6 years ago

I CANT WAIT FOOD WARS NEW EPISODE IS OUT AND I NEED IT

xSLOWWx commented 6 years ago

What is an estimated time that it will be up and running.

RedNinjaX commented 6 years ago

@DxCx sure, will do 👌

@romxuk if you're serious about that then that would be extremely appreciated! Preferably Ubuntu 16.04 for the OS if you could and preferably with LEMP preinstalled

dayv6880 commented 6 years ago

I know you probably are all super dedicated to using 9anime but in the meantime while it is down you could use WatchNixtoons by Nixgates.

xSLOWWx commented 6 years ago

@dayv6880 yeah just downloaded that repository and it's trash compare to this one. Need this one fix fast!!

romxuk commented 6 years ago

@RedNinjaX just installing VPS things now and will build a VPS on Ubunto 16.04, obviously need to sort something about username and password out, I will also install LEMP to it. anything else before I get started?

ghost commented 6 years ago

You guys could use an apk called anYme while this one is down although it's meant for phones and tablets it works on other devices however if your using a firestick (like I am) you will need another apk which is mouse toggle hope this helps those looking for a way to watch anime and keep up the great work guys.

RedNinjaX commented 6 years ago

@romxuk nope. Sounds good 👍

disbjon commented 6 years ago

For fire sticks download “Silk Browser” from the store and go to 9anime.is web site directly for a quick fix.

romxuk commented 6 years ago

@RedNinjaX done and installed LEMP, do you need me to secure MySQL using same pass as server (obviously can be changed) and do you need phpmyadmin installing to manage any databases? or are you OK doing any other things that are needed.

kasei-ibara commented 6 years ago

Could someone explain to me how to find the DD token from the website, please? I don't mind manually updating it until the fix is done, but I've looked in the all.js files for a few 9anime pages and couldn't find anything that looked like it...

RedNinjaX commented 6 years ago

@romxuk awesome 👌 and yeah please secure MySQL using the same password. As for phpmyadmin you can just go ahead and install it considering you already have MySQL installed anyway. Anything else I can deal with myself. Thank you so much!

RedNinjaX commented 6 years ago

@kasei-ibara there's really no clear cut answer to that anymore as the location and function names and variables keep changing, but using DevTools you can track down the location. Usually it's around a few variables "var n,e=0" in a function that has the parameters "(t,i)" in it. You can add breakpoints in DevTools to track it down. If it helps the current DD token is bfcad671. So far it hasn't changed since yesterday.

JustAguyWhoLikesAnime commented 6 years ago

@RedNinjaX man you guys are getting me hyped ha

romxuk commented 6 years ago

@RedNinjaX done, rest needs discussing non public like passwords etc. 3:30am here sorry for slow timing sorting it but had a lot of work to do as well. let me know how to contact you direct and I can give you the credentials

RedNinjaX commented 6 years ago

@romxuk it's alright no worries and great. Do you have a Discord account? If so my Discord tag is RedNinjaX#0722

HackedGameMaker commented 6 years ago

So how close is the issue from getting fixed? I wished I could've help everyone involved but since I haven't coded in a while I'd probably make things worse so I guess I'll just keep waiting for you guy's to go all out for all of us that can't help you out with this.

RedNinjaX commented 6 years ago

@HackedGameMaker we've got it under control 😉

HackedGameMaker commented 6 years ago

@RedNinjaX I know I got faith in all you guys

Osoreru9281 commented 6 years ago

I read as much as i could but still a little confused... can anyone summarize what’s happening lol?

DxCx commented 6 years ago

Yes. We are working togather to solve this. Hope that by next week everything goes back to normal

disconsented commented 6 years ago

Could we get a separate issue that details the problem without needing to wade through everything unrelated?

romxuk commented 6 years ago

@RedNinjaX sent you a request on discord. When you are on accept and I will give you the details and server specs

romxuk commented 6 years ago

@disconsented it is 1 issue and that is the DD code needed is changing regular now meaning a solution to automatically update the DD has to be created. A solution should be ready soon so another issue would not really be useful as the problem is known and being worked on as urgently as possible. We should all be able to get back to watching the best anime addon on Kodi very soon

RedNinjaX commented 6 years ago

@romxuk friend request accepted

(Also not just the DD code but also the rest of the code that generators the extra parameter code is also changing every now and then too but not as frequently)

romxuk commented 6 years ago

@RedNinjaX info sent, if you have any issues let me know

RedNinjaX commented 6 years ago

@romxuk awesome. Just messaged you back

xSLOWWx commented 6 years ago

So we are estimating the repair will be done by next week?

romxuk commented 6 years ago

@xSLOWWx it could be done much sooner, There should be an update soon on how long it might take, @RedNinjaX and @DxCx are working on it.

strongstyle commented 6 years ago

Hey ninja, sent you a request on Discord.

epicshot01 commented 6 years ago

@dayv6880 that might be because 9anime has changed from www5.9anime.is to www6.9anime.is

dayv6880 commented 6 years ago

No it was just my fire stick being stupid

RedNinjaX commented 6 years ago

@DxCx I would recommend just updating the token in the meantime as it hasn't changed in 3 days so who knows, this whole thing might be over already. The current token is bfcad671