Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlixHQ Episode Streaming Links not working again!!! #577

Open
fsmdeveloper opened this issue Mar 4, 2024 · 24 comments
Open

FlixHQ Episode Streaming Links not working again!!! #577

fsmdeveloper opened this issue Mar 4, 2024 · 24 comments
Labels
bug Something isn't working

Comments

@fsmdeveloper
Copy link

Describe the bug

FlixHQ Episode Streaming Links not working again

Steps to reproduce

it was fixed by dhelbegor. but now it's not working again, can someone fix that issue?

Expected behavior

expected streaming links from FlixHQ

Actual behavior

response : {
"message": "Something went wrong. Please try again later."
}

Additional context

No response

@fsmdeveloper fsmdeveloper added the bug Something isn't working label Mar 4, 2024
@Babyyoda777
Copy link
Contributor

Once again just experiencing this now as well

@dhelbegor
Copy link

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it.

It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

@Babyyoda777
Copy link
Contributor

Babyyoda777 commented Mar 7, 2024

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it.

It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

I am aware of someone who is working on it separately not as part of Consumet but they seem to be close to a working solution, I’ll post the link to the repo here if they manage to get it fixed.

edit: https://rapidapi.com/stevenice8899/api/flixhq Someone has managed to get it working but not open source

@dhelbegor
Copy link

They changed the way to get the stream link. Looks like now we need to pass a key. This key envolves your own ip address. I personally don't know how to solve it. So I don't know how long it can take to be solved. I recommend you to ask on discord group. Maybe someone is working on it our knows how to solve it.
It's unfortunate to lost access to flixhq. By far they where the best option providing subtitles and m3u8 files.

I am aware of someone who is working on it separately not as part of Consumet but they seem to be close to a working solution, I’ll post the link to the repo here if they manage to get it fixed.

edit: https://rapidapi.com/stevenice8899/api/flixhq Someone has managed to get it working but not open source

ohh, that's interesting. Hope that they find a way to solve this problem. yes, let us know please :D

now, that link is interesting. but the price for use is absurdly high.

@Babyyoda777
Copy link
Contributor

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

@dhelbegor
Copy link

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

Could you please tell me what is the format of the VidSrc resource? I'm creating a mobile app using react native and I need it to be either .m3u8 or .mp4. Tried to use webview but without sucess. the sources aways come with 300 ads or more lmao.

@Babyyoda777
Copy link
Contributor

Vidsrcto is m3u8

@BeamlakAschalew
Copy link

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

This is my repo and thanks for your interest, the current working instance is flixquest-api.vercel.app, you can use this but use it only for testing purposes, there is a readme on how to deploy your own instance, I had a Vercel account terminated before due to abuse.

@dhelbegor
Copy link

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

@Babyyoda777
Copy link
Contributor

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

I'm just using the TMDB meta on consumet

@fsmdeveloper
Copy link
Author

@Babyyoda777 do u mind telling me how are u getting the id from tmdb?

It should be great if I could filter by genre/language. e.g korean or japanese.

to get tmdb id or imdb id you can use TMDB API. it's free.

DOC >> https://developer.themoviedb.org/docs/getting-started

@begalinsaf
Copy link

begalinsaf commented Mar 8, 2024

Yh extortionately high. For now a workaround I’m using is Flix-quest api and their Vidsrcto scraper which seems to work well, but it uses tmdb ids for which Consumet api doesn’t yet have a trending function, so it’s a bit annoying but works. (Need to deploy your own version, provided instance doesn’t work properly) https://github.com/BeamlakAschalew/flixquest-api

This is my repo and thanks for your interest, the current working instance is flixquest-api.vercel.app, you can use this but use it only for testing purposes, there is a readme on how to deploy your own instance, I had a Vercel account terminated before due to abuse.

@BeamlakAschalew you are awesome dude

@dhelbegor
Copy link

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

@BeamlakAschalew
Copy link

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

My API is just a wrapper for an npm package developed by movie-web, the package is github.com/movie-web/providers and it has a lot of moving parts so it'll be hard so no I don't. You can just read their documentation and use the package directly or use my API

@dhelbegor
Copy link

@BeamlakAschalew do u intent to bring VidSrc.to to consumet?

My API is just a wrapper for an npm package developed by movie-web, the package is github.com/movie-web/providers and it has a lot of moving parts so it'll be hard so no I don't. You can just read their documentation and use the package directly or use my API

Oh nice. I'll take a look. Thank u

@dhelbegor
Copy link

@BeamlakAschalew can u please tell me what service are u using for proxy?

I will deploy your api and was wondering what proxy I should use. I know that I can set it to false. But would be nice to set a proxy too.

@BeamlakAschalew
Copy link

@BeamlakAschalew can u please tell me what service are u using for proxy?

I will deploy your api and was wondering what proxy I should use. I know that I can set it to false. But would be nice to set a proxy too.

I just hosted github.com/movie-web/simple-proxy on render but you can use cloudflare workers but showbox doesn't work when you use cloudflare

@begalinsaf
Copy link

@BeamlakAschalew i hosted on my own vercel account, why its always give "somethink went wrong", also i hosted simple-proxy, on cloudflare workers, for tmdb api i use Read Access Token API, also i set redis db, whats wrong?

@BeamlakAschalew
Copy link

@BeamlakAschalew i hosted on my own vercel account, why its always give "somethink went wrong", also i hosted simple-proxy, on cloudflare workers, for tmdb api i use Read Access Token API, also i set redis db, whats wrong?

The only working ones are vidsrcto, vidsrc and showbox. Try those

@dhelbegor
Copy link

Looks like something happened too vidsrcto. can't get a response.

trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false

the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

@BeamlakAschalew
Copy link

Looks like something happened too vidsrcto. can't get a response.

trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false

the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

@begalinsaf
Copy link

Looks like something happened too vidsrcto. can't get a response.
trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false
the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

@BeamlakAschalew
Copy link

BeamlakAschalew commented Mar 16, 2024

Looks like something happened too vidsrcto. can't get a response.
trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false
the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

Clear your node_modules folder and run npm i again there has been change in the package the API uses.

And also it's better to that this issue down to github.com/BeamlakAschalew/flixquest-api since this isn't related to consumet

@begalinsaf
Copy link

Looks like something happened too vidsrcto. can't get a response.
trying the following payload: http://localhost:3000/vidsrcto/watch-movie?tmdbId=932420&proxied=false
the response

{
    "message": "Something went wrong. Please try again later.",
    "error": {}
}

Yes, the extractor isn't working everywhere right now

same case, i tested by localy and on my own deployment, but its working on this ttps://flixquest-api.vercel.app i dont know how, @BeamlakAschalew how to setup your project properly?

Clear your node_modules folder and run npm i again there has been change in the package the API uses.

And also it's better to that this issue down to github.com/BeamlakAschalew/flixquest-api since this isn't related to consumet

ok, i got it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants