consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
376 stars 205 forks source link

cannot fetch episodes sources in gogoanime. #515

Closed regisx001 closed 3 months ago

regisx001 commented 3 months ago

Describe the bug

cannot fetch episodes sources in gogoanime.

Steps to reproduce

SOME

Expected behavior

S

Actual behavior

S

Additional context

fetchEpisodeSources() function not working due a CORS ERROR .

NanotechPikachu commented 3 months ago

Are you trying to access this using a website? The CORS error can be rectified in the back end by adding header Refer this

I also experienced the same error but since mine was the next app, i rectified by converting the page from client to server.

regisx001 commented 3 months ago

aha , ok . this is right i trying access it using a website, but i found another solution using another api . thanks for help !!!