Skip to content

Bug: Providers not working #62

Description

@amine-boutouil

Prerequisites

  • I have checked the existing issues and this is not a duplicate
  • I have read the README.md and followed the installation instructions
  • I am using the latest version of CinePro Core
  • I have configured my .env file correctly (especially TMDB_API_KEY)
  • I have tested this with a minimal setup (no additional modifications)
  • I have included all relevant details in this report
  • I did not answer truthfully to ALL the above checkboxes

Environment

no streaming URLs are valid

Bug Category

Proxy System

Provider Name (if applicable)

ALL

TMDB ID

1339713

Expected Behavior

valid URLS

Actual Behavior

"diagnostics": [
{
"code": "PROVIDER_ERROR",
"message": "CineSu: Stream URL is not accessible",
"field": "",
"severity": "error"
},
{
"code": "PROVIDER_ERROR",
"message": "FshareTV: No watch page found for IMDb ID tt37287335",
"field": "",
"severity": "error"
},
{
"code": "PARTIAL_SCRAPE",
"message": "3 of 6 peachify servers failed to respond",
"field": "",
"severity": "warning"
},
{
"code": "PROVIDER_ERROR",
"message": "MafiaEmbed: Failed to retrieve session cookie",
"field": "",
"severity": "error"
},
{
"code": "PROVIDER_ERROR",
"message": "VidApi: HTTP error: 404",
"field": "",
"severity": "error"
},
{
"code": "PROVIDER_ERROR",
"message": "Videasy: all videasy servers returned no sources",
"field": "",
"severity": "error"
},
{
"code": "PROVIDER_ERROR",
"message": "VidSrc: Failed to extract m3u8 URLs. Note that VidSrc blocks all kinds of VPN IPs, so if you are using one, try disabling it and see if that helps.",
"field": "",
"severity": "error"
},
{
"code": "PROVIDER_ERROR",
"message": "VidZee: Failed to fetch decryption key",
"field": "",
"severity": "error"
},
{
"code": "PARTIAL_SCRAPE",
"message": "Only 5 of 14 providers returned results",
"field": "",
"severity": "warning"
}
]
}

Steps to Reproduce

  1. Start the server with npm run dev
  2. Make a request to /v1/movies/329865
  3. Observe error in response

Additional Information

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions