Forums

Full Version: MFC meta API - problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to use the MFC API to get the list of movies and series (https://myfamilycinema.com/en/mfc-meta-api/) and I get these messages:

"Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Oct 20 05:01:13 HKT 2023
There was an unexpected error (type=Internal Server Error, status=500).
Error! The playlist is empty"

Please let me know how it is work?
(10-19-2023, 09:03 PM)IceDragon Wrote: [ -> ]I've been trying to use the MFC API to get the list of movies and series (https://myfamilycinema.com/en/mfc-meta-api/) and I get these messages:

"Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Oct 20 05:01:13 HKT 2023
There was an unexpected error (type=Internal Server Error, status=500).
Error! The playlist is empty"

Please let me know how it is work?

Hi there!

With the API, you have to make sure to do the GET request appropriately in order for it to not return any errors. In this case, we would need a picture or for you to paste your request here, that way we can check what might be happening.