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 في 1:30 مساءا
Hi @kool,
When you say "submit a problem", what exactly are you doing?
رد بواسطة kool
بتاريخ يوليو 9, 2024 في 3: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 في 6:28 مساءا
Origin country is an array field, not an object or string field.
رد بواسطة kool
بتاريخ يوليو 9, 2024 في 9: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 في 10: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