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
393 stars 222 forks source link

Flixhq not working #416

Closed OshekharO closed 10 months ago

OshekharO commented 10 months ago

Describe the bug

This provider is no longer working

Steps to reproduce

Open https://api.consumet.org/movies/flixhq/{query}?page={number} Type query See the error

Expected behavior

Should have shown the search response. Also it's redirecting me to https://proxy.anistreme.live/flixhq

Actual behavior

{"ClassName":"System.InvalidOperationException","Message":"Only forwarded addresses starting with 'http://' or 'https://' are supported for HTTP requests.","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":" at AspNetCore.Proxy.HttpExtensions.ExecuteHttpProxyOperationAsync(HttpContext context, HttpProxy httpProxy)","RemoteStackTraceString":null,"RemoteStackIndex":0,"ExceptionMethod":null,"HResult":-2146233079,"Source":"AspNetCore.Proxy","WatsonBuckets":null}

Additional context

No response

OshekharO commented 10 months ago

Also api have not been updated?

Because even in Zoro I am getting this error.

{"message":{"message":"Request failed with status code 404","name":"AxiosError","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, /","User-Agent":"axios/0.27.2"},"method":"get","url":"https://github.com/enimax-anime/key/blob/e6/key.txt"},"code":"ERR_BAD_REQUEST","status":404}}

In https://api.consumet.org/anime/zoro/watch?episodeId=spy-x-family-17977$episode$89506$both&server=vidcloud

riimuru commented 10 months ago

@OshekharO if you’re self hosting run npm update or yarn upgrade. You need to self-host the api for flixhq to work

OshekharO commented 10 months ago

@OshekharO if you’re self hosting run npm update or yarn upgrade. You need to self-host the api for flixhq to work

Okk thanks and what about zoro and viewasian they are also not providing stream link? Giving enimax key issue

riimuru commented 9 months ago

@OshekharO Both viewasian and zoro should be working now as we changed the keys as of #412