chirag-droid / animeflix

A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required
GNU Affero General Public License v3.0
485 stars 192 forks source link

Videos don't seem to be loading #35

Closed subby2006 closed 2 years ago

subby2006 commented 2 years ago

Hello. I decided to self-host your project on my server as I plan on making an easy to use electron app out of it however when I run the server, I don't get any playable links or any video player to view it in, here are some screenshots: image image image

I also couldn't find any logs about this, both in the server and browser console, or maybe I just don't know where to look for it

TheC0mpany commented 2 years ago

same

ghost commented 2 years ago

Same here.

chirag-droid commented 2 years ago

Sorry, for a very late update. I was busy with my exams and some more things. I will look into it. I would try if i can alive this project or someone else can fork

NWJ9PB commented 2 years ago

This explanation came from someone that I forgot who he is

@subby2006 It failed to search/play some titles, because of the title confusion, AniDB might says the proper title is Kimi no na wa, but the gogoanime equivalent is Your Name, and it returns 404

NWJ9PB commented 2 years ago

Plus something on gogoanime backend got massive changes, you might want to look on pystardust/ani-cli, they just fixed it by now, by using VIDCDN or different server from the old one, I think this project is also affected by that

subby2006 commented 2 years ago

Plus something on gogoanime backend got massive changes, you might want to look on pystardust/ani-cli, they just fixed it by now, by using VIDCDN or different server from the old one, I think this project is also affected by that

Is the software only bound by gogoanime or can it be configured to scrape different sites?

TheC0mpany commented 2 years ago

Plus something on gogoanime backend got massive changes, you might want to look on pystardust/ani-cli, they just fixed it by now, by using VIDCDN or different server from the old one, I think this project is also affected by that

Is the software only bound by gogoanime or can it be configured to scrape different sites?

i think yes

jmir1 commented 2 years ago

@chirag-droid i am interested in fixing this, might open a pr later.

jmir1 commented 2 years ago

did it now: #45

chirag-droid commented 2 years ago

It should be working now