Skip to content

Bug: Xprime 404 #90

@worldspacecloud

Description

@worldspacecloud

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
  • I have tested this with a minimal setup (no additional middleware or modifications)
  • I have included all relevant details in this report
  • I did not answer truthfully to ALL the above checkboxes.

Environment

node src/controllers/providers/xprime/test-xprime.js  
Testing Xprime Movie with media: {
  type: 'movie',
  tmdb: '664413',
  imdb: 'tt10886166',
  title: 'Monkey Man',
  year: '2024'
}
Result:
{
  "message": "No valid files found",
  "location_key": "Xprime",
  "response": 404,
  "hint": "No valid streams were found. Check the server responses or media availability.",
  "reportTo": "Please report this error and as many details as possible to us by using this link: https://github.com/cinepro-org/backend/issues/new/choose",
  "error": true
}

TMDB ID

664413

Expected Behavior

node src/controllers/providers/xprime/test-xprime.js
Testing Xprime Movie with media: {
type: 'movie',
tmdb: '664413',
imdb: 'tt10886166',
title: 'Monkey Man',
year: '2024'
}
Result:
{
"message": "No valid files found",
"location_key": "Xprime",
"response": 404,
"hint": "No valid streams were found. Check the server responses or media availability.",
"reportTo": "Please report this error and as many details as possible to us by using this link: https://github.com/cinepro-org/backend/issues/new/choose",
"error": true
}

Actual Behavior

node src/controllers/providers/xprime/test-xprime.js
Testing Xprime Movie with media: {
type: 'movie',
tmdb: '664413',
imdb: 'tt10886166',
title: 'Monkey Man',
year: '2024'
}
Result:
{
"message": "No valid files found",
"location_key": "Xprime",
"response": 404,
"hint": "No valid streams were found. Check the server responses or media availability.",
"reportTo": "Please report this error and as many details as possible to us by using this link: https://github.com/cinepro-org/backend/issues/new/choose",
"error": true
}

Location Key

Xprime

Any Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛bugSomething isn't working as it should📀providerEverything that has something to do with providers

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions