Api is not working, we get axios error 404 (AxiosError {message: 'Request failed with status code 404', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}, request: XMLHttpRequest)
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת ticao2 🇧🇷 pt-BR
ב-מאי 7, 2023 ב-10:40לפני חצות יום
It makes solving your problem much easier when you post the API Request used here.
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.
תגובה מאת Travis Bell
ב-מאי 7, 2023 ב-12:16אחרי חצות יום
Indeed @kartikey12, you can see here your request is working properly (replace ### with your API key):
With regards to Axios, unless somebody who is familiar with Axios comes across this, you might not get the help you're looking for. I usually recommend heading over to Stack Overflow where you can ask a specific question to those familiar with the technology you're using.
תגובה מאת ticao2 🇧🇷 pt-BR
ב-מאי 8, 2023 ב-11:07לפני חצות יום
If the problem is AXIOS, maybe these conversations can help.
Axios Issues
https://www.themoviedb.org/talk/63e3d510db154f00812e67c6
https://www.themoviedb.org/talk/6037bbc2afa1b00043a76e2c
https://www.themoviedb.org/talk/5f621eae93388b003864513c
https://www.themoviedb.org/talk/5f55e3dd713ed40037f090d4
https://www.themoviedb.org/talk/5d5901d21749730017dd837a
https://www.themoviedb.org/talk/5bab86480e0a2664d4022f98
תגובה מאת kartikey12
ב-מאי 9, 2023 ב-2:26אחרי חצות יום
I am still getting error 404 using this code.
תגובה מאת robbie3999
ב-מאי 9, 2023 ב-5:32אחרי חצות יום
A 404 error usually means you messed up the path and not the query. I see you are using
/search/multi?
maybe you need
/3/search/multi?