eng..
i get the json and see my Movie get wrong information from it.
my movie Name "Drachenzaehmen leicht gemacht"
why it no longer working with German language?
the correctly information only available with english Movie Title
why?
my query which i send..
works
https://api.themoviedb.org/3/search/movie?api_key=mykey&language=de&query=How to Train Your Drago
not works
https://api.themoviedb.org/3/search/movie?api_key=mykey&language=de&query=Drachenzaehmen leicht gemacht
ger..
Ich hole mir die Json und sehe das mein Movie falsche Informationen erhält
Der Name des Movie ist "Drachenzaehmen leicht gemacht"
Warum funktioniert es nicht mehr mit Deutscher Sprache?
Die richtigen Informationen werden nur geliefert wenn der Titel in English ist.
Warum?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on February 22, 2021 at 6:54 PM
You can see the results for your search here:
https://www.themoviedb.org/search?query=Drachenzaehmen+leicht+gemacht&language=de
What is it not returning?
Reply by ticao2 🇧🇷 pt-BR
on February 22, 2021 at 7:27 PM
Perhaps the problem is the ae versus ä conflict.
You are researching with ae.
There is probably an alternative title with ae.
But the official German title that comes in JSON is with ä.
Reply by EWeiss
on February 22, 2021 at 11:23 PM
the first entry of my Json was "Drachenzähmen leicht gemacht" not "Drachenzähmen leicht gemacht - Buch der Drachen"
the first Entry is wrong..
i am search for "Drachenzähmen leicht gemacht" not "Drachenzähmen leicht gemacht - Buch der Drachen"
so the first entry should be "Drachenzähmen leicht gemacht" as before in my old Json
if using https://www.themoviedb.org/search?query=How+to+Train+Your+Dragon&language=de
first Entry is Correctly.. but with English Title on my HardDrive
same with https://www.themoviedb.org/search?query=Die+Mumie&language=de
first Entry is wrong "Die Tophar-Mumie"
if using https://www.themoviedb.org/search?query=The+Mummy&language=de
first Entry is Correctly.. but with English Title on my HardDrive
i hope you understand what i mean
no has all working before with and without "ä" or "ae"
and at last
https://www.themoviedb.org/search?query=How+to+Train+Your+Dragon+2&language=de
Correctly but English language on my HardDrive
https://www.themoviedb.org/search?query=Drachenzaehmen+leicht+gemacht+2&language=de
https://www.themoviedb.org/search?query=Drachenzähmen+leicht+gemacht+2&language=de
wrong at all. no matter whether ä or ae
the first match with my query should be on the first entry in the Json file as before but ist broken.
Reply by EWeiss
on February 23, 2021 at 1:26 AM
not understand.
my query string
'https://api.themoviedb.org/3/search/movie?api_key=MyKey&language=de&query=Drachenzähmen leicht gemacht Die guten alten Zeiten'
not work but
this query get a good result.
https://www.themoviedb.org/search?query=Drachenzähmen+leicht+gemacht+Die+guten+alten+Zeiten&language=de
Hmmm..
please can you check it ?
if use
'https://api.themoviedb.org/3/search/movie?api_key=MyKey&language=de&query=Drachenzaehmen leicht gemacht Die guten alten Zeiten'
then it works, why TMDB not accept ä in the URL?
Ok have fix it self.. with umlauts i should send the string as Utf8String now it works.
for the other trouble I use a loop to find the matching entry, but before this was not necessary.. Hmmm
greets