I am trying to submit a problem but when i click on submit I get a popup saying "error a problem has occurred". It doesn't tell me what the problem is so what do i do? help
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 9 iulie 2024 la ora 1:30 PM
Hi @kool,
When you say "submit a problem", what exactly are you doing?
Răspuns de kool
pe data de 9 iulie 2024 la ora 3:34 PM
i'm trying to report what i believe is an error in the movies details json response. The "origin_country" attribute appears to me like it should be a list and the country should have a name: and be enclosed with curly brackets. Or maybe "origin_country" should just be a string being as i believe there would only be one country of origin.
Răspuns de Travis Bell
pe data de 9 iulie 2024 la ora 6:28 PM
Origin country is an array field, not an object or string field.
Răspuns de kool
pe data de 9 iulie 2024 la ora 9:46 PM
That's what it looks like to me but I don't believe it's formatted correctly. Look at the movies details for "The Godfather", movieid 238. Shouldn't the "US" have a name: field and be enclosed in curly brackets?
Răspuns de kool
pe data de 9 iulie 2024 la ora 10:46 PM
I did some more research and now I see that origin_country is correct. Now I just have to figure out how to deserialize it in vb.net. Thanks