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
450 stars 250 forks source link

[Flixhq] fetchEpisodeSources with Vidcound extractors throw Malformed UTF-8 data error #297

Closed pepelele closed 1 year ago

pepelele commented 1 year ago

Describe the bug

fetchEpisodeSources with Vidcound extractors throw Malformed UTF-8 data

Steps to reproduce

run yarn test:movies

Expected behavior

Return the movie sources

Actual behavior

hrow Malformed UTF-8 data error

Additional context

332960343_1874773336225378_4415681396784268907_n

3IMAD69 commented 1 year ago

this https://github.com/consumet/consumet.ts/blob/e487e39fc946f7537168df7f1062f6e51f68e26c/src/extractors/vidcloud.ts#LL48C2-L48C2 returns an invalid/old key hope they fixed soon

3IMAD69 commented 1 year ago

nvm now its workin , it's been updated

pepelele commented 1 year ago

Is there any way to get the key 🤔 ?... from the time the key is expired to the time the key is updated about 4 hours... that's too long

Eltik commented 1 year ago

Looks like there's an issue with Vizcloud. We'll get a fix soon.

enimax-anime commented 1 year ago

Is there any way to get the key 🤔 ?... from the time the key is expired to the time the key is updated about 4 hours... that's too long

The key is updated every hour. My program, which Consumet uses, checks for a new key every 10 seconds. For some reason,bmy program broke and I just had to restart it.

Eltik commented 1 year ago

Also I think this works now? I could be wrong.

pepelele commented 1 year ago

yes seems like it's work normal now (y)