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
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 July 9, 2024 at 1:30 PM
Hi @kool,
When you say "submit a problem", what exactly are you doing?
Reply by kool
on July 9, 2024 at 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.
Reply by Travis Bell
on July 9, 2024 at 6:28 PM
Origin country is an array field, not an object or string field.
Reply by kool
on July 9, 2024 at 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?
Reply by kool
on July 9, 2024 at 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