E/flutter ( 4456): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: SocketException: Failed host lookup: 'api.themoviedb.org' (OS Error: No address associated with hostname, errno = 7)
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 19, 2019 في 10:07 صباحا
Hi @svaykong,
Do you know what version of TLS you are connecting to TMDb with? We recently made TLS 1.1 the minimum and I'm wondering if that's what could be the issue.
رد بواسطة Dale
بتاريخ مارس 19, 2019 في 1:37 مساءا
I am getting an error now as well, same time framee
If I go back to http instead of https I am ok, with HTTPS the getresponse is throwing an error that:
رد بواسطة svaykong
بتاريخ مارس 20, 2019 في 9:32 مساءا
Thanks Mr. Travis Bell. Now my code is display normally.
رد بواسطة adelosrc
بتاريخ سبتمبر 20, 2019 في 11:56 مساءا
If the fault is due to the TLS protocol, how can I correct it in the Dart language? I am new to this and I am learning to program with Flutter and Dart; I am precisely following a tutorial to consume resources from your page (themoviedb.org), and I get the same error as fellow Svykong. I thank you in advance for your help because I have not been able to make the program work.
رد بواسطة Travis Bell
بتاريخ سبتمبر 26, 2019 في 11:00 صباحا
Hi @adelosrc Unfortunately I do not have any Dart experience so I am not able to provide any assistance. I would suggest asking over on somewhere like Stack Overflow. They are usually much better about answering questions about specific programming languages and implementations.