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)
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Martxoa 19, 2019 egunean 10:07 AM(e)tan
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 Erabiltzailearen Erantzuna
Martxoa 19, 2019 egunean 1:37 PM(e)tan
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 Erabiltzailearen Erantzuna
Martxoa 20, 2019 egunean 9:32 PM(e)tan
Thanks Mr. Travis Bell. Now my code is display normally.
adelosrc Erabiltzailearen Erantzuna
Iraila 20, 2019 egunean 11:56 PM(e)tan
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 Erabiltzailearen Erantzuna
Iraila 26, 2019 egunean 11:00 AM(e)tan
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.