BeamlakAschalew / flixquest-api

https://flixquest-api.vercel.app
GNU General Public License v3.0
41 stars 17 forks source link

Showbox not working again #27

Closed begalinsaf closed 3 months ago

begalinsaf commented 3 months ago

latest update of this repo make showbox returning code 500

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

A few days ago, I couldn't use Showbox due to a CORS 304 issue.

BeamlakAschalew commented 3 months ago

latest update of this repo make showbox returning code 500

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

A few days ago, I couldn't use Showbox due to a CORS 304 issue.

I am intentionally sending error as a response since even if you get the video it's not playing

begalinsaf commented 3 months ago

Do you think this bug come from @movie-web/providers? I checked their Discord, and yes, they are currently fixing this issue.

begalinsaf commented 3 months ago

And I think Febbox updated their security, maybe that's why a few days ago I had CORS blocked issues for Showbox.

BeamlakAschalew commented 3 months ago

Do you think this bug come from @movie-web/providers? I checked their Discord, and yes, they are currently fixing this issue.

Yes, of course

begalinsaf commented 3 months ago

its working now, thanks