Ani-Moopa / Moopa

Free Anime streaming website with AniList tracker integration. no ads involved
https://moopa.live
GNU General Public License v3.0
308 stars 119 forks source link

VIdeo doesnt display or load #25

Closed chitrakshbotwala closed 1 year ago

chitrakshbotwala commented 1 year ago

so i deployed this project for personal use and whenever i try to view a video it is just stuc at buffering it couldnt load the video , it just loads episodes that it . Kindly help me with it please

DevanAbinaya commented 1 year ago

have you put all the requirement inside the .env file?

DevanAbinaya commented 1 year ago

also what provider did you use to watch the video?

chitrakshbotwala commented 1 year ago

gogoanime

On Fri, 7 Jul 2023 at 19:48, Factiven @.***> wrote:

also what provider did you use to watch the video?

— Reply to this email directly, view it on GitHub https://github.com/DevanAbinaya/Ani-Moopa/issues/25#issuecomment-1625484766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQG4U5CMIV2V227YFM5S3NLXPALCHANCNFSM6AAAAAA2B34RIQ . You are receiving this because you authored the thread.Message ID: @.***>

chitrakshbotwala commented 1 year ago

yes i have put all the requirements leaving the proxy part i didnt understand how to do that

On Fri, 7 Jul 2023 at 19:46, Chitraksh Maheshwari @.***> wrote:

gogoanime

On Fri, 7 Jul 2023 at 19:48, Factiven @.***> wrote:

also what provider did you use to watch the video?

— Reply to this email directly, view it on GitHub https://github.com/DevanAbinaya/Ani-Moopa/issues/25#issuecomment-1625484766, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQG4U5CMIV2V227YFM5S3NLXPALCHANCNFSM6AAAAAA2B34RIQ . You are receiving this because you authored the thread.Message ID: @.***>

DevanAbinaya commented 1 year ago

can you give me the anime and episode id?

chitrakshbotwala commented 1 year ago

also what provider did you use to watch the video?

also do i need to put .env variables in the API part like do i need to fill up the env variables for consumet , if yes kindly help me with where i can find them

chitrakshbotwala commented 1 year ago

can you give me the anime and episode id?

its not only with a single anime its with every anime i try to watch not just me even my friend who tried to .

NOTE : i redeployed the app i am not talking about your version (MOOPA.live)

chitrakshbotwala commented 1 year ago

also what provider did you use to watch the video?

also do i need to put .env variables in the API part like do i need to fill up the env variables for consumet , if yes kindly help me with where i can find them

also my api runs perfectly but stuff doesnt load up , i have deployed both the API and the APP on vercel

DevanAbinaya commented 1 year ago

also what provider did you use to watch the video?

also do i need to put .env variables in the API part like do i need to fill up the env variables for consumet , if yes kindly help me with where i can find them

The .env file should look like this :

CLIENT_ID=12345
CLIENT_SECRET=just paste the secret here
GRAPHQL_ENDPOINT=https://graphql.anilist.co <-- no need to change
NEXTAUTH_SECRET='run this cmd (openssl rand -base64 32)'
NEXTAUTH_URL=https://your.domain.com/ <-- if its local then 'http://localhost:3000/'
PROXY_URI=https://proxy.domain.com/ <--- if you have proxy, this proxy is for zoro and enime provider, gogo doesn't need this
API_URI=https://api.consumet.org <--- don't put '/' at the end this can cause problems
himanshu8443 commented 1 year ago

CORS error may be

DevanAbinaya commented 1 year ago

also check this part again

API_URI=https://api.consumet.org <--- don't put '/' at the end this can cause problems
DevanAbinaya commented 1 year ago

CORS error may be

shouldn't be an issue, I put cf worker for proxy there and it's public

chitrakshbotwala commented 1 year ago

also check this part again

API_URI=https://api.consumet.org <--- don't put '/' at the end this can cause problems

that didnt cause an issue it was written the correct way here is the API url https://api-streamable.vercel.app

DevanAbinaya commented 1 year ago

hmmm

DevanAbinaya commented 1 year ago

can you send the console log?

chitrakshbotwala commented 1 year ago

also what provider did you use to watch the video?

also do i need to put .env variables in the API part like do i need to fill up the env variables for consumet , if yes kindly help me with where i can find them

The .env file should look like this :

CLIENT_ID=12345
CLIENT_SECRET=just paste the secret here
GRAPHQL_ENDPOINT=https://graphql.anilist.co <-- no need to change
NEXTAUTH_SECRET='run this cmd (openssl rand -base64 32)'
NEXTAUTH_URL=https://your.domain.com/ <-- if its local then 'http://localhost:3000/'
PROXY_URI=https://proxy.domain.com/ <--- if you have proxy, this proxy is for zoro and enime provider, gogo doesn't need this
API_URI=https://api.consumet.org <--- don't put '/' at the end this can cause problems

also i didnt use proxy neither was i trying to watch enime or zoro i tried it on gogo and didnt work

chitrakshbotwala commented 1 year ago

can you send the console log?

the api or the app?

DevanAbinaya commented 1 year ago

can you send the console log?

the api or the app?

the app, on the watch page

chitrakshbotwala commented 1 year ago

can you send the console log?

the api or the app?

the app, on the watch page

ok

chitrakshbotwala commented 1 year ago

image 2 image 1

chitrakshbotwala commented 1 year ago

![Uploading image.png…]() current

JUL 07 20:02:30.04 200 streamable-swart.vercel.app [GET] /_next/data/iEKeOtYK--RB_AQ2MnWlc/anime/watch/one-piece-episode-1/21/gogoanime.json ArtPlayer 5.0.9 https://artplayer.org JUL 07 20:02:12.00 200 streamable-swart.vercel.app [GET] /_next/data/iEKeOtYK--RB_AQ2MnWlc/anime/21.json JUL 07 20:01:57.91 304 streamable-swart.vercel.app [GET] /api/auth/session/ JUL 07 20:01:57.56 200 streamable-swart.vercel.app [GET] / JUL 07 20:01:57.00 308 streamable-swart.vercel.app [GET] /api/auth/session JUL 07 20:01:52.76 200 streamable-swart.vercel.app [GET] /

DevanAbinaya commented 1 year ago

umm I mean this console image

chitrakshbotwala commented 1 year ago

image it is still on the buffer part its been an hour

chitrakshbotwala commented 1 year ago

umm I mean this console image

oh ok

chitrakshbotwala commented 1 year ago

image better image and here are the logs

DevanAbinaya commented 1 year ago

yup found it, you shouldn't touch the url here image

chitrakshbotwala commented 1 year ago

yup found it, you shouldn't touch the url here image

didnt get it did i change it up and messed it ? ive been bug hunting since yesterday

DevanAbinaya commented 1 year ago

yes, cause that's not a real url doesn't it? but if you want to host your own proxy instance you can use this cf worker its easy to setup https://github.com/Gratenes/m3u8CloudflareWorkerProxy

chitrakshbotwala commented 1 year ago

yes, cause that's not a real url doesn't it? but if you want to host your own proxy instance you can use this cf worker its easy to setup https://github.com/Gratenes/m3u8CloudflareWorkerProxy

oh ok so i just replace it with cors.moopa.live?

DevanAbinaya commented 1 year ago

oh ok so i just replace it with cors.moopa.live?

yup if you don't want to host anything, use this cors.moopa.my.id *not .live

chitrakshbotwala commented 1 year ago

oh ok so i just replace it with cors.moopa.live?

yup if you don't want to host anything, use this cors.moopa.my.id *not .live

ok and thankyou so much for helping me out , you made a wonderful project .

chitrakshbotwala commented 1 year ago

oh ok so i just replace it with cors.moopa.live?

yup if you don't want to host anything, use this cors.moopa.my.id *not .live

ok and thankyou so much for helping me out , you made a wonderful project .

it just started working thankyou so much , yaay 💀

DevanAbinaya commented 1 year ago

ok and thankyou so much for helping me out , you made a wonderful project .

it just started working thankyou so much , yaay 💀

Great!, glad to hear that.

DevanAbinaya commented 1 year ago

yup if you don't want to host anything, use this cors.moopa.my.id *not .live

ok and thankyou so much for helping me out , you made a wonderful project .

not a problem, I'm happy to help :). and since its working imma close this issue now

if you have anymore question just dm me on discord its in the readme file <3