shin202 / flixhq-core

Nodejs library that provides an Api for obtaining the movies information from FlixHQ website.
https://www.npmjs.com/package/flixhq-core
MIT License
29 stars 13 forks source link

Malformed UTF-8 data on fetchEpisodeSources #10

Open 3IMAD69 opened 1 year ago

3IMAD69 commented 1 year ago

i got this error today probably something with crypto js key or something

flixhq.fetchEpisodeSources("movie/watch-living-93718","93718").then(data => { console.log(data); })

`node_modules\flixhq-core\dist\crawler\movies\flixhq.js:376
            throw new Error(err.message);
                  ^
Error: Malformed UTF-8 data`
rahuloberai commented 1 year ago

Same Issue

rahuloberai commented 1 year ago

@shin202 can you please have a look

jedgarf commented 11 months ago

same issue

rahuloberai commented 10 months ago

same issue

I can fix the issue.

murataktasli commented 10 months ago

I can fix the issue.

Can you make a PR?

rahuloberai commented 10 months ago

I can fix the issue.

Can you make a PR?

Yes, tonight I will.

rahuloberai commented 10 months ago

I can fix the issue.

Can you make a PR?

https://github.com/shin202/flixhq-core/pull/23

rahuloberai commented 10 months ago

@murataktasli please let me know if you need more help!

galaxywolfv commented 10 months ago

It does not work I also keep getting the malformed utf8 error

galaxywolfv commented 10 months ago

does anyone know how to bypass the cors restriction, is there a m3u8 proxy available by any chance?

rahuloberai commented 10 months ago

does anyone know how to bypass the cors restriction, is there a m3u8 proxy available by any chance?

M3u8 files from flixhq?

galaxywolfv commented 10 months ago

does anyone know how to bypass the cors restriction, is there a m3u8 proxy available by any chance?

M3u8 files from flixhq?

oh I just noticed I was using vidcloud server instead of the default upcloud. but still

rahuloberai commented 10 months ago

does anyone know how to bypass the cors restriction, is there a m3u8 proxy available by any chance?

M3u8 files from flixhq?

oh I just noticed I was using vidcloud server instead of the default upcloud. but still

Paste one m3u8 link here for test

rahuloberai commented 10 months ago

does anyone know how to bypass the cors restriction, is there a m3u8 proxy available by any chance?

M3u8 files from flixhq?

oh I just noticed I was using vidcloud server instead of the default upcloud. but still

https://github.com/shin202/flixhq-core/assets/30212746/1b5cd408-77b8-43a4-803f-707bc5cace26 Upcloud links are working. Have a look.

galaxywolfv commented 10 months ago

so I have been testing alot today and just sometimes randomly for a few minutes the malformed utf-8 error appears then fixes itself again. and upcloud works fine no cors restriction, alot of buffering can that be helped? also vidcloud server I get cors error

rahuloberai commented 10 months ago

so I have been testing alot today and just sometimes randomly for a few minutes the malformed utf-8 error appears then fixes itself again. and upcloud works fine no cors restriction, alot of buffering can that be helped? also vidcloud server I get cors error

Yesterday there was some issue in e4 key. Regarding Vidcloud i will test and let you know.