Hello I am working on the tv series api when I fetch the data for the episode lists for some of them its not getting displayed and the app is crashing and even I am getting the exception like Failed to connect or obtain data, status code: 404 . I checked the url by putting it at browser at that its getting displayed ,can you please tell me the root cause of this issue
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת superboy97
ב-ינואר 4, 2024 ב-12:26לפני חצות יום
If you want help about a query, you need to give us the complete query you have sent, as well as the answer you get.
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:42לפני חצות יום
Ok I am fetching the data of episode list from the url:https://image.tmdb.org/t/p/w500 and still_path(is appeneded)
For the datasets more than 450 it might be giving problem
תגובה מאת superboy97
ב-ינואר 4, 2024 ב-12:44לפני חצות יום
If you get the episodes list from the URL of an image, this will not work well.
This is up to your application to accomodate for large datasets.
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:45לפני חצות יום
in response I get the still_path as null but its handled at the app side so thats not a problem most probabaly the app episodes having lists more than 500 having this issue
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:47לפני חצות יום
https://api.themoviedb.org/3/tv/{series_id}/season/{season_number} this is the api call that I make to get the detail of the season and the episode lists
תגובה מאת superboy97
ב-ינואר 4, 2024 ב-12:49לפני חצות יום
I repeat what I have indicated above : If you want help about a query, you need to give us the complete query you have sent, as well as the answer you get.
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:50לפני חצות יום
And as per the documentation we can add query parameter as page but in response we dont get the page,total_page,total_results parameter unlike for this api :https://api.themoviedb.org/3/tv/airing_today
תגובה מאת superboy97
ב-ינואר 4, 2024 ב-12:50לפני חצות יום
I repeat what I have indicated above : If you want help about a query, you need to give us the complete query you have sent, as well as the answer you get.
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:51לפני חצות יום
https://api.themoviedb.org/3/tv/91759/season/1?api_key=
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:52לפני חצות יום
https://api.themoviedb.org/3/tv/91759/season/1?api_key=APIKEY see this is the url
תגובה מאת superboy97
ב-ינואר 4, 2024 ב-12:55לפני חצות יום
There is nothing to paginate here as you are requesting data for one single show.
It's up to your application to accomodate the size of the episodes list.
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-12:58לפני חצות יום
Ok regarding paginate I got as we can query in the url but at response its not there thats why
תגובה מאת ADPS
ב-ינואר 4, 2024 ב-1:11לפני חצות יום
But when we request a a data for a single show or seasons we get the response and there are many episode lists.
תגובה מאת ticao2 🇧🇷 pt-BR
ב-ינואר 5, 2024 ב-6:34אחרי חצות יום
https://www.themoviedb.org/tv/91759
Test using a new tab in your browser.
Use your example URL with your API Key.
In the new tab, in my Firefox, there is a header with options.
Click "Expand All (slow)".
You will see the complete list.
There are 2183 Episodes in Season 1.
That's why it needs to expand.
תגובה מאת ADPS
ב-ינואר 5, 2024 ב-10:55אחרי חצות יום
Ok but in app I have implemented like it will show you the respective season details and the episode lists , and in the respsonse we have got that in app I have not implemented of expand all (show) as you have mentioned above for the browser when the season details are loaded we will get the episode lists at app but for the list where it has large datasets its little difficult and the main reason is that I am getting the status 404 while loading the image thats y I am saying that if in this response can we implement three parameters like page,total_page,total_episode Y because for rest of the api where we have many lists over there its working and may be the episode lists might be get increased in the future use so thats Y I was saying about paginate.