export const getPopularMovies= async()=>{
const response=await fetch(`${BASE_URL}movie/popular?api_key=${API_KEY}`)
console.log(response)
const data=await response.json()
return data.results
};
No trobeu una pel路l铆cula o una s猫rie? Inicieu la sessi贸 per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per superboy97
el 8 " de 2024 a les 1:47 P.M.
If you want help, we don't want to see the code that you have used, but the exact query you have sent to us, as well as the complete answer that you have received.
Resposta per ticao2 馃嚙馃嚪 pt-BR
el 9 " de 2024 a les 8:00 A.M.
In our list of errors I don't see one with the number HTTP Status 204.
See the list of TMDb server error warnings here.
https://www.themoviedb.org/documentation/api/status-codes
Maybe it's not a TMDb Server error response.