I don't know Scaffold or Flutter. The only things I can think of are:
The value of the runtime property is an integer, rather than a string. If you want to display the value, you might need to convert it to a string. (Though I say this with zero knowledge of Scaffold/Flutter, so this may not be true.)
Beware of typos. The API property is runtime, not _runtime or _runtie. But it could be that underscores are a convention in Scaffold/Flutter; I just don't know.
Regardless, this sounds like it's more of a programming problem than an issue with the TMDB API. You might be better off asking somewhere like Stack Overflow where there will be people who know about Scaffold/Flutter.
I don't know Scaffold or Flutter. The only things I can think of are:
The value of the runtime property is an integer, rather than a string. If you want to display the value, you might need to convert it to a string. (Though I say this with zero knowledge of Scaffold/Flutter, so this may not be true.)
Beware of typos. The API property is runtime, not _runtime or _runtie. But it could be that underscores are a convention in Scaffold/Flutter; I just don't know.
Regardless, this sounds like it's more of a programming problem than an issue with the TMDB API. You might be better off asking somewhere like Stack Overflow where there will be people who know about Scaffold/Flutter.
I am also cant get "runtime" field but I can fetch "vote_count" field. Both of them are integer. I think there is a problem with the TMDB.
I don't know Scaffold or Flutter. The only things I can think of are:
The value of the runtime property is an integer, rather than a string. If you want to display the value, you might need to convert it to a string. (Though I say this with zero knowledge of Scaffold/Flutter, so this may not be true.)
Beware of typos. The API property is runtime, not _runtime or _runtie. But it could be that underscores are a convention in Scaffold/Flutter; I just don't know.
Regardless, this sounds like it's more of a programming problem than an issue with the TMDB API. You might be better off asking somewhere like Stack Overflow where there will be people who know about Scaffold/Flutter.
I am also cant get "runtime" field but I can fetch "vote_count" field. Both of them are integer. I think there is a problem with the TMDB.
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
you are right, here is the problem
I couldn't get the runtime field because I fetch the movie from the search api section.
Reactie van orestegabo
op 1 oktober 2022 om 12:30 AM
In Flutter
Reactie van Leon
op 1 oktober 2022 om 7:04 AM
I don't know Scaffold or Flutter. The only things I can think of are:
runtime
property is an integer, rather than a string. If you want to display the value, you might need to convert it to a string. (Though I say this with zero knowledge of Scaffold/Flutter, so this may not be true.)runtime
, not_runtime
or_runtie
. But it could be that underscores are a convention in Scaffold/Flutter; I just don't know.Regardless, this sounds like it's more of a programming problem than an issue with the TMDB API. You might be better off asking somewhere like Stack Overflow where there will be people who know about Scaffold/Flutter.
Reactie van cemyilmaz463
op 27 maart 2023 om 12:51 PM
I am also cant get "runtime" field but I can fetch "vote_count" field. Both of them are integer. I think there is a problem with the TMDB.
Reactie van cemyilmaz463
op 27 maart 2023 om 1:01 PM
I can only fetch "null" for runtime values
Reactie van ticao2 🇧🇷 pt-BR
op 27 maart 2023 om 7:29 PM
I tested it now and received correct data.
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
Reactie van cemyilmaz463
op 29 maart 2023 om 1:57 PM
you are right, here is the problem I couldn't get the runtime field because I fetch the movie from the search api section.