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
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від Travis Bell
9 липня 2024, 13:30
Hi @kool,
When you say "submit a problem", what exactly are you doing?
Відповідь від kool
9 липня 2024, 15:34
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.
Відповідь від Travis Bell
9 липня 2024, 18:28
Origin country is an array field, not an object or string field.
Відповідь від kool
9 липня 2024, 21:46
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?
Відповідь від kool
9 липня 2024, 22:46
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