-
Notifications
You must be signed in to change notification settings - Fork 36
Description
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